Uses of Class
javax.faces.lifecycle.ClientWindow
-
Packages that use ClientWindow Package Description javax.faces.context javax.faces.flow javax.faces.lifecycle -
-
Uses of ClientWindow in javax.faces.context
Methods in javax.faces.context that return ClientWindow Modifier and Type Method Description ClientWindow
ExternalContext. getClientWindow()
ClientWindow
ExternalContextWrapper. getClientWindow()
Methods in javax.faces.context with parameters of type ClientWindow Modifier and Type Method Description void
ExternalContext. setClientWindow(ClientWindow window)
void
ExternalContextWrapper. setClientWindow(ClientWindow window)
-
Uses of ClientWindow in javax.faces.flow
Methods in javax.faces.flow with parameters of type ClientWindow Modifier and Type Method Description abstract String
Flow. getClientWindowFlowId(ClientWindow curWindow)
-
Uses of ClientWindow in javax.faces.lifecycle
Subclasses of ClientWindow in javax.faces.lifecycle Modifier and Type Class Description class
ClientWindowWrapper
Methods in javax.faces.lifecycle that return ClientWindow Modifier and Type Method Description abstract ClientWindow
ClientWindowFactory. getClientWindow(FacesContext context)
ClientWindow
ClientWindowWrapper. getWrapped()
Constructors in javax.faces.lifecycle with parameters of type ClientWindow Constructor Description ClientWindowWrapper(ClientWindow delegate)
-