| 
|||||||||||
| 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
A set of definitions read from XML definitions file.
| Field Summary | |
protected  java.util.Map | 
definitions
Defined definitions.  | 
| Constructor Summary | |
XmlDefinitionsSet()
Constructor.  | 
|
| Method Summary | |
 void | 
extend(XmlDefinitionsSet child)
Add definitions from specified child definitions set.  | 
 XmlDefinition | 
getDefinition(java.lang.String name)
Get requested definition.  | 
 java.util.Map | 
getDefinitions()
Get definitions map.  | 
 void | 
putDefinition(XmlDefinition definition)
Put definition in set.  | 
 void | 
resolveInheritances()
Resolve extended instances.  | 
 java.lang.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 java.util.Map definitions
| Constructor Detail | 
public XmlDefinitionsSet()
| Method Detail | 
public void putDefinition(XmlDefinition definition)
definition - Definition to add.public XmlDefinition getDefinition(java.lang.String name)
name - Definition name.public java.util.Map getDefinitions()
public void resolveInheritances()
                         throws NoSuchDefinitionException
NoSuchDefinitionExceptionpublic void extend(XmlDefinitionsSet child)
child - Definition used to overload this object.public java.lang.String toString()
toString in class java.lang.Object
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||