|
|||||||||
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 ) |
Jpf.Forward[] |
forwards
global forwards (optional ) |
boolean |
loginRequired
is login required to access actions in this page flow (optional ) |
Jpf.MessageResource[] |
messageResources
message resources (optional ) |
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.SimpleAction[] |
simpleActions
simple actions (optional) |
boolean |
singleton
is pageflow singleton (optional ) |
String |
strutsMerge
Location of the Struts merge file; 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. |
public abstract String strutsMerge
public abstract String validatorMerge
public abstract boolean nested
public abstract boolean singleton
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.MessageResource[] messageResources
public abstract Jpf.MultipartHandler multipartHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |