Uses of Class
javax.faces.application.ResourceHandler
-
Packages that use ResourceHandler Package Description javax.faces.application -
-
Uses of ResourceHandler in javax.faces.application
Subclasses of ResourceHandler in javax.faces.application Modifier and Type Class Description class
ResourceHandlerWrapper
Methods in javax.faces.application that return ResourceHandler Modifier and Type Method Description ResourceHandler
Application. getResourceHandler()
Return the singleton, stateless, thread-safe
for this application.ResourceHandler
ResourceHandler
ApplicationWrapper. getResourceHandler()
ResourceHandler
ResourceHandlerWrapper. getWrapped()
Methods in javax.faces.application with parameters of type ResourceHandler Modifier and Type Method Description void
Application. setResourceHandler(ResourceHandler resourceHandler)
void
ApplicationWrapper. setResourceHandler(ResourceHandler resourceHandler)
Constructors in javax.faces.application with parameters of type ResourceHandler Constructor Description ResourceHandlerWrapper(ResourceHandler delegate)
-