|
||||||||||
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 |
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 |
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 |
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 |
DefaultAddResource.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 |
DefaultAddResource.addResourceHere(javax.faces.context.FacesContext context,
ResourceHandler resourceHandler)
|
void |
AddResource.addResourceHere(javax.faces.context.FacesContext context,
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. |
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)
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. |
java.lang.String |
AddResource.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |