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>
Configures list that is updated by save action. Configuration is fixed
and does not change during the action's lifetime.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWritten by subclasses to return name of Struts forward (usually global forward) to be used for unhandlable errors.Returns name of request parameter that specifies selected item by its index number (starting at 0).void
setErrorForwardName
(String value) void
-
Constructor Details
-
SaveListConfig
public SaveListConfig() -
SaveListConfig
-
-
Method Details
-
getErrorForwardName
Written by subclasses to return name of Struts forward (usually global forward) to be used for unhandlable errors. Defaults to 'error'. -
setErrorForwardName
-
getParameterNameIndexSelect
Returns name of request parameter that specifies selected item by its index number (starting at 0). Defaults to 'select'. -
setParameterNameIndexSelect
-