Package org.apache.wicket.core.util.resource.locator
Locators for finding/ loading resources.
-
Interface Summary Interface Description IResourceNameIterator Contains the logic to locate a resource based on a path, style (seeSession
), variation, locale and extension strings.IResourceStreamLocator Interface for code that locates resources, taking into account variations for locale and style. -
Class Summary Class Description EmptyResourceNameIterator A ResourceNameIterator that doesn't find any resources.ExtensionResourceNameIterator Iterate over a set of extensions.LocaleResourceNameIterator Given a Locale it'll iterate over all possible combinations of the attrs making up the Locale.OsgiResourceStreamLocator OSGI specific resource stream factoryResourceNameIterator Contains the logic to locate a resource based on a path, style (seeSession
), variation, locale and extension strings.ResourceStreamLocator Locates Wicket resources.StyleAndVariationResourceNameIterator Iterate over all possible combinations of style and variation