|
|||||||||
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 | |
---|---|
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. |
Element Detail |
---|
public abstract String condition
public abstract String name
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 |