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(String name,
Locale customizationKey)
Returns a definition, given its name and the customization key.
|
Map<String,Definition> |
getDefinitions(Locale customizationKey)
Returns all the definitions used of a customization key.
|
addSourceURL, getResourceNames, getResourceString, identifySources, init, loadDefinitionsFromURL, refreshRequired, setApplicationContext, setReader, setSourceURLs
public Definition getDefinition(String name, 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 Map<String,Definition> getDefinitions(Locale customizationKey)
customizationKey
- The customization key.Copyright © 2016. All rights reserved.