Package jakarta.faces.lifecycle
Class ClientWindowFactory
java.lang.Object
jakarta.faces.lifecycle.ClientWindowFactory
- All Implemented Interfaces:
- FacesWrapper<ClientWindowFactory>
public abstract class ClientWindowFactory
extends Object
implements FacesWrapper<ClientWindowFactory>
- Since:
- 2.2
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract ClientWindowgetClientWindow(FacesContext context) A class that implements this interface uses this method to return an instance of the class being wrapped.
- 
Constructor Details- 
ClientWindowFactoryDeprecated.
- 
ClientWindowFactory
 
- 
- 
Method Details- 
getWrappedDescription copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<ClientWindowFactory>
- Returns:
- the instance of the class being wrapped
 
- 
getClientWindow
 
-