Package org.apache.wicket.core.util.resource.locator

Locators for finding/ loading resources.

See:
          Description

Interface Summary
IResourceNameIterator Contains the logic to locate a resource based on a path, style (see Session), variation, locale and extension strings.
IResourceStreamLocator Interface for code that locates resources, taking into account variations for locale and style.
 

Class Summary
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 factory
ResourceNameIterator Contains the logic to locate a resource based on a path, style (see Session), variation, locale and extension strings.
ResourceStreamLocator Locate Wicket resource.
StyleAndVariationResourceNameIterator Iterate over all possible combinations of style and variation
 

Package org.apache.wicket.core.util.resource.locator Description

Locators for finding/ loading resources.



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