public class ClientWindowFactoryImpl extends ClientWindowFactory
| Constructor and Description |
|---|
ClientWindowFactoryImpl() |
ClientWindowFactoryImpl(boolean ignored) |
| Modifier and Type | Method and Description |
|---|---|
ClientWindow |
getClientWindow(FacesContext context)
The implementation is responsible
for creating the |
getWrappedpublic ClientWindowFactoryImpl()
public ClientWindowFactoryImpl(boolean ignored)
public ClientWindow getClientWindow(FacesContext context)
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 ClientWindowFactorycontext - the FacesContext for this request.ClientWindow for this request, or nullCopyright © 1997–2019 Eclipse Foundation. All rights reserved.