Uses of Class
jakarta.faces.application.ApplicationFactory
-
Uses of ApplicationFactory in com.sun.faces.application
Modifier and TypeClassDescriptionclass
Default implementation ofApplicationFactory
.class
ThisApplicationFactory
is responsible for injecting the defaultApplication
instance into the top-levelApplication
as configured by the runtime. -
Uses of ApplicationFactory in jakarta.faces.application
Modifier 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.ModifierConstructorDescriptionApplicationFactory
(ApplicationFactory wrapped) If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.