|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.struts.tiles.ComponentDefinition
org.apache.struts.tiles.xmlDefinition.XmlDefinition
A definition read from an XML definitions file.
| フィールドの概要 | |
private java.lang.String |
inherit
Extends attribute value. |
private boolean |
isVisited
Used for resolving inheritance. |
protected static org.apache.commons.logging.Log |
log
Commons Logging instance. |
| クラス org.apache.struts.tiles.ComponentDefinition から継承したフィールド |
ACTION, attributes, controller, CONTROLLER, controllerType, name, path, role, URL |
| コンストラクタの概要 | |
XmlDefinition()
Constructor. |
|
| メソッドの概要 | |
void |
addAttribute(XmlAttribute attribute)
Add an attribute to this component. |
java.lang.String |
getExtends()
Get extends. |
boolean |
isExtending()
Get extends flag. |
void |
overload(XmlDefinition child)
Overload this definition with passed child. |
void |
resolveInheritance(XmlDefinitionsSet definitionsSet)
Resolve inheritance. |
void |
setExtends(java.lang.String name)
Set extends. |
void |
setIsVisited(boolean isVisited)
Set isVisited. |
| クラス org.apache.struts.tiles.ComponentDefinition から継承したメソッド |
createController, createControllerFromClassname, getAttribute, getAttributes, getController, getControllerInstance, getControllerType, getName, getOrCreateController, getPage, getPath, getRole, getTemplate, put, put, put, put, putAttribute, setController, setControllerClass, setControllerInstance, setControllerType, setControllerUrl, setName, setPage, setPath, setRole, setTemplate, toString |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
private java.lang.String inherit
protected static org.apache.commons.logging.Log log
private boolean isVisited
| コンストラクタの詳細 |
public XmlDefinition()
| メソッドの詳細 |
public void addAttribute(XmlAttribute attribute)
attribute - Attribute to add.public void setExtends(java.lang.String name)
name - Name of the extended definition.public java.lang.String getExtends()
public boolean isExtending()
public void setIsVisited(boolean isVisited)
public void resolveInheritance(XmlDefinitionsSet definitionsSet)
throws NoSuchDefinitionException
NoSuchDefinitionException - If an inheritance can not be solved.public void overload(XmlDefinition child)
child - Child used to overload this definition.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||