de.matthias_burbach.mosaique.core.model
Class TilesDefinitions
java.lang.Object
de.matthias_burbach.mosaique.core.model.TilesDefinitions
- public class TilesDefinitions
- extends java.lang.Object
Is the internal representation of a Tiles definitions XML file.
- Author:
- Matthias Burbach
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TilesDefinitions
public TilesDefinitions()
getDefinitionsByName
public java.util.Map getDefinitionsByName()
- Returns:
- The definitions of type
Definition
defined in this Tiles
definitions file keyed by their names of type String
.
setDefinitionsByName
public void setDefinitionsByName(java.util.Map definitionsByName)
- Parameters:
definitionsByName
- The definitions of type Definition
defined in this Tiles definitions file keyed by
their names of type String
.
getName
public java.lang.String getName()
- Returns:
- The name of this Tiles definitions file.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name of this Tiles definitions file.
Copyright © 2005-2006 . All Rights Reserved.