Uses of Class
javax.faces.application.ResourceHandler

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 ResourceHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ResourceHandler instance.

 

Methods in javax.faces.application that return ResourceHandler
 ResourceHandler Application.getResourceHandler()
          

Return the singleton, stateless, thread-safe ResourceHandler for this application.

 ResourceHandler ApplicationWrapper.getResourceHandler()
          

The default behavior of this method is to call Application.getResourceHandler() on the wrapped Application object.

 ResourceHandler ApplicationWrapper.getResourceHandler()
          

The default behavior of this method is to call Application.getResourceHandler() on the wrapped Application object.

 ResourceHandler Application.getResourceHandler()
          

Return the singleton, stateless, thread-safe ResourceHandler for this application.

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 ResourceHandler 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 call Application.setResourceHandler(ResourceHandler) on the wrapped Application object.

 void ApplicationWrapper.setResourceHandler(ResourceHandler resourceHandler)
          

The default behavior of this method is to call Application.setResourceHandler(ResourceHandler) on the wrapped Application object.

 void Application.setResourceHandler(ResourceHandler resourceHandler)
          

Set the ResourceHandler instance that will be utilized for rendering the markup for resources, and for satisfying client requests to serve up resources.

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.