Uses of Class
org.apache.wicket.resource.aggregation.ResourceReferenceCollection

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

Uses of ResourceReferenceCollection in org.apache.wicket.resource.aggregation
 

Classes in org.apache.wicket.resource.aggregation with type parameters of type ResourceReferenceCollection
 class AbstractDependencyRespectingResourceAggregatingHeaderResponse<R extends ResourceReferenceCollection,K>
          An implementation of AbstractResourceAggregatingHeaderResponse that renders references in the correct order if they are AbstractResourceDependentResourceReference references, ensuring that dependencies are rendered in the proper order before their parent (even if they do not appear in the same group as the parent of the depdencies).
 class AbstractResourceAggregatingHeaderResponse<R extends ResourceReferenceCollection,K>
          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.
 



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