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.
 java.lang.String StreamingAddResource.getResourceUri(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
          Get the Path used to retrieve an resource.
 java.lang.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
          Class whose instances represent a resource inside the tomahawk jarfile which a custom component needs to tell a browser to fetch.
 

Methods in org.apache.myfaces.renderkit.html.util with parameters of type ResourceHandler
 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 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, boolean defer)
          Adds the given Javascript resource at the specified document position.
 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.addJavaScriptHere(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
          Insert a [script src="url"] entry at the current location in the response.
 void DefaultAddResource.addJavaScriptHere(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
          Insert a [script src="url"] entry at the current location in the response.
 void AddResource.addResourceHere(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
           
 void DefaultAddResource.addResourceHere(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
           
 void AddResource.addStyleSheet(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler)
          Adds the given Style Sheet at the specified document position.
 void DefaultAddResource.addStyleSheet(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler)
          Adds the given Style Sheet at the specified document position.
 java.lang.String AddResource.getResourceUri(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
          Get the Path used to retrieve an resource.
 java.lang.String DefaultAddResource.getResourceUri(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
          Get the Path used to retrieve an resource.
 java.lang.String AddResource.getResourceUri(javax.faces.context.FacesContext context, ResourceHandler resourceHandler, boolean withContextPath)
          Get the Path used to retrieve an resource.
 java.lang.String DefaultAddResource.getResourceUri(javax.faces.context.FacesContext context, ResourceHandler resourceHandler, boolean withContextPath)
          Get the Path used to retrieve an resource.
protected  void DefaultAddResource.validateResourceHandler(ResourceHandler resourceHandler)
          Verify that the resource handler is acceptable.
 



Copyright © 2009. All Rights Reserved.