javax.faces.lifecycle
Class ClientWindowFactory

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

public abstract class ClientWindowFactory
extends Object
implements FacesWrapper<ClientWindowFactory>

Since:
2.2

Constructor Summary
ClientWindowFactory()
           
 
Method Summary
abstract  ClientWindow getClientWindow(FacesContext context)
           
 ClientWindowFactory getWrapped()
          A class that implements this interface uses this method to return an instance of the class being wrapped.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientWindowFactory

public ClientWindowFactory()
Method Detail

getWrapped

public ClientWindowFactory 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<ClientWindowFactory>
Returns:
the instance of the class being wrapped

getClientWindow

public abstract ClientWindow getClientWindow(FacesContext context)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.