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()
ExternalContextWrapper.getClientWindow()
Methods in jakarta.faces.context with parameters of type ClientWindowModifier and TypeMethodDescriptionvoid
ExternalContext.setClientWindow
(ClientWindow window) void
ExternalContextWrapper.setClientWindow
(ClientWindow window) -
Uses of ClientWindow in jakarta.faces.flow
Methods in jakarta.faces.flow with parameters of type ClientWindowModifier and TypeMethodDescriptionabstract String
Flow.getClientWindowFlowId
(ClientWindow curWindow) -
Uses of ClientWindow in jakarta.faces.lifecycle
Subclasses of ClientWindow in jakarta.faces.lifecycleMethods in jakarta.faces.lifecycle that return ClientWindowModifier and TypeMethodDescriptionabstract ClientWindow
ClientWindowFactory.getClientWindow
(FacesContext context) ClientWindowWrapper.getWrapped()
Constructors in jakarta.faces.lifecycle with parameters of type ClientWindow