Uses of Class
com.sun.faces.application.resource.ClientResourceInfo
-
Packages that use 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 ClientResourceInfoResourceHelper. 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 booleanResourceHelper. compressContent(ClientResourceInfo info)Utility method to compress the content of the original resource to the temporary directory specified bygetCompressedPath().voidClientResourceInfo. copy(ClientResourceInfo other)protected ClientResourceInfoResourceHelper. handleCompression(ClientResourceInfo resource)Utility method to peform the necessary actions to compress content.
-