Uses of Class
jakarta.faces.lifecycle.ClientWindow
-
Packages that use ClientWindow Package Description com.sun.faces.context com.sun.faces.flow com.sun.faces.lifecycle jakarta.faces.context Classes and interfaces defining per-request state information.jakarta.faces.flow The runtime API for Faces Flows.jakarta.faces.lifecycle Classes and interfaces defining lifecycle management for the Jakarta Faces implementation. -
-
Uses of ClientWindow in com.sun.faces.context
Methods in com.sun.faces.context that return ClientWindow Modifier and Type Method Description ClientWindowExternalContextImpl. getClientWindow()Methods in com.sun.faces.context with parameters of type ClientWindow Modifier and Type Method Description voidExternalContextImpl. setClientWindow(ClientWindow window) -
Uses of ClientWindow in com.sun.faces.flow
Methods in com.sun.faces.flow with parameters of type ClientWindow Modifier and Type Method Description StringFlowImpl. getClientWindowFlowId(ClientWindow curWindow) -
Uses of ClientWindow in com.sun.faces.lifecycle
Subclasses of ClientWindow in com.sun.faces.lifecycle Modifier and Type Class Description classClientWindowImplMethods in com.sun.faces.lifecycle that return ClientWindow Modifier and Type Method Description ClientWindowClientWindowFactoryImpl. getClientWindow(FacesContext context) -
Uses of ClientWindow in jakarta.faces.context
Methods in jakarta.faces.context that return ClientWindow Modifier and Type Method Description ClientWindowExternalContext. getClientWindow()Return theClientWindowset in a preceding call toExternalContext.setClientWindow(jakarta.faces.lifecycle.ClientWindow), ornullif no such call has been made.ClientWindowExternalContextWrapper. getClientWindow()The default behavior of this method is to callExternalContext.getClientWindow()on the wrappedExternalContextobject.Methods in jakarta.faces.context with parameters of type ClientWindow Modifier and Type Method Description voidExternalContext. setClientWindow(ClientWindow window)Associate this instance with aClientWindow.voidExternalContextWrapper. setClientWindow(ClientWindow window)The default behavior of this method is to callExternalContext.setClientWindow(jakarta.faces.lifecycle.ClientWindow)on the wrappedExternalContextobject. -
Uses of ClientWindow in jakarta.faces.flow
Methods in jakarta.faces.flow with parameters of type ClientWindow Modifier and Type Method Description abstract StringFlow. getClientWindowFlowId(ClientWindow curWindow)Get theClientWindow's id and append "_" and the return fromFlow.getId(). -
Uses of ClientWindow in jakarta.faces.lifecycle
Subclasses of ClientWindow in jakarta.faces.lifecycle Modifier and Type Class Description classClientWindowWrapperWrapper forClientWindowMethods in jakarta.faces.lifecycle that return ClientWindow Modifier and Type Method Description abstract ClientWindowClientWindowFactory. getClientWindow(FacesContext context)The implementation is responsible for creating theClientWindowinstance for this request.ClientWindowClientWindowWrapper. getWrapped()Constructors in jakarta.faces.lifecycle with parameters of type ClientWindow Constructor Description ClientWindowWrapper(ClientWindow wrapped)If this client window has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-