Uses of Class
jakarta.faces.application.ApplicationFactory
Packages that use ApplicationFactory
Package
Description
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.applicationModifier and TypeClassDescriptionclassDefault implementation ofApplicationFactory.classThisApplicationFactoryis responsible for injecting the defaultApplicationinstance into the top-levelApplicationas configured by the runtime.Constructors in com.sun.faces.application with parameters of type ApplicationFactory -
Uses of ApplicationFactory in jakarta.faces.application
Methods in jakarta.faces.application that return ApplicationFactoryModifier and TypeMethodDescriptionApplicationFactory.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 ApplicationFactoryModifierConstructorDescriptionApplicationFactory(ApplicationFactory wrapped) If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.