See: Description
| Interface | Description |
|---|---|
| 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 | 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 factory
|
| ResourceNameIterator |
Contains the logic to locate a resource based on a path, style (see
Session), variation, locale and extension strings. |
| ResourceStreamLocator |
Locates Wicket resources.
|
| StyleAndVariationResourceNameIterator |
Iterate over all possible combinations of style and variation
|
Locators for finding/ loading resources.
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.