javax.faces.lifecycle
Class ClientWindowWrapper
java.lang.Object
javax.faces.lifecycle.ClientWindow
javax.faces.lifecycle.ClientWindowWrapper
- All Implemented Interfaces:
- FacesWrapper<ClientWindow>
public abstract class ClientWindowWrapper
- extends ClientWindow
- implements FacesWrapper<ClientWindow>
- Since:
- 2.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientWindowWrapper
public ClientWindowWrapper()
decode
public void decode(FacesContext context)
- Specified by:
decode
in class ClientWindow
getId
public String getId()
- Specified by:
getId
in class ClientWindow
getQueryURLParameters
public Map<String,String> getQueryURLParameters(FacesContext context)
- Specified by:
getQueryURLParameters
in class ClientWindow
isClientWindowRenderModeEnabled
public boolean isClientWindowRenderModeEnabled(FacesContext context)
- Overrides:
isClientWindowRenderModeEnabled
in class ClientWindow
disableClientWindowRenderMode
public void disableClientWindowRenderMode(FacesContext context)
- Overrides:
disableClientWindowRenderMode
in class ClientWindow
enableClientWindowRenderMode
public void enableClientWindowRenderMode(FacesContext context)
- Overrides:
enableClientWindowRenderMode
in class ClientWindow
getWrapped
public abstract ClientWindow getWrapped()
- Description copied from interface:
FacesWrapper
- A class that implements this interface uses this method to return an instance of the class being wrapped.
- Specified by:
getWrapped
in interface FacesWrapper<ClientWindow>
- Returns:
- the instance of the class being wrapped
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.