|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Callback for the BrowserWindow if the VisualRepresentation
requested by the actual request could not or shall not be shown.
The callback provides some exit methods to determine what to do next.
| Method Summary | |
boolean |
handleInvalidSequenceNumber(DialogInstanceId dialogInstanceId,
java.lang.String url)
A double submit is dedected by an invalid sequence number. |
boolean |
handleNoVisualRepresentationAssigned()
No VisualRepresentation could be assigned with this request.
|
boolean |
performRedirectToCurrent()
An other than the requested VisualRepresentation is the
currently shown VisualRepresentation and shall stay.
|
boolean |
performRedirectToDialog(java.lang.String dialogId,
java.lang.Object context)
Instead of the requested VisualRepresentation the
VisualRepresentation of another dialog shall be shown.
|
boolean |
performRedirectToUrl(java.lang.String url)
Instead of the requested VisualRepresentation an other page
shall be shown.
|
| Method Detail |
public boolean performRedirectToCurrent()
VisualRepresentation is the
currently shown VisualRepresentation and shall stay.
Thus perform a redirect to the current shown VisualRepresentation.
public boolean performRedirectToUrl(java.lang.String url)
VisualRepresentation an other page
shall be shown.
Thus perform a redirect to this page.
public boolean performRedirectToDialog(java.lang.String dialogId,
java.lang.Object context)
VisualRepresentation the
VisualRepresentation of another dialog shall be shown.
Thus create the dialog and perform a redirect to the VisualRepresentation
of this dialog.
public boolean handleNoVisualRepresentationAssigned()
VisualRepresentation could be assigned with this request.
The request is probably a new entry at the application, a bookmark
or some other reason an existing VisualRepresentation could not
be determined. The application has to determine what to do next.
public boolean handleInvalidSequenceNumber(DialogInstanceId dialogInstanceId,
java.lang.String url)
dialogInstanceId - DialogInstanceId of the dialog that is out of sequenceurl - an URL for the corresponding dialog in its actual state
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||