Uses of Class
jakarta.faces.application.ApplicationFactory
-
Packages that use ApplicationFactory Package Description jakarta.faces.application -
-
Uses of ApplicationFactory in jakarta.faces.application
Methods in jakarta.faces.application that return ApplicationFactory Modifier and Type Method Description ApplicationFactory
ApplicationFactory. 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.application with parameters of type ApplicationFactory Constructor Description ApplicationFactory(ApplicationFactory wrapped)
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-