Uses of Class
jakarta.faces.application.ApplicationFactory
Package | Description |
---|---|
com.sun.faces.application | |
jakarta.faces.application |
-
Uses of ApplicationFactory in com.sun.faces.application
Subclasses of ApplicationFactory in com.sun.faces.application Modifier and Type Class Description class
ApplicationFactoryImpl
Default implementation ofApplicationFactory
.class
InjectionApplicationFactory
ThisApplicationFactory
is responsible for injecting the defaultApplication
instance into the top-levelApplication
as 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 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.