|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public static @interface Jpf.Controller
Jpf.Controller; was jpf:controller
Optional Element Summary | |
---|---|
Jpf.Catch[] |
catches
exception catches (optional ) |
String[] |
customValidatorConfigs
List of additional webapp-relative file paths to be added to the 'pathnames' property of the ValidatorPlugIn init. |
Jpf.Forward[] |
forwards
global forwards (optional ) |
boolean |
loginRequired
is login required to access actions in this page flow (optional ) |
boolean |
longLived
is pageflow long-lived (optional ) |
Jpf.MessageBundle[] |
messageBundles
|
Jpf.MultipartHandler |
multipartHandler
|
boolean |
nested
is pageflow nested (optional ) |
boolean |
readOnly
is the pageflow read-only, i.e., are its actions guaranteed not to modify member state (optional ) |
String[] |
rolesAllowed
roles allowed to access actions in this page flow (optional ) |
Jpf.SharedFlowRef[] |
sharedFlowRefs
|
Jpf.SimpleAction[] |
simpleActions
simple actions (optional) |
String |
strutsMerge
Location of the Struts merge file; relative to the page flow, or a path from the webapp root. |
String[] |
tilesDefinitionsConfigs
Location of the Tiles Definitions XML files; relative to the page flow, or a path from the webapp root. |
Jpf.ValidatableBean[] |
validatableBeans
validation rules on a per-bean (class) basis (optional ) |
String |
validatorMerge
Location of the ValidatorPlugIn merge file; relative to the page flow, or a path from the webapp root. |
Jpf.ValidatorVersion |
validatorVersion
The version of the commons-validator DTD to use for our generated validator XML. |
public abstract Jpf.SharedFlowRef[] sharedFlowRefs
public abstract String strutsMerge
public abstract Jpf.ValidatorVersion validatorVersion
public abstract String validatorMerge
public abstract String[] customValidatorConfigs
public abstract String[] tilesDefinitionsConfigs
public abstract boolean nested
public abstract boolean longLived
public abstract String[] rolesAllowed
public abstract boolean loginRequired
public abstract boolean readOnly
public abstract Jpf.Forward[] forwards
public abstract Jpf.Catch[] catches
public abstract Jpf.SimpleAction[] simpleActions
public abstract Jpf.ValidatableBean[] validatableBeans
public abstract Jpf.MessageBundle[] messageBundles
public abstract Jpf.MultipartHandler multipartHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |