public class ComponentTagHandler extends AbstractTagHandler
| コンストラクタと説明 |
|---|
ComponentTagHandler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ComponentDef |
createComponentDef(Class<?> componentClass,
String name) |
void |
end(TagHandlerContext context,
String body)
タグの処理を終了します。
|
void |
start(TagHandlerContext context,
Attributes attributes)
タグの処理を開始します。
|
createExpression, createExpression, createScriptingExpression, doCreateExpression, isComponentName, newScriptingExpressionappendBodypublic void start(TagHandlerContext context, Attributes attributes)
TagHandlerstart クラス内 TagHandlerpublic void end(TagHandlerContext context, String body)
TagHandlerend クラス内 TagHandlerprotected ComponentDef createComponentDef(Class<?> componentClass, String name)
Copyright © 2015 The DBFlute Project. All rights reserved.