Class FormStoreInterceptor.StoredForm

java.lang.Object
name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
Enclosing class:
FormStoreInterceptor

public static class FormStoreInterceptor.StoredForm extends Object
  • Constructor Details

    • StoredForm

      public StoredForm()
  • Method Details

    • getForm

      public Object getForm()
    • setForm

      public void setForm(Object form)
    • getInvalid

      public boolean getInvalid()
    • setInvalid

      public void setInvalid(boolean invalid)
    • getProcessor

      public Class<?> getProcessor()
    • setProcessor

      public void setProcessor(Class<?> processor)
    • getOwningURL

      public String getOwningURL()
      Returns URL of page that retrieved messages so refresh still gets them.
    • setOwningURL

      public void setOwningURL(String value)
    • getOwningActionClass

      public Class<?> getOwningActionClass()
      Returns class of Action that retrieved form, or null if form not yet retrieved.
    • setOwningActionClass

      public void setOwningActionClass(Class<?> owningActionClass)
    • getOwningActionFieldNames

      public Set<String> getOwningActionFieldNames()
      Returns names of fields that received form, or null if form not yet retrieved.
    • setOwningActionFieldNames

      public void setOwningActionFieldNames(Set<String> owningActionFieldNames)