|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.struts.config.PlugInConfig
A JavaBean representing the configuration information of a
<plug-in> element in a Struts
configuration file.
| フィールドの概要 | |
protected java.lang.String |
className
The fully qualified Java class name of the PlugIn
implementation class being configured. |
protected boolean |
configured
Has this component been completely configured? |
protected java.util.Map |
properties
A Map of the name-value pairs that will be used to
configure the property values of a PlugIn instance. |
| コンストラクタの概要 | |
PlugInConfig()
|
|
| メソッドの概要 | |
void |
addProperty(java.lang.String name,
java.lang.String value)
Add a new property name and value to the set that will be used to configure the PlugIn instance. |
void |
freeze()
Freeze the configuration of this component. |
java.lang.String |
getClassName()
|
java.util.Map |
getProperties()
Return the properties that will be used to configure a PlugIn instance. |
void |
setClassName(java.lang.String className)
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected boolean configured
protected java.util.Map properties
Map of the name-value pairs that will be used to
configure the property values of a PlugIn instance.
protected java.lang.String className
PlugIn
implementation class being configured.
| コンストラクタの詳細 |
public PlugInConfig()
| メソッドの詳細 |
public java.lang.String getClassName()
public void setClassName(java.lang.String className)
public void addProperty(java.lang.String name,
java.lang.String value)
PlugIn instance.
name - Property namevalue - Property valuepublic void freeze()
public java.util.Map getProperties()
PlugIn instance.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||