Uses of Class
jakarta.faces.lifecycle.ClientWindowFactory
-
Packages that use ClientWindowFactory Package Description jakarta.faces.lifecycle -
-
Uses of ClientWindowFactory in jakarta.faces.lifecycle
Methods in jakarta.faces.lifecycle that return ClientWindowFactory Modifier and Type Method Description ClientWindowFactory
ClientWindowFactory. getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.Constructors in jakarta.faces.lifecycle with parameters of type ClientWindowFactory Constructor Description ClientWindowFactory(ClientWindowFactory wrapped)
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-