Package com.sun.faces.lifecycle
Class ClientWindowFactoryImpl
- java.lang.Object
-
- jakarta.faces.lifecycle.ClientWindowFactory
-
- com.sun.faces.lifecycle.ClientWindowFactoryImpl
-
- All Implemented Interfaces:
FacesWrapper<ClientWindowFactory>
public class ClientWindowFactoryImpl extends ClientWindowFactory
-
-
Constructor Summary
Constructors Constructor Description ClientWindowFactoryImpl()ClientWindowFactoryImpl(boolean ignored)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientWindowgetClientWindow(FacesContext context)The implementation is responsible for creating theClientWindowinstance for this request.-
Methods inherited from class jakarta.faces.lifecycle.ClientWindowFactory
getWrapped
-
-
-
-
Method Detail
-
getClientWindow
public ClientWindow getClientWindow(FacesContext context)
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
-
-