|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchDefinitionException | |
---|---|
org.apache.tiles.definition | It contains classes and interfaces to allow manipulations of "definitions", i.e. objects made of a template page and a number of filled attributes. |
Uses of NoSuchDefinitionException in org.apache.tiles.definition |
---|
Methods in org.apache.tiles.definition that throw NoSuchDefinitionException | |
---|---|
void |
Definitions.addDefinitions(Map<String,Definition> defsMap)
Adds new Definition objects to the internal collection and resolves inheritance attraibutes. |
void |
DefinitionsImpl.addDefinitions(Map<String,Definition> defsMap)
Adds new Definition objects to the internal collection and resolves inheritance attraibutes. |
void |
Definitions.addDefinitions(Map<String,Definition> defsMap,
Locale locale)
Adds new locale-specific Definition objects to the internal collection and resolves inheritance attraibutes. |
void |
DefinitionsImpl.addDefinitions(Map<String,Definition> defsMap,
Locale locale)
Adds new locale-specific Definition objects to the internal collection and resolves inheritance attraibutes. |
protected void |
DefinitionsImpl.resolveInheritance(Definition definition,
Locale locale,
Set<String> alreadyResolvedDefinitions)
Resolve locale-specific inheritance. |
void |
Definitions.resolveInheritances()
Resolves configuration inheritance properties. |
void |
DefinitionsImpl.resolveInheritances()
Resolve extended instances. |
void |
Definitions.resolveInheritances(Locale locale)
Resolves locale-specific configuration inheritance properties. |
void |
DefinitionsImpl.resolveInheritances(Locale locale)
Resolve locale-specific extended instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |