|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public static @interface Jpf.Action
was jpf:action
Optional Element Summary | |
---|---|
Jpf.Catch[] |
catches
exception catches (optional ) |
boolean |
doValidation
Turn form validation on or off for this action. |
Jpf.Forward[] |
forwards
forwards (optional ) |
boolean |
loginRequired
is login required to access this action (optional ) |
boolean |
preventDoubleSubmit
Prevent multiple submits to this action. |
boolean |
readOnly
is this action read-only, i.e., is it guaranteed not to modify member state (optional ) |
String[] |
rolesAllowed
roles allowed to access this action (optional ) |
String |
useFormBean
page flow-scoped form; references a member variable (bean) in the page flow (optional ) |
Jpf.ValidatableProperty[] |
validatableProperties
field-level validation rules tied to the action (optional ) |
Jpf.Forward |
validationErrorForward
forward used when validation fails |
public abstract String useFormBean
public abstract boolean readOnly
public abstract String[] rolesAllowed
public abstract boolean loginRequired
public abstract Jpf.Forward[] forwards
public abstract Jpf.Catch[] catches
public abstract Jpf.ValidatableProperty[] validatableProperties
public abstract Jpf.Forward validationErrorForward
public abstract boolean doValidation
validationErrorForward()
is not empty, this value is set to true
automatically.
public abstract boolean preventDoubleSubmit
DoubleSubmitException
is thrown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |