Uses of Package
org.apache.wicket.resource.aggregation

Packages that use org.apache.wicket.resource.aggregation
org.apache.wicket.resource.aggregation   
 

Classes in org.apache.wicket.resource.aggregation used by org.apache.wicket.resource.aggregation
AbstractResourceAggregatingHeaderResponse
          A header response that can be used to aggregate resources (primarily resource references) into groups that can be rendered after the entire hierarchy of IHeaderContributors have been traversed.
ResourceReferenceAndStringData
          A data holder built for the AbstractResourceAggregatingHeaderResponse that groups the resource reference with a boolean representing whether it is css (or, if not, it is js), and the string that was passed in to the responsible render*Reference method (for JS, this is ID, for CSS, this is media).
ResourceReferenceCollection
          Just a LinkedHashSet that stores a collection of resource references.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.