public class AppResourceHandler
extends javax.faces.application.ResourceHandlerWrapper
AppResourceHandler generates resources with absolute URLs to the actual location in the /resources
directory. This handler facilitates the integration of various open source technologies in to a JSF based
application.| Constructor and Description |
|---|
AppResourceHandler(javax.faces.application.ResourceHandler wrapped) |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.application.Resource |
createResource(java.lang.String resourceName,
java.lang.String libraryName) |
javax.faces.application.ResourceHandler |
getWrapped() |
public AppResourceHandler(javax.faces.application.ResourceHandler wrapped)
public javax.faces.application.ResourceHandler getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.ResourceHandler>getWrapped in class javax.faces.application.ResourceHandlerWrapperpublic javax.faces.application.Resource createResource(java.lang.String resourceName,
java.lang.String libraryName)
createResource in class javax.faces.application.ResourceHandlerWrapper