Class FormStoreInterceptor.StoredForm
java.lang.Object
name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
- Enclosing class:
FormStoreInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetForm()booleanClass<?> Returns class of Action that retrieved form, or null if form not yet retrieved.Returns names of fields that received form, or null if form not yet retrieved.Returns URL of page that retrieved messages so refresh still gets them.Class<?> voidsetConversionErrors(Map<String, com.opensymphony.xwork2.conversion.impl.ConversionData> conversionErrors) voidvoidsetInvalid(boolean invalid) voidsetOwningActionClass(Class<?> owningActionClass) voidsetOwningActionFieldNames(Set<String> owningActionFieldNames) voidsetOwningURL(String value) voidsetProcessor(Class<?> processor)
-
Constructor Details
-
StoredForm
public StoredForm()
-
-
Method Details
-
getForm
-
setForm
-
getConversionErrors
-
setConversionErrors
-
getInvalid
public boolean getInvalid() -
setInvalid
public void setInvalid(boolean invalid) -
getProcessor
-
setProcessor
-
getOwningURL
Returns URL of page that retrieved messages so refresh still gets them. -
setOwningURL
-
getOwningActionClass
Returns class of Action that retrieved form, or null if form not yet retrieved. -
setOwningActionClass
-
getOwningActionFieldNames
Returns names of fields that received form, or null if form not yet retrieved. -
setOwningActionFieldNames
-