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 |
getWrapped
public ClientWindowFactoryImpl()
public ClientWindowFactoryImpl(boolean ignored)
public ClientWindow getClientWindow(FacesContext context)
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 ClientWindowFactory
context
- the FacesContext
for this request.ClientWindow
for this request, or null
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.