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

Packages that use AbstractResourceAggregatingHeaderResponse
org.apache.wicket.examples.resourcedecoration   
org.apache.wicket.resource.aggregation   
 

Uses of AbstractResourceAggregatingHeaderResponse in org.apache.wicket.examples.resourcedecoration
 

Subclasses of AbstractResourceAggregatingHeaderResponse in org.apache.wicket.examples.resourcedecoration
 class GroupingHeaderResponse
          A IHeaderResponse decorator that groups the resources by type (css or js) and by custom groups
 

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

Subclasses of AbstractResourceAggregatingHeaderResponse in org.apache.wicket.resource.aggregation
 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 dependencies).
 



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