Uses of Class
com.sun.faces.application.resource.ClientResourceInfo
Package | Description |
---|---|
com.sun.faces.application.resource |
-
Uses of ClientResourceInfo in com.sun.faces.application.resource
Methods in com.sun.faces.application.resource that return ClientResourceInfo Modifier and Type Method Description protected ClientResourceInfo
ResourceHelper. handleCompression(ClientResourceInfo resource)
Utility method to peform the necessary actions to compress content.Methods in com.sun.faces.application.resource with parameters of type ClientResourceInfo Modifier and Type Method Description protected boolean
ResourceHelper. compressContent(ClientResourceInfo info)
Utility method to compress the content of the original resource to the temporary directory specified bygetCompressedPath()
.void
ClientResourceInfo. copy(ClientResourceInfo other)
protected ClientResourceInfo
ResourceHelper. handleCompression(ClientResourceInfo resource)
Utility method to peform the necessary actions to compress content.