public class ClientWindowFactoryImpl
extends jakarta.faces.lifecycle.ClientWindowFactory
| Constructor and Description |
|---|
ClientWindowFactoryImpl() |
ClientWindowFactoryImpl(boolean ignored) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.faces.lifecycle.ClientWindow |
getClientWindow(jakarta.faces.context.FacesContext context)
The implementation is responsible for creating the |
public ClientWindowFactoryImpl()
public ClientWindowFactoryImpl(boolean ignored)
public jakarta.faces.lifecycle.ClientWindow getClientWindow(jakarta.faces.context.FacesContext context)
jakarta.faces.lifecycle.ClientWindowFactory
The implementation is responsible for creating the ClientWindow instance for this request. If
ClientWindow.CLIENT_WINDOW_MODE_PARAM_NAME is "none" or unspecified, this method must return null. If
ClientWindow.CLIENT_WINDOW_MODE_PARAM_NAME is "url" the implementation must return a
ClientWindow instance that implements the url-mode semantics described in ClientWindow.
getClientWindow in class jakarta.faces.lifecycle.ClientWindowFactorycontext - the FacesContext for this request.ClientWindow for this request, or nullCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.