Uses of Class
jakarta.faces.application.ResourceHandler
-
Uses of ResourceHandler in jakarta.faces.application
Modifier and TypeClassDescriptionclass
Provides a simple implementation ofResourceHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingResourceHandler
instance.Modifier and TypeMethodDescriptionApplication.getResourceHandler()
Return the singleton, stateless, thread-safeResourceHandler
for this application.ApplicationWrapper.getResourceHandler()
The default behavior of this method is to callApplication.getResourceHandler()
on the wrappedApplication
object.ResourceHandlerWrapper.getWrapped()
Modifier and TypeMethodDescriptionvoid
Application.setResourceHandler
(ResourceHandler resourceHandler) Set theResourceHandler
instance that will be utilized for rendering the markup for resources, and for satisfying client requests to serve up resources.void
ApplicationWrapper.setResourceHandler
(ResourceHandler resourceHandler) The default behavior of this method is to callApplication.setResourceHandler(ResourceHandler)
on the wrappedApplication
object.ModifierConstructorDescriptionResourceHandlerWrapper
(ResourceHandler wrapped) If this resource handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.