| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | StreamingResourceHandlerClass 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 | MyFacesResourceHandlerA 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||