Uses of Interface
com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback

Packages that use DialogParameterHandlerCallback
com.sdm.quasar.client.jsf.dialog   
com.sdm.quasar.client.showcase.jsf.application   
 

Uses of DialogParameterHandlerCallback in com.sdm.quasar.client.jsf.dialog
 

Methods in com.sdm.quasar.client.jsf.dialog with parameters of type DialogParameterHandlerCallback
 boolean DialogParameterHandler.handleMissingDialogParameters(HttpServletRequest request, ServletResponse response, DialogControl sessionDialogControl, DialogParameterHandlerCallback callback)
          This method is called when the dialog parameters, i.e. the dialog id or the dialog instance id, are incomplete.
 boolean DialogParameterHandler.handleInvalidSequenceNumber(HttpServletRequest request, ServletResponse response, DialogControl sessionDialogControl, DialogInstanceId dialogInstanceId, java.lang.String url, DialogParameterHandlerCallback callback)
          This method is called when the sequence number is invalid.
 boolean DefaultDialogParameterHandler.handleMissingDialogParameters(HttpServletRequest request, ServletResponse response, DialogControl sessionDialogControl, DialogParameterHandlerCallback callback)
          This method is called when the dialog parameters, i.e. the dialog id or the dialog instance id, are incomplete. This may be a request to enter the application, a request from a bookmark or a request from a dialog that is closed and should not be recreated automatically.
 boolean DefaultDialogParameterHandler.handleInvalidSequenceNumber(HttpServletRequest request, ServletResponse response, DialogControl sessionDialogControl, DialogInstanceId dialogInstanceId, java.lang.String webPageUrl, DialogParameterHandlerCallback callback)
          The sequence number is invalid: the request was from a dialog in an old state or a double submit of the same request.
 

Uses of DialogParameterHandlerCallback in com.sdm.quasar.client.showcase.jsf.application
 

Methods in com.sdm.quasar.client.showcase.jsf.application with parameters of type DialogParameterHandlerCallback
 boolean ShowcaseDialogParameterHandler.handleMissingDialogParameters(HttpServletRequest request, ServletResponse response, DialogControl sessionDialogControl, DialogParameterHandlerCallback callback)
           
 boolean ShowcaseDialogParameterHandler.handleInvalidSequenceNumber(HttpServletRequest request, ServletResponse response, DialogControl sessionDialogControl, DialogInstanceId dialogInstanceId, java.lang.String webPageUrl, DialogParameterHandlerCallback callback)