feat.v1.config
クラス RedirectDeclaration

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

public class RedirectDeclaration
extends java.lang.Object
implements ResponseDeclaration


コンストラクタの概要
RedirectDeclaration()
           
 
メソッドの概要
 FeatureDeclaration getFeatureDeclaration()
           
 java.lang.String getName()
           
 RedirectResponse getResponse()
           
 java.lang.String getUri()
           
 void init()
           
 void postset(IUnmarshallingContext uctx)
           
 void validate()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RedirectDeclaration

public RedirectDeclaration()
メソッドの詳細

getName

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

getUri

public java.lang.String getUri()

getFeatureDeclaration

public FeatureDeclaration getFeatureDeclaration()
定義:
インタフェース ResponseDeclaration 内の getFeatureDeclaration

getResponse

public RedirectResponse getResponse()

postset

public void postset(IUnmarshallingContext uctx)
定義:
インタフェース ResponseDeclaration 内の postset

init

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

validate

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