Class ClientWindowWrapper

java.lang.Object
jakarta.faces.lifecycle.ClientWindow
jakarta.faces.lifecycle.ClientWindowWrapper
All Implemented Interfaces:
FacesWrapper<ClientWindow>

public abstract class ClientWindowWrapper
extends ClientWindow
implements FacesWrapper<ClientWindow>

Wrapper for ClientWindow

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