Uses of Class
javax.faces.application.ResourceHandler

Packages that use ResourceHandler
javax.faces.application   
 

Uses of ResourceHandler in javax.faces.application
 

Subclasses of ResourceHandler in javax.faces.application
 class ResourceHandlerWrapper
           
 

Methods in javax.faces.application that return ResourceHandler
 ResourceHandler Application.getResourceHandler()
           Return the singleton, stateless, thread-safe ResourceHandler for this application.
 ResourceHandler ApplicationWrapper.getResourceHandler()
           
abstract  ResourceHandler ResourceHandlerWrapper.getWrapped()
           
 

Methods in javax.faces.application with parameters of type ResourceHandler
 void Application.setResourceHandler(ResourceHandler resourceHandler)
           
 void ApplicationWrapper.setResourceHandler(ResourceHandler resourceHandler)
           
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.