java.lang.Object
jakarta.faces.lifecycle.ClientWindowFactory
com.sun.faces.lifecycle.ClientWindowFactoryImpl
- All Implemented Interfaces:
FacesWrapper<ClientWindowFactory>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClientWindow(FacesContext context) The implementation is responsible for creating theClientWindowinstance 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:ClientWindowFactoryThe implementation is responsible for creating the
ClientWindowinstance for this request. IfClientWindow.CLIENT_WINDOW_MODE_PARAM_NAMEis "none" or unspecified, this method must returnnull. IfClientWindow.CLIENT_WINDOW_MODE_PARAM_NAMEis "url" the implementation must return aClientWindowinstance that implements the url-mode semantics described inClientWindow.- Specified by:
getClientWindowin classClientWindowFactory- Parameters:
context- theFacesContextfor this request.- Returns:
- the
ClientWindowfor this request, ornull
-