openGionopenGion
5.1.6.0

org.opengion.plugin.table
クラス JspTakeoutEntity

java.lang.Object
  上位を拡張 org.opengion.plugin.table.JspTakeoutEntity

public class JspTakeoutEntity
extends Object

取り出したJSPのタグ情報

作成者
Takeshi.Takada

コンストラクタの概要
JspTakeoutEntity()
           
 
メソッドの概要
 void addChild(ArrayList<JspTakeoutEntity> child)
          下位のタグを追加
 ArrayList<JspTakeoutEntity> getChild()
          下位のタグを全て取得。
 String getElement(String key)
          要素をキーを指定して取得
 HashMap<String,String> getElements()
          要素を取得
 String getName()
          タグの名称を取得
 String getText()
          テキストを取得
 void setElements(HashMap<String,String> elements)
          要素を設定
 void setName(String name)
          タグの名称を設定
 void setText(String text)
          テキストを設定
 String toString()
          全ての内容を文字列課
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

JspTakeoutEntity

public JspTakeoutEntity()
メソッドの詳細

setName

public void setName(String name)
タグの名称を設定

パラメータ:
name -

getName

public String getName()
タグの名称を取得

戻り値:
タグの名称

setText

public void setText(String text)
テキストを設定

パラメータ:
text -

getText

public String getText()
テキストを取得

戻り値:
テキスト

setElements

public void setElements(HashMap<String,String> elements)
要素を設定

パラメータ:
elements -

getElements

public HashMap<String,String> getElements()
要素を取得

戻り値:
要素

getElement

public String getElement(String key)
要素をキーを指定して取得

パラメータ:
key -
戻り値:
要素

addChild

public void addChild(ArrayList<JspTakeoutEntity> child)
下位のタグを追加

パラメータ:
child -

getChild

public ArrayList<JspTakeoutEntity> getChild()
下位のタグを全て取得。

戻り値:
下位のタグ

toString

public String toString()
全ての内容を文字列課

オーバーライド:
クラス Object 内の toString

openGion 5.1.6.0

Webアプリケーションフレームワーク openGion
SourceForge.JPCopyright (c) 2009 The openGion Project.