Method Summary |
|
boolean | getLogging() If true the IWrapper should enable logging. |
String | getPrefix() Returns the prefix that is used for request parameters associated with
this wrapper instance. |
Class<? extends IWrapper> | getWrapperClass() Returns the class that shall be used for instances of the wrapper. |
boolean | isActiveIgnore() If true the state will not check whether the correspondings
handler isActive() method returns true when checking whether a page is
accessible. |
boolean | isAlwaysRetrieve() If true the retrieveCurrentStatus() method
should always be called on the corresponding IHandler. |
boolean | isContinue() Specifies whether the next page in the current pageflow should be triggered
when a sumit to this specific wrapper is triggered. |