Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
IResourceNameIterator |
ResourceStreamLocator.newResourceNameIterator(String path,
Locale locale,
String style,
String variation,
Iterable<String> extensions,
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..
|
IResourceNameIterator |
ResourceStreamLocator.newResourceNameIterator(String path,
Locale locale,
String style,
String variation,
String extension,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
IResourceNameIterator |
CachingResourceStreamLocator.newResourceNameIterator(String path,
Locale locale,
String style,
String variation,
String extension,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
protected IResourceNameIterator |
ComponentStringResourceLoader.newResourceNameIterator(String path,
Locale locale,
String style,
String variation) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.