Uses of Class
jakarta.faces.application.ResourceHandler
Packages that use ResourceHandler
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 ResourceHandler in com.sun.faces.application
Methods in com.sun.faces.application that return ResourceHandlerMethods in com.sun.faces.application with parameters of type ResourceHandlerModifier and TypeMethodDescriptionvoidApplicationImpl.setResourceHandler(ResourceHandler resourceHandler) -
Uses of ResourceHandler in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return ResourceHandlerMethods in com.sun.faces.application.applicationimpl with parameters of type ResourceHandlerModifier and TypeMethodDescriptionvoidSingletons.setResourceHandler(ResourceHandler resourceHandler) -
Uses of ResourceHandler in com.sun.faces.application.resource
Subclasses of ResourceHandler in com.sun.faces.application.resource -
Uses of ResourceHandler in com.sun.faces.facelets.impl
Constructors in com.sun.faces.facelets.impl with parameters of type ResourceHandler -
Uses of ResourceHandler in jakarta.faces.application
Subclasses of ResourceHandler in jakarta.faces.applicationModifier and TypeClassDescriptionclassProvides a simple implementation ofResourceHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingResourceHandlerinstance.Methods in jakarta.faces.application that return ResourceHandlerModifier and TypeMethodDescriptionApplication.getResourceHandler()Return the singleton, stateless, thread-safeResourceHandlerfor this application.ApplicationWrapper.getResourceHandler()The default behavior of this method is to callApplication.getResourceHandler()on the wrappedApplicationobject.ResourceHandlerWrapper.getWrapped()Methods in jakarta.faces.application with parameters of type ResourceHandlerModifier and TypeMethodDescriptionvoidApplication.setResourceHandler(ResourceHandler resourceHandler) Set theResourceHandlerinstance that will be utilized for rendering the markup for resources, and for satisfying client requests to serve up resources.voidApplicationWrapper.setResourceHandler(ResourceHandler resourceHandler) The default behavior of this method is to callApplication.setResourceHandler(ResourceHandler)on the wrappedApplicationobject.Constructors in jakarta.faces.application with parameters of type ResourceHandlerModifierConstructorDescriptionResourceHandlerWrapper(ResourceHandler wrapped) If this resource handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.