|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.matthias_burbach.mosaique.core.model.DefinitionResolver
Constructor Summary | |
DefinitionResolver()
|
Method Summary | |
void |
addTilesDefinitions(TilesDefinitions tilesDefinitions)
Adds a TilesDefinitions object to the internal list. |
void |
clear()
Clears the internal list of added TilesDefinitions objects. |
static DefinitionResolver |
getInstance()
|
Definition |
resolve(java.lang.String name)
Resolves a definition by name from the internal list of TilesDefinitions objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefinitionResolver()
Method Detail |
public static DefinitionResolver getInstance()
public void clear()
public void addTilesDefinitions(TilesDefinitions tilesDefinitions)
tilesDefinitions
- The object to add.public Definition resolve(java.lang.String name)
name
- The name of the definition to resolve.
null
if none such
definition exists.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |