|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceHandler | |
---|---|
javax.faces.application | APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces. |
Uses of ResourceHandler in javax.faces.application |
---|
Subclasses of ResourceHandler in javax.faces.application | |
---|---|
class |
ResourceHandlerWrapper
Provides a simple
implementation of |
Methods in javax.faces.application that return ResourceHandler | |
---|---|
ResourceHandler |
Application.getResourceHandler()
Return the singleton, stateless, thread-safe |
ResourceHandler |
ApplicationWrapper.getResourceHandler()
The default behavior of this method
is to call |
ResourceHandler |
ApplicationWrapper.getResourceHandler()
The default behavior of this method
is to call |
ResourceHandler |
Application.getResourceHandler()
Return the singleton, stateless, thread-safe |
abstract ResourceHandler |
ResourceHandlerWrapper.getWrapped()
|
abstract ResourceHandler |
ResourceHandlerWrapper.getWrapped()
|
Methods in javax.faces.application with parameters of type ResourceHandler | |
---|---|
void |
Application.setResourceHandler(ResourceHandler resourceHandler)
Set the |
void |
ApplicationWrapper.setResourceHandler(ResourceHandler resourceHandler)
The default behavior of this method
is to call |
void |
ApplicationWrapper.setResourceHandler(ResourceHandler resourceHandler)
The default behavior of this method
is to call |
void |
Application.setResourceHandler(ResourceHandler resourceHandler)
Set the |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |