|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.dialog.AbstractFeature
com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature
| Constructor Summary | |
DialogContextFeature()
|
|
| Method Summary | |
protected void |
dispose()
Called when the feature or dialog is disposed. |
protected DialogParameterHandler |
getDialogParameterHandler()
Returns an instance of the DialogParameterHandler class
that has been defined in the application's configuration. |
protected void |
init()
Called when the feature is initializing. |
protected boolean |
redirect(java.lang.String url)
|
boolean |
restoreDialogContext(HttpServletRequest request,
ServletResponse response)
This Service is used to connect the request to the dialog instance,
defined by the parameters in the request. |
| Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature |
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DialogContextFeature()
| Method Detail |
protected void dispose()
throws DisposeException
AbstractFeature
dispose in class AbstractFeatureDisposeExceptionprotected void init()
AbstractFeatureDialogControl installed to. To access the
DialogControl use the AbstractFeature.getDialogControl() method.
Override this method to perform some action on initialization e.g. register public services.
init in class AbstractFeature
public boolean restoreDialogContext(HttpServletRequest request,
ServletResponse response)
DialogContextServiceService is used to connect the request to the dialog instance,
defined by the parameters in the request. If parameters are missing or no valid
parameters the parameters are passed to a DialogParameterHandlerService
to define the further strategy for handling this request.
restoreDialogContext in interface DialogContextServicerequest - the current reqestresponse - the current response
protected boolean redirect(java.lang.String url)
url - may be null
protected DialogParameterHandler getDialogParameterHandler()
DialogParameterHandler class
that has been defined in the application's configuration.
UnknownRequestHandler instance to handle requests
without an DialogInstanceId
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||