shohaku.ginkgo.tags.core.context
クラス GetAttributeTag

java.lang.Object
  拡張shohaku.ginkgo.tags.AbstractTag
      拡張shohaku.ginkgo.tags.AbstractContextTag
          拡張shohaku.ginkgo.tags.core.context.GetAttributeTag
すべての実装インタフェース:
Node, TagNode, ValueNode

public class GetAttributeTag
extends AbstractContextTag

コンテキスト属性を取得するタグを提供します。


フィールドの概要
 
クラス shohaku.ginkgo.tags.AbstractContextTag から継承したフィールド
cacheValue
 
コンストラクタの概要
GetAttributeTag()
           
 
メソッドの概要
protected  java.lang.Object execute()
          コンテキスト制御を実行して結果を返却します。
 java.lang.String getKey()
          type 属性を返却します。
 void setKey(java.lang.String key)
          key 属性を格納します。
 
クラス shohaku.ginkgo.tags.AbstractContextTag から継承したメソッド
end, getNodeValue
 
クラス shohaku.ginkgo.tags.AbstractTag から継承したメソッド
begin, child, finish, getId, getName, getTagContext, initialize, text
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetAttributeTag

public GetAttributeTag()
メソッドの詳細

execute

protected java.lang.Object execute()
クラス AbstractContextTag の記述:
コンテキスト制御を実行して結果を返却します。

定義:
クラス AbstractContextTag 内の execute
戻り値:
コンテキスト制御の結果の値

setKey

public void setKey(java.lang.String key)
key 属性を格納します。

パラメータ:
key - key属性

getKey

public java.lang.String getKey()
type 属性を返却します。

戻り値:
type 属性