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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ClientWindow
getClientWindow
(FacesContext context) A class that implements this interface uses this method to return an instance of the class being wrapped.
-
Constructor Details
-
ClientWindowFactory
Deprecated. -
ClientWindowFactory
-
-
Method Details
-
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 interfaceFacesWrapper<ClientWindowFactory>
- Returns:
- the instance of the class being wrapped
-
getClientWindow
-