Class AbstractSaveListActionSupport.SaveListConfig

java.lang.Object
name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveListConfig
Enclosing class:
AbstractSaveListActionSupport<M extends Serializable,K extends Serializable,T extends Serializable,F extends AbstractForm>

public static class AbstractSaveListActionSupport.SaveListConfig extends Object
Configures list that is updated by save action. Configuration is fixed and does not change during the action's lifetime.
  • Constructor Details

    • SaveListConfig

      public SaveListConfig()
    • SaveListConfig

      public SaveListConfig(String errorForwardName)
  • Method Details

    • getErrorForwardName

      public String getErrorForwardName()
      Written by subclasses to return name of Struts forward (usually global forward) to be used for unhandlable errors. Defaults to 'error'.
    • setErrorForwardName

      public void setErrorForwardName(String value)
    • getParameterNameIndexSelect

      public String getParameterNameIndexSelect()
      Returns name of request parameter that specifies selected item by its index number (starting at 0). Defaults to 'select'.
    • setParameterNameIndexSelect

      public void setParameterNameIndexSelect(String value)