javax.faces.lifecycle
Class ClientWindowFactory
java.lang.Object
javax.faces.lifecycle.ClientWindowFactory
- All Implemented Interfaces:
- FacesWrapper<ClientWindowFactory>
public abstract class ClientWindowFactory
- extends Object
- implements FacesWrapper<ClientWindowFactory>
- Since:
- 2.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientWindowFactory
public ClientWindowFactory()
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.