Uses of Class
jakarta.faces.lifecycle.ClientWindow
-
Uses of ClientWindow in jakarta.faces.context
Modifier and TypeMethodDescriptionExternalContext.getClientWindow()
Return theClientWindow
set in a preceding call toExternalContext.setClientWindow(jakarta.faces.lifecycle.ClientWindow)
, ornull
if no such call has been made.ExternalContextWrapper.getClientWindow()
The default behavior of this method is to callExternalContext.getClientWindow()
on the wrappedExternalContext
object.Modifier and TypeMethodDescriptionvoid
ExternalContext.setClientWindow
(ClientWindow window) Associate this instance with aClientWindow
.void
ExternalContextWrapper.setClientWindow
(ClientWindow window) The default behavior of this method is to callExternalContext.setClientWindow(jakarta.faces.lifecycle.ClientWindow)
on the wrappedExternalContext
object. -
Uses of ClientWindow in jakarta.faces.flow
Modifier and TypeMethodDescriptionabstract String
Flow.getClientWindowFlowId
(ClientWindow curWindow) Get theClientWindow
's id and append "_" and the return fromFlow.getId()
. -
Uses of ClientWindow in jakarta.faces.lifecycle
Modifier and TypeMethodDescriptionabstract ClientWindow
ClientWindowFactory.getClientWindow
(FacesContext context) The implementation is responsible for creating theClientWindow
instance for this request.ClientWindowWrapper.getWrapped()
ModifierConstructorDescriptionClientWindowWrapper
(ClientWindow wrapped) If this client window has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.