javax.faces.lifecycle
Class ClientWindowWrapper

java.lang.Object
  extended by javax.faces.lifecycle.ClientWindow
      extended by javax.faces.lifecycle.ClientWindowWrapper
All Implemented Interfaces:
FacesWrapper<ClientWindow>

public abstract class ClientWindowWrapper
extends ClientWindow
implements FacesWrapper<ClientWindow>

Since:
2.2

Field Summary
 
Fields inherited from class javax.faces.lifecycle.ClientWindow
CLIENT_WINDOW_MODE_PARAM_NAME
 
Constructor Summary
ClientWindowWrapper()
           
 
Method Summary
 void decode(FacesContext context)
           
 void disableClientWindowRenderMode(FacesContext context)
           
 void enableClientWindowRenderMode(FacesContext context)
           
 String getId()
           
 Map<String,String> getQueryURLParameters(FacesContext context)
           
abstract  ClientWindow getWrapped()
          A class that implements this interface uses this method to return an instance of the class being wrapped.
 boolean isClientWindowRenderModeEnabled(FacesContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientWindowWrapper

public ClientWindowWrapper()
Method Detail

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.