public interface IResourceBundle
ResourceReference
s 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()
.Modifier and Type | Method and Description |
---|---|
Iterable<? extends HeaderItem> |
getProvidedResources() |
Iterable<? extends HeaderItem> getProvidedResources()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.