javax.faces.lifecycle
Class ClientWindow
java.lang.Object
javax.faces.lifecycle.ClientWindow
- Direct Known Subclasses:
- ClientWindowWrapper
public abstract class ClientWindow
- extends Object
- Since:
- 2.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLIENT_WINDOW_MODE_PARAM_NAME
public static final String CLIENT_WINDOW_MODE_PARAM_NAME
- See Also:
- Constant Field Values
ClientWindow
public ClientWindow()
decode
public abstract void decode(FacesContext context)
getId
public abstract String getId()
getQueryURLParameters
public abstract Map<String,String> getQueryURLParameters(FacesContext context)
isClientWindowRenderModeEnabled
public boolean isClientWindowRenderModeEnabled(FacesContext context)
disableClientWindowRenderMode
public void disableClientWindowRenderMode(FacesContext context)
enableClientWindowRenderMode
public void enableClientWindowRenderMode(FacesContext context)
Copyright © 2014 The Apache Software Foundation. All rights reserved.