Uses of Class
jakarta.faces.application.ResourceHandler
-
Packages that use ResourceHandler Package Description com.sun.faces.application com.sun.faces.application.applicationimpl com.sun.faces.application.resource com.sun.faces.facelets.impl jakarta.faces.application -
-
Uses of ResourceHandler in com.sun.faces.application
Methods in com.sun.faces.application that return ResourceHandler Modifier and Type Method Description ResourceHandlerApplicationImpl. getResourceHandler()Methods in com.sun.faces.application with parameters of type ResourceHandler Modifier and Type Method Description voidApplicationImpl. setResourceHandler(ResourceHandler resourceHandler) -
Uses of ResourceHandler in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return ResourceHandler Modifier and Type Method Description ResourceHandlerSingletons. getResourceHandler()Methods in com.sun.faces.application.applicationimpl with parameters of type ResourceHandler Modifier and Type Method Description voidSingletons. setResourceHandler(ResourceHandler resourceHandler) -
Uses of ResourceHandler in com.sun.faces.application.resource
Subclasses of ResourceHandler in com.sun.faces.application.resource Modifier and Type Class Description classResourceHandlerImplThis is the default implementation ofResourceHandler. -
Uses of ResourceHandler in com.sun.faces.facelets.impl
Constructors in com.sun.faces.facelets.impl with parameters of type ResourceHandler Constructor Description DefaultResourceResolver(ResourceHandler resourceHandler) -
Uses of ResourceHandler in jakarta.faces.application
Subclasses of ResourceHandler in jakarta.faces.application Modifier and Type Class Description classResourceHandlerWrapperProvides a simple implementation ofResourceHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingResourceHandlerinstance.Methods in jakarta.faces.application that return ResourceHandler Modifier and Type Method Description ResourceHandlerApplication. getResourceHandler()Return the singleton, stateless, thread-safeResourceHandlerfor this application.ResourceHandlerApplicationWrapper. getResourceHandler()The default behavior of this method is to callApplication.getResourceHandler()on the wrappedApplicationobject.ResourceHandlerResourceHandlerWrapper. getWrapped()Methods in jakarta.faces.application with parameters of type ResourceHandler Modifier and Type Method Description voidApplication. 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 ResourceHandler Constructor Description ResourceHandlerWrapper(ResourceHandler wrapped)If this resource handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-