public class ClientWindowFactoryImpl
extends javax.faces.lifecycle.ClientWindowFactory
| Constructor and Description |
|---|
ClientWindowFactoryImpl() |
ClientWindowFactoryImpl(boolean ignored) |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.lifecycle.ClientWindow |
getClientWindow(javax.faces.context.FacesContext context)
The implementation is responsible
for creating the |
public ClientWindowFactoryImpl()
public ClientWindowFactoryImpl(boolean ignored)
public javax.faces.lifecycle.ClientWindow getClientWindow(javax.faces.context.FacesContext context)
javax.faces.lifecycle.ClientWindowFactoryThe 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 javax.faces.lifecycle.ClientWindowFactorycontext - the FacesContext for this request.ClientWindow for this request, or nullCopyright © 2010–2024 JBoss by Red Hat. All rights reserved.