DefinitionDAO<java.util.Locale>
, RefreshMonitor
public class LocaleUrlDefinitionDAO extends BaseLocaleUrlDefinitionDAO
Locale
as a customization key and loads
definitions from URLs. It does not cache definitions in any way.applicationContext, lastModifiedDates, reader, sources
Constructor | Description |
---|---|
LocaleUrlDefinitionDAO(org.apache.tiles.request.ApplicationContext applicationContext) |
Modifier and Type | Method | Description |
---|---|---|
Definition |
getDefinition(java.lang.String name,
java.util.Locale customizationKey) |
Returns a definition, given its name and the customization key.
|
java.util.Map<java.lang.String,Definition> |
getDefinitions(java.util.Locale customizationKey) |
Returns all the definitions used of a customization key.
|
loadDefinitionsFromResource, refreshRequired, setReader, setSources
public LocaleUrlDefinitionDAO(org.apache.tiles.request.ApplicationContext applicationContext)
public Definition getDefinition(java.lang.String name, java.util.Locale customizationKey)
Returns a definition, given its name and the customization key.
WARNING! This method is slow! It loads all the definitions and then selects the needed one.name
- The name of the definition.customizationKey
- The customization key.null
.
The inheritance of the definition must not be resolved.public java.util.Map<java.lang.String,Definition> getDefinitions(java.util.Locale customizationKey)
customizationKey
- The customization key.Copyright © 2018. All rights reserved.