|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public static @interface Jpf.SimpleAction
Required Element Summary | |
---|---|
String |
name
name (required) |
Optional Element Summary | |
---|---|
Jpf.Catch[] |
catches
exception catches (optional ) |
Jpf.ConditionalForward[] |
conditionalForwards
|
boolean |
externalRedirect
|
boolean |
loginRequired
is login required to access this action (optional ) |
Jpf.NavigateTo |
navigateTo
A symbolic name for the page/action to which to navigate. |
String |
outputFormBean
|
Class |
outputFormBeanType
|
String |
path
The forward path. |
boolean |
readOnly
is this action read-only, i.e., is it guaranteed not to modify member state (optional ) |
boolean |
redirect
|
boolean |
restoreQueryString
Tells whether the original query string will be restored on a rerun of a previous action. |
String |
returnAction
The action to be invoked on the calling page flow. |
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 |
Element Detail |
---|
public abstract String name
public abstract Jpf.ConditionalForward[] conditionalForwards
public abstract String useFormBean
public abstract boolean readOnly
public abstract String[] rolesAllowed
public abstract boolean loginRequired
public abstract Jpf.Catch[] catches
public abstract Jpf.ValidatableProperty[] validatableProperties
public abstract Jpf.Forward validationErrorForward
public abstract String path
returnAction
and navigateTo
.
public abstract String returnAction
path
and
navigateTo
, and only valid in a nested page flow (nested
on the
Controller
annotation must be true).
public abstract Jpf.NavigateTo navigateTo
returnAction
and path
.
public abstract boolean restoreQueryString
navigateTo
is NavigateTo.previousAction
.
public abstract Class outputFormBeanType
public abstract String outputFormBean
public abstract boolean redirect
public abstract boolean externalRedirect
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |