Uses of Interface
org.apache.myfaces.renderkit.html.util.ResourceHandler

Packages that use ResourceHandler
org.apache.myfaces.component.html.util   
org.apache.myfaces.renderkit.html.util   
 

Uses of ResourceHandler in org.apache.myfaces.component.html.util
 

Classes in org.apache.myfaces.component.html.util that implement ResourceHandler
 class ParameterResourceHandler
           
 class StreamingResourceHandler
          Class whose instances represent a virtual resource which will be collected by the StreamingResourceHandler.
 

Methods in org.apache.myfaces.component.html.util with parameters of type ResourceHandler
 void StreamingAddResource.addJavaScriptAtPosition(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler)
          Adds the given Javascript resource to the document header at the specified document positioy by supplying a resourcehandler instance.
 void StreamingAddResource.addJavaScriptAtPosition(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler, boolean defer)
          Adds the given Javascript resource at the specified document position.
 void StreamingAddResource.addJavaScriptHere(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
          Insert a [script src="url"] entry at the current location in the response.
 void StreamingAddResource.addResourceHere(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
           
 void StreamingAddResource.addStyleSheet(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler)
          Adds the given Style Sheet at the specified document position.
 String StreamingAddResource.getResourceUri(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
          Get the Path used to retrieve an resource.
 String StreamingAddResource.getResourceUri(javax.faces.context.FacesContext context, ResourceHandler resourceHandler, boolean withContextPath)
          Get the Path used to retrieve an resource.
protected  void StreamingAddResource.validateResourceHandler(ResourceHandler resourceHandler)
          Verify that the resource handler is acceptable.
 

Uses of ResourceHandler in org.apache.myfaces.renderkit.html.util
 

Classes in org.apache.myfaces.renderkit.html.util that implement ResourceHandler
 class MyFacesResourceHandler
          A ResourceHandler which always generates URLs that trigger the MyfacesResourceLoader to load resources from the classpath relative to some Tomahawk class.
 

Methods in org.apache.myfaces.renderkit.html.util with parameters of type ResourceHandler
 void NonBufferingAddResource.addJavaScriptAtPosition(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler)
           
 void DefaultAddResource.addJavaScriptAtPosition(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler)
          Adds the given Javascript resource to the document header at the specified document positioy by supplying a resourcehandler instance.
 void AddResource.addJavaScriptAtPosition(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler)
          Adds the given Javascript resource to the document header at the specified document positioy by supplying a resourcehandler instance.
 void NonBufferingAddResource.addJavaScriptAtPosition(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler, boolean defer)
           
 void DefaultAddResource.addJavaScriptAtPosition(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler, boolean defer)
          Adds the given Javascript resource at the specified document position.
 void AddResource.addJavaScriptAtPosition(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler, boolean defer)
          Adds the given Javascript resource at the specified document position.
 void NonBufferingAddResource.addJavaScriptHere(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
          Insert a [script src="url"] entry at the current location in the response.
 void AddResource.addJavaScriptHere(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
          Insert a [script src="url"] entry at the current location in the response.
 void NonBufferingAddResource.addResourceHere(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
           
 void AddResource.addResourceHere(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
           
 void NonBufferingAddResource.addStyleSheet(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler)
           
 void DefaultAddResource.addStyleSheet(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler)
          Adds the given Style Sheet at the specified document position.
 void AddResource.addStyleSheet(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler)
          Adds the given Style Sheet at the specified document position.
 String NonBufferingAddResource.getResourceUri(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
          Get the Path used to retrieve an resource.
 String AddResource.getResourceUri(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
          Get the Path used to retrieve an resource.
 String NonBufferingAddResource.getResourceUri(javax.faces.context.FacesContext context, ResourceHandler resourceHandler, boolean withContextPath)
          Get the Path used to retrieve an resource.
 String AddResource.getResourceUri(javax.faces.context.FacesContext context, ResourceHandler resourceHandler, boolean withContextPath)
          Get the Path used to retrieve an resource.
protected  void NonBufferingAddResource.validateResourceHandler(ResourceHandler resourceHandler)
          Verify that the resource handler is acceptable.
 



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