|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Component repository interface. This interface allows to retrieve an definition by its name, independently of the factory implementation. Implementation must be Serializable, in order to be compliant with web Container having this constraint (Weblogic 6.x).
| メソッドの概要 | |
ComponentDefinition |
getDefinition(java.lang.String name,
javax.servlet.ServletRequest request,
javax.servlet.ServletContext servletContext)
推奨されていません。 Get a definition by its name. |
void |
initFactory(javax.servlet.ServletContext servletContext,
java.util.Map properties)
推奨されていません。 Init factory. |
| メソッドの詳細 |
public ComponentDefinition getDefinition(java.lang.String name,
javax.servlet.ServletRequest request,
javax.servlet.ServletContext servletContext)
throws NoSuchDefinitionException,
DefinitionsFactoryException
name - Name of requested definition.request - Current servelet requestservletContext - current 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 initFactory(javax.servlet.ServletContext servletContext,
java.util.Map properties)
throws DefinitionsFactoryException
servletContext - Servlet Context passed to newly created factory.properties - Map of name/property passed to newly created factory.
Map can contains more properties than requested.
DefinitionsFactoryException - An error occur during initialization.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||