feat.v1.config
クラス CommandDeclaration

java.lang.Object
  拡張feat.v1.config.CommandDeclaration
すべての実装インタフェース:
ConfigElement

public class CommandDeclaration
extends java.lang.Object
implements ConfigElement


コンストラクタの概要
CommandDeclaration()
           
 
メソッドの概要
 java.lang.Class getCommandClass()
           
 java.lang.String getEncoding()
           
 ResponseDeclaration getErrorPage()
           
 FeatureDeclaration getFeatureDeclaration()
           
 java.lang.String getName()
           
 Function[] getPreProcessFunctions()
           
 PreProcessDeclaration[] getPreProcessList()
           
 java.lang.String[] getResponseNames()
          このコマンドにマッピングされたレスポンスのマッピング名の一覧を返す。
 ResponsePointer getResponsePointer(java.lang.String mappedName)
          このコマンドにマッピングされたレスポンスへのポインタを返す。
 void init()
           
 void postset(IUnmarshallingContext uctx)
           
 void setPreProcess(java.lang.String p)
           
 void validate()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CommandDeclaration

public CommandDeclaration()
メソッドの詳細

getName

public java.lang.String getName()
定義:
インタフェース ConfigElement 内の getName

getErrorPage

public ResponseDeclaration getErrorPage()

getCommandClass

public java.lang.Class getCommandClass()

getEncoding

public java.lang.String getEncoding()

getPreProcessList

public PreProcessDeclaration[] getPreProcessList()

setPreProcess

public void setPreProcess(java.lang.String p)

getPreProcessFunctions

public Function[] getPreProcessFunctions()

getResponsePointer

public ResponsePointer getResponsePointer(java.lang.String mappedName)
このコマンドにマッピングされたレスポンスへのポインタを返す。

パラメータ:
mappedName -
戻り値:
存在しない名前を指定したときはnullを返す

getResponseNames

public java.lang.String[] getResponseNames()
このコマンドにマッピングされたレスポンスのマッピング名の一覧を返す。

戻り値:

getFeatureDeclaration

public FeatureDeclaration getFeatureDeclaration()

postset

public void postset(IUnmarshallingContext uctx)

init

public void init()
          throws InitializationException
定義:
インタフェース ConfigElement 内の init
例外:
InitializationException

validate

public void validate()
              throws InitializationException
定義:
インタフェース ConfigElement 内の validate
例外:
InitializationException