|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- The customization key class.public interface DefinitionDAO<K>
It represents an object that provides definitions, depending on a customization key.
Method Summary | |
---|---|
Definition |
getDefinition(String name,
K customizationKey)
Returns a definition, given its name and the customization key. |
Map<String,Definition> |
getDefinitions(K customizationKey)
Returns all the definitions used of a customization key. |
Method Detail |
---|
Definition getDefinition(String name, K customizationKey)
name
- The name of the definition.customizationKey
- The customization key.
null
.
The inheritance of the definition must not be resolved.Map<String,Definition> getDefinitions(K customizationKey)
customizationKey
- The customization key.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |