public class TagHandler extends Object implements Serializable
| コンストラクタと説明 |
|---|
TagHandler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
appendBody(TagHandlerContext context,
String body)
追加されたボディを処理します。
|
void |
end(TagHandlerContext context,
String body)
タグの処理を終了します。
|
void |
start(TagHandlerContext context,
Attributes attributes)
タグの処理を開始します。
|
public void start(TagHandlerContext context, Attributes attributes)
context - attributes - public void appendBody(TagHandlerContext context, String body)
context - body - public void end(TagHandlerContext context, String body)
context - body - Copyright © 2015 The DBFlute Project. All rights reserved.