Groovy Documentation

Package org.grails.plugin.resource

 

Class Summary
AggregatedResourceMeta Holder for info about a resource that is made up of other resources
BaseUrlResourceMapper Mapper that applies an optional base url to resources, e.g. for putting content out to one or more pull CDNs
BundleResourceMapper This mapper creates synthetic AggregatedResourceMeta instances for any bundle names found in the resource declarations, and gathers up info about those resources so that when the bundle itself is requested, the aggregated file is created and returned.
CSSBundleResourceMeta Holder for info about a resource that is made up of other resources
CSSLinkProcessor This class is used to parse out and replace CSS links
CSSPreprocessorResourceMapper This mapper is the first phase of CSS rewriting.
CSSRewriterResourceMapper This mapper is the second phase of CSS rewriting.
DevModeSanityFilter This just traps any obvious mistakes the user has made and warns them in dev mode
JavaScriptBundleResourceMeta Holder for info about a JS resource that is made up of other resources
ProcessingFilter This is the servlet filter that handles all static resource requests and delegates to the service to return them.
RequestUtil Copied from Tomcat original source from https://github.com/apache/tomcat/blob/trunk/java/org/apache/tomcat/util/http/RequestUtil.java
ResourceMeta Holder for info about a resource declaration at runtime
ResourceModule Holder for info about a module declaration at runtime
ResourceProcessor Primary service facade to actions on resources.
ResourceProcessor.UriUrlCacheEntry
ResourceProcessorBatch
ResourceTagLib This taglib handles creation of all the links to resources, including the smart de-duping of them.
URLUtils @author Marc Palmer (marc@grailsrocks.com)
 


Groovy Documentation