Package com.sdm.quasar.client.jsf.dialog

Interface Summary
BrowserWindowCallBack Callback for the BrowserWindow if the VisualRepresentation requested by the actual request could not or shall not be shown.
DialogParameterHandler Requests with incomplete, outdated or unknown request parameters are passed to this.
DialogParameterHandlerCallback Callback for the DialogParameterHandler to tell the caller ofe a concrete DialogParameterHandler how to process further.
VisualRepresentation.VisualRepresentationListener Register a VisualRepresentationListener at a VisualRepresentation if you want to be informed when the VisualRepresentation is entered or left by browser navigation or when an other dialog is shown (and this dialog is left) or hidden (and this dialog is entered).
 

Class Summary
BrowserWindow This is the application side representation of the browser window.
DefaultDialogParameterHandler Default implementation of the DialogParameterHandler interface
DialogServletFilter ServletFilter that is called before the JSF life cycle begins.
FacesContextProvider Convenience methods to access the FacesContext.
GetParameters Simple helper class to collect get parameters for a request and add them as parameters to a url.
PostParameters Simple helper class to collect post parameters for a request and add them as hidden fields to a response or as token, thas my be added to a link or view id.
PRGNavigationHandler Custom NavigationHandler for the Quasar Client.
RequestParameterManager Helper class to handle attributes of the request scope.
RootServiceProvider  
VisualRepresentation This represents a visual representation of a dialog, e.g. the displayed jsp, facelet, .. .
VisualRepresentationId The VisualRepresentationId defines the parameters which identify a VisualRepresentation.
VisualRepresentationInfo Container with additional information defining the showing and hiding strategy of a VisualRepresentation