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
Modifier and Type Method Description ClientWindowgetClientWindow(FacesContext context)The implementation is responsible for creating theClientWindowinstance for this request.
-
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
-