org.apache.tiles.definition.dao
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, sourceURLs
Constructor and Description |
---|
LocaleUrlDefinitionDAO() |
Modifier and Type | Method and 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.
|
addSourceURL, getResourceNames, getResourceString, identifySources, init, loadDefinitionsFromURL, refreshRequired, setApplicationContext, setReader, setSourceURLs
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.