Uses of Class
jakarta.faces.lifecycle.ClientWindow
Packages that use ClientWindow
-
Uses of ClientWindow in jakarta.faces.context
Methods in jakarta.faces.context that return ClientWindowModifier and TypeMethodDescriptionExternalContext.getClientWindow()Return theClientWindowset in a preceding call toExternalContext.setClientWindow(jakarta.faces.lifecycle.ClientWindow), ornullif no such call has been made.ExternalContextWrapper.getClientWindow()The default behavior of this method is to callExternalContext.getClientWindow()on the wrappedExternalContextobject.Methods in jakarta.faces.context with parameters of type ClientWindowModifier and TypeMethodDescriptionvoidExternalContext.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 ClientWindowModifier and TypeMethodDescriptionabstract 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.lifecycleMethods in jakarta.faces.lifecycle that return ClientWindowModifier and TypeMethodDescriptionabstract ClientWindowClientWindowFactory.getClientWindow(FacesContext context) The implementation is responsible for creating theClientWindowinstance for this request.ClientWindowWrapper.getWrapped()Constructors in jakarta.faces.lifecycle with parameters of type ClientWindowModifierConstructorDescriptionClientWindowWrapper(ClientWindow wrapped) If this client window has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.