|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.struts.tiles.xmlDefinition.DefinitionsFactory
A factory for definitions. This factory allows to retrieve definitions by their keys.
| フィールドの概要 | |
protected java.util.Map |
definitions
Underlying map containing all definitions. |
| コンストラクタの概要 | |
DefinitionsFactory(XmlDefinitionsSet xmlDefinitions)
Constructor. |
|
| メソッドの概要 | |
ComponentDefinition |
getDefinition(java.lang.String name,
javax.servlet.ServletRequest request,
javax.servlet.ServletContext servletContext)
Get a definition by its name. |
void |
putDefinition(ComponentDefinition definition)
Put definition in set. |
java.lang.String |
toString()
Return String representation. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
protected java.util.Map definitions
| コンストラクタの詳細 |
public DefinitionsFactory(XmlDefinitionsSet xmlDefinitions)
throws NoSuchDefinitionException
XmlDefinitionsSet.
xmlDefinitions - Resolved definition from XmlDefinitionSet.
NoSuchDefinitionException - If an error occurs while resolving inheritance| メソッドの詳細 |
public ComponentDefinition getDefinition(java.lang.String name,
javax.servlet.ServletRequest request,
javax.servlet.ServletContext servletContext)
throws NoSuchDefinitionException,
DefinitionsFactoryException
name - Name of the definition.request - Servlet request.servletContext - Servlet context.
DefinitionsFactoryException - An error occur while getting
definition.
NoSuchDefinitionException - No definition found for specified name
Implementation can throw more accurate exception as a subclass of this
exception.public void putDefinition(ComponentDefinition definition)
definition - Definition to put.public java.lang.String toString()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||