Class | Description |
---|---|
CDNResourceHandler |
This
ResourceHandler implementation allows the developer to provide CDN URLs instead of the default local
URLs for JSF resources as provided by <h:outputScript> , <h:outputStylesheet>
and <h:graphicImage> . |
CombinedResourceHandler |
This
ResourceHandler implementation will remove all separate script and stylesheet resources which have the
target attribute set to "head" from the UIViewRoot and create a combined one
for all scripts and another combined one for all stylesheets. |
DefaultResource |
A default
Resource implementation, fixing broken ResourceWrapper and implementing
Externalizable to avoid JSF state saving trouble. |
DefaultResourceHandler |
A default
ResourceHandler implementation, delegating both DefaultResourceHandler.createResource(String) and
DefaultResourceHandler.createResource(String, String) to DefaultResourceHandler.createResource(String, String, String) . |
DynamicResource |
This
Resource implementation represents a cacheable dynamic resource which doesn't necessarily exist as a
regular classpath resource. |
GraphicResource |
This
Resource implementation is used by the GraphicImage component. |
GraphicResourceHandler |
This
ResourceHandler implementation deals with GraphicResource requests. |
ResourceIdentifier |
Convenience class to represent a resource identifier.
|
UnmappedResourceHandler |
This
ResourceHandler implementation allows the developer to map JSF resources on an URL pattern of
/javax.faces.resource/* (basically, the value of ResourceHandler.RESOURCE_IDENTIFIER ) without
the need for an additional FacesServlet prefix or suffix URL pattern in the default produced resource URLs,
such as /javax.faces.resource/faces/css/style.css or
/javax.faces.resource/css/style.css.xhtml . |
Copyright © 2012–2014 OmniFaces. All rights reserved.