|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public static @interface Jpf.Forward
was jpf:forward
Required Element Summary | |
---|---|
String |
name
the forward name (required ) |
Optional Element Summary | |
---|---|
Jpf.ActionOutput[] |
actionOutputs
|
boolean |
externalRedirect
|
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 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
public abstract Jpf.ActionOutput[] actionOutputs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |