Uses of Class
jakarta.faces.application.ApplicationFactory
-
Packages that use ApplicationFactory Package Description com.sun.faces.application jakarta.faces.application APIs that are used to link an application's business logic objects to Jakarta Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on Jakarta Faces. -
-
Uses of ApplicationFactory in com.sun.faces.application
Subclasses of ApplicationFactory in com.sun.faces.application Modifier and Type Class Description classApplicationFactoryImplDefault implementation ofApplicationFactory.classInjectionApplicationFactoryThisApplicationFactoryis responsible for injecting the defaultApplicationinstance into the top-levelApplicationas configured by the runtime.Constructors in com.sun.faces.application with parameters of type ApplicationFactory Constructor Description InjectionApplicationFactory(ApplicationFactory delegate) -
Uses of ApplicationFactory in jakarta.faces.application
Methods in jakarta.faces.application that return ApplicationFactory Modifier and Type Method Description ApplicationFactoryApplicationFactory. 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.
-