| Package | Description |
|---|---|
| org.apache.wicket.resource |
Locale aware resouce loaders.
|
| org.apache.wicket.resource.loader | |
| org.apache.wicket.settings |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesFactory
Default implementation of
IPropertiesFactory which uses the
IResourceStreamLocator as defined by
ResourceSettings.getResourceStreamLocator()
to load the Properties objects. |
| Modifier and Type | Method and Description |
|---|---|
protected IPropertiesFactory |
ComponentStringResourceLoader.getPropertiesFactory()
Get the properties file factory which loads the properties based on locale and style from
*.properties and *.xml files
|
| Modifier and Type | Method and Description |
|---|---|
IPropertiesFactory |
ResourceSettings.getPropertiesFactory()
Get the property factory which will be used to load property files
|
| Modifier and Type | Method and Description |
|---|---|
ResourceSettings |
ResourceSettings.setPropertiesFactory(IPropertiesFactory factory)
Set the property factory which will be used to load property files
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.