org.apache.struts.config
クラス PlugInConfig

java.lang.Object
  拡張org.apache.struts.config.PlugInConfig
すべての実装インタフェース:
java.io.Serializable

public class PlugInConfig
extends java.lang.Object
implements java.io.Serializable

A JavaBean representing the configuration information of a <plug-in> element in a Struts configuration file.

導入されたバージョン:
Struts 1.1
バージョン:
$Revision: 1.1 $ $Date: 2004/10/20 03:26:41 $
関連項目:
直列化された形式

フィールドの概要
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
 

フィールドの詳細

configured

protected boolean configured
Has this component been completely configured?


properties

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.


className

protected java.lang.String className
The fully qualified Java class name of the PlugIn implementation class being configured.

コンストラクタの詳細

PlugInConfig

public PlugInConfig()
メソッドの詳細

getClassName

public java.lang.String getClassName()

setClassName

public void setClassName(java.lang.String className)

addProperty

public 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.

パラメータ:
name - Property name
value - Property value

freeze

public void freeze()
Freeze the configuration of this component.


getProperties

public java.util.Map getProperties()
Return the properties that will be used to configure a PlugIn instance.



このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation