Class ClientWindowFactory

java.lang.Object
jakarta.faces.lifecycle.ClientWindowFactory
All Implemented Interfaces:
FacesWrapper<ClientWindowFactory>
Direct Known Subclasses:
ClientWindowFactoryImpl

public abstract class ClientWindowFactory
extends Object
implements FacesWrapper<ClientWindowFactory>

Create ClientWindow instances based on the incoming request.

Usage: extend this class and push the implementation being wrapped to the constructor and use getWrapped() to access the instance being wrapped.

Since:
2.2