Class ConcatBundleResource

java.lang.Object
org.apache.wicket.request.resource.AbstractResource
org.apache.wicket.resource.bundles.ConcatBundleResource
All Implemented Interfaces:
Serializable, IStaticCacheableResource, IResource, IClusterable

A resource that concatenates several resources into one download. This resource can only bundle IStaticCacheableResources. The content type of the resource will be that of the first resource that specifies its content type.
Author:
papegaaij
See Also: