K
- The customization key class.BaseLocaleUrlDefinitionDAO
, CachingLocaleUrlDefinitionDAO
, LocaleUrlDefinitionDAO
, ResolvingLocaleUrlDefinitionDAO
public interface DefinitionDAO<K>
Modifier and Type | Method | Description |
---|---|---|
Definition |
getDefinition(java.lang.String name,
K customizationKey) |
Returns a definition, given its name and the customization key.
|
java.util.Map<java.lang.String,Definition> |
getDefinitions(K customizationKey) |
Returns all the definitions used of a customization key.
|
Definition getDefinition(java.lang.String name, K customizationKey)
name
- The name of the definition.customizationKey
- The customization key.null
.
The inheritance of the definition must not be resolved.java.util.Map<java.lang.String,Definition> getDefinitions(K customizationKey)
customizationKey
- The customization key.Copyright © 2018. All rights reserved.