Module org.apache.wicket.core
Package org.apache.wicket.resource
Interface IPropertiesFactoryContext
- All Known Implementing Classes:
ResourceSettings
public interface IPropertiesFactoryContext
environment required for properties factory
- Since:
- 1.5
- Author:
- Peter Ertl
-
Method Summary
Modifier and TypeMethodDescriptionGet the application's localizer.getResourceWatcher
(boolean start)
-
Method Details
-
getLocalizer
Get the application's localizer. to modify the way Wicket resolves keys to localized messages you can add custom resource loaders to the list returned byResourceSettings.getStringResourceLoaders()
.- Returns:
- The application wide localizer instance
-
getResourceStreamLocator
- Returns:
- Resource locator for this application
-
getResourceWatcher
- Parameters:
start
- boolean if the resource watcher should be started if not already started.- Returns:
- Resource watcher with polling frequency determined by setting, or null if no polling frequency has been set.
-