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 Constructor Description ClientWindowFactory()Deprecated.ClientWindowFactory(ClientWindowFactory delegate)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ClientWindowgetClientWindow(FacesContext context)ClientWindowFactorygetWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped.
 
- 
- 
- 
Constructor Detail- 
ClientWindowFactory@Deprecated public ClientWindowFactory() Deprecated.
 - 
ClientWindowFactorypublic ClientWindowFactory(ClientWindowFactory delegate) 
 
- 
 - 
Method Detail- 
getWrappedpublic ClientWindowFactory getWrapped() Description 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
 
 - 
getClientWindowpublic abstract ClientWindow getClientWindow(FacesContext context) 
 
- 
 
-