org.apache.wicket.resource.bundles
Interface IResourceBundle

All Known Implementing Classes:
ConcatResourceBundleReference, ResourceBundleReference

public interface IResourceBundle

Interface implemented by ResourceReferences that are bundles. A bundle is a resource that combines several resources in one item, for example, several javascript files combined into one. Bundles are rendered as a single HeaderItem, rather than several, and require only one HTTP request to download, which can greatly reduce the number HTTP requests needed to get all resources for a page. Resources need to be registered in ResourceBundles under Application.getResourceBundles().

Author:
papegaaij

Method Summary
 Iterable<? extends HeaderItem> getProvidedResources()
           
 

Method Detail

getProvidedResources

Iterable<? extends HeaderItem> getProvidedResources()
Returns:
the resources that are provided (part of) this resource.


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