|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IResourceNameIterator | |
|---|---|
| org.apache.wicket.core.util.resource.locator | Locators for finding/ loading resources. |
| org.apache.wicket.core.util.resource.locator.caching | |
| org.apache.wicket.resource.loader | |
| Uses of IResourceNameIterator in org.apache.wicket.core.util.resource.locator |
|---|
| Classes in org.apache.wicket.core.util.resource.locator that implement IResourceNameIterator | |
|---|---|
class |
EmptyResourceNameIterator
A ResourceNameIterator that doesn't find any resources. |
class |
ResourceNameIterator
Contains the logic to locate a resource based on a path, style (see Session), variation, locale and extension strings. |
| Methods in org.apache.wicket.core.util.resource.locator that return IResourceNameIterator | |
|---|---|
IResourceNameIterator |
ResourceStreamLocator.newResourceNameIterator(String path,
Locale locale,
String style,
String variation,
Iterable<String> extensions,
boolean strict)
|
IResourceNameIterator |
ResourceStreamLocator.newResourceNameIterator(String path,
Locale locale,
String style,
String variation,
String extension,
boolean strict)
|
IResourceNameIterator |
IResourceStreamLocator.newResourceNameIterator(String path,
Locale locale,
String style,
String variation,
String extension,
boolean strict)
Markup resources and Properties files both need to iterate over different combinations of locale, style, etc.. |
| Uses of IResourceNameIterator in org.apache.wicket.core.util.resource.locator.caching |
|---|
| Methods in org.apache.wicket.core.util.resource.locator.caching that return IResourceNameIterator | |
|---|---|
IResourceNameIterator |
CachingResourceStreamLocator.newResourceNameIterator(String path,
Locale locale,
String style,
String variation,
String extension,
boolean strict)
|
| Uses of IResourceNameIterator in org.apache.wicket.resource.loader |
|---|
| Methods in org.apache.wicket.resource.loader that return IResourceNameIterator | |
|---|---|
protected IResourceNameIterator |
ComponentStringResourceLoader.newResourceNameIterator(String path,
Locale locale,
String style,
String variation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||