|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public static @interface Jpf.ConditionalForward
Required Element Summary | |
---|---|
String |
condition
The expression that will trigger this forward (required). |
Optional Element Summary | |
---|---|
String |
action
An action to forward to. |
boolean |
externalRedirect
|
String |
name
The forward name (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 |
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 |
tilesDefinition
A Tiles definition to forward to. |
Element Detail |
---|
public abstract String condition
public abstract String name
public abstract String path
navigateTo()
, returnAction()
, action()
,
and tilesDefinition()
.
public abstract String returnAction
path()
,
navigateTo()
, action()
, and tilesDefinition()
, and only valid in a nested page flow
(Jpf.Controller.nested()
must be true
).
public abstract Jpf.NavigateTo navigateTo
path()
,
returnAction()
, action()
, and tilesDefinition()
.
public abstract String action
path()
, navigateTo()
, returnAction()
,
and tilesDefinition()
.
public abstract String tilesDefinition
path()
, navigateTo()
,
returnAction()
, and action()
.
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 |