Class FormStoreInterceptor.StoredForm
java.lang.Object
name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
- Enclosing class:
FormStoreInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetForm()
boolean
Class
<?> 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
<?> void
void
setInvalid
(boolean invalid) void
setOwningActionClass
(Class<?> owningActionClass) void
setOwningActionFieldNames
(Set<String> owningActionFieldNames) void
setOwningURL
(String value) void
setProcessor
(Class<?> processor)
-
Constructor Details
-
StoredForm
public StoredForm()
-
-
Method Details
-
getForm
-
setForm
-
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
-