public abstract class ClientWindowWrapper extends ClientWindow implements FacesWrapper<ClientWindow>
CLIENT_WINDOW_MODE_PARAM_NAME
Constructor and Description |
---|
ClientWindowWrapper()
Deprecated.
|
ClientWindowWrapper(ClientWindow delegate) |
Modifier and Type | Method and Description |
---|---|
void |
decode(FacesContext context) |
void |
disableClientWindowRenderMode(FacesContext context) |
void |
enableClientWindowRenderMode(FacesContext context) |
String |
getId() |
Map<String,String> |
getQueryURLParameters(FacesContext context) |
ClientWindow |
getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped.
|
boolean |
isClientWindowRenderModeEnabled(FacesContext context) |
public ClientWindowWrapper(ClientWindow delegate)
@Deprecated public ClientWindowWrapper()
public void decode(FacesContext context)
decode
in class ClientWindow
public String getId()
getId
in class ClientWindow
public Map<String,String> getQueryURLParameters(FacesContext context)
getQueryURLParameters
in class ClientWindow
public boolean isClientWindowRenderModeEnabled(FacesContext context)
isClientWindowRenderModeEnabled
in class ClientWindow
public void disableClientWindowRenderMode(FacesContext context)
disableClientWindowRenderMode
in class ClientWindow
public void enableClientWindowRenderMode(FacesContext context)
enableClientWindowRenderMode
in class ClientWindow
public ClientWindow getWrapped()
FacesWrapper
getWrapped
in interface FacesWrapper<ClientWindow>
Copyright © 2019 The Apache Software Foundation. All rights reserved.