| Package | Description | 
|---|---|
| org.omnifaces.resourcehandler | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CDNResourceHandler
 This  ResourceHandlerimplementation allows the developer to provide external (CDN) URLs instead of the
 default local URLs for JSF resources. | 
| class  | CombinedResourceHandler
 This  ResourceHandlerimplementation will remove all separate script and stylesheet resources which have thetargetattribute set to"head"from theUIViewRootand create a combined one
 for all scripts and another combined one for all stylesheets. | 
| class  | GraphicResourceHandler
 This  ResourceHandlerimplementation deals withGraphicResourcerequests. | 
| class  | OmniVersionResourceHandlerAppends OmniFaces version to resources with library name  omnifaces. | 
| class  | UnmappedResourceHandler
 This  ResourceHandlerimplementation allows the developer to map JSF resources on an URL pattern of/javax.faces.resource/*(basically, the value ofResourceHandler.RESOURCE_IDENTIFIER) without
 the need for an additionalFacesServletprefix or suffix URL pattern in the default produced resource URLs,
 such as/javax.faces.resource/faces/css/style.cssor/javax.faces.resource/css/style.css.xhtml. | 
Copyright © 2012–2015 OmniFaces. All rights reserved.