java.lang.Object
jakarta.faces.lifecycle.ClientWindowFactory
com.sun.faces.lifecycle.ClientWindowFactoryImpl
- All Implemented Interfaces:
FacesWrapper<ClientWindowFactory>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetClientWindow
(FacesContext context) The implementation is responsible for creating theClientWindow
instance for this request.Methods inherited from class jakarta.faces.lifecycle.ClientWindowFactory
getWrapped
-
Constructor Details
-
ClientWindowFactoryImpl
public ClientWindowFactoryImpl() -
ClientWindowFactoryImpl
public ClientWindowFactoryImpl(boolean ignored)
-
-
Method Details
-
getClientWindow
Description copied from class:ClientWindowFactory
The implementation is responsible for creating the
ClientWindow
instance for this request. IfClientWindow.CLIENT_WINDOW_MODE_PARAM_NAME
is "none" or unspecified, this method must returnnull
. IfClientWindow.CLIENT_WINDOW_MODE_PARAM_NAME
is "url" the implementation must return aClientWindow
instance that implements the url-mode semantics described inClientWindow
.- Specified by:
getClientWindow
in classClientWindowFactory
- Parameters:
context
- theFacesContext
for this request.- Returns:
- the
ClientWindow
for this request, ornull
-