|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
public class XmlDefinitionsSet
A set of definitions read from XML definitions file.
Field Summary | |
---|---|
protected Map |
definitions
Defined definitions. |
Constructor Summary | |
---|---|
XmlDefinitionsSet()
Constructor. |
Method Summary | |
---|---|
void |
extend(XmlDefinitionsSet child)
Add definitions from specified child definitions set. |
XmlDefinition |
getDefinition(String name)
Get requested definition. |
Map |
getDefinitions()
Get definitions map. |
void |
putDefinition(XmlDefinition definition)
Put definition in set. |
void |
resolveInheritances()
Resolve extended instances. |
String |
toString()
Get String representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Map definitions
Constructor Detail |
---|
public XmlDefinitionsSet()
Method Detail |
---|
public void putDefinition(XmlDefinition definition)
definition
- Definition to add.public XmlDefinition getDefinition(String name)
name
- Definition name.public Map getDefinitions()
public void resolveInheritances() throws NoSuchDefinitionException
NoSuchDefinitionException
public void extend(XmlDefinitionsSet child)
child
- Definition used to overload this object.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |