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.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)
           
protected  void StreamingAddResource.validateResourceHandler(ResourceHandler resourceHandler)
          Verify that the resource handler is acceptable.
 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.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.
 

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 DefaultAddResource.addJavaScriptHere(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
          Insert a [script src="url"] entry at the current location in the response.
 void DefaultAddResource.addResourceHere(javax.faces.context.FacesContext context, ResourceHandler resourceHandler)
           
protected  void DefaultAddResource.validateResourceHandler(ResourceHandler resourceHandler)
          Verify that the resource handler is acceptable.
 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 DefaultAddResource.addJavaScriptAtPosition(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler, boolean defer)
          Adds the given Javascript resource 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 DefaultAddResource.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, boolean withContextPath)
          Get the Path used to retrieve an resource.
 void AddResource.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 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 AddResource.addJavaScriptAtPosition(javax.faces.context.FacesContext context, ResourcePosition position, ResourceHandler resourceHandler, boolean defer)
          Adds the given Javascript resource 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.
 java.lang.String AddResource.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.
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.