|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.struts.taglib.tiles.InsertTag.InsertHandler
Real handler, after attribute resolution. Handle include sub-component.
| フィールドの概要 | |
protected Controller |
controller
|
protected ComponentContext |
currentContext
|
protected java.lang.String |
page
|
protected java.lang.String |
role
|
protected ComponentContext |
subCompContext
|
| コンストラクタの概要 | |
InsertTag.InsertHandler(java.util.Map attributes,
java.lang.String page,
java.lang.String role,
Controller controller)
Constructor. |
|
InsertTag.InsertHandler(java.lang.String page,
java.lang.String role,
Controller controller)
Constructor. |
|
| メソッドの概要 | |
int |
doEndTag()
Include requested page. |
int |
doStartTag()
Create a new empty context. |
protected void |
processException(java.lang.Throwable ex,
java.lang.String msg)
推奨されていません。 This method will be removed in a release after Struts 1.2. |
void |
putAttribute(java.lang.String name,
java.lang.Object value)
Add attribute to sub context. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected java.lang.String page
protected ComponentContext currentContext
protected ComponentContext subCompContext
protected java.lang.String role
protected Controller controller
| コンストラクタの詳細 |
public InsertTag.InsertHandler(java.util.Map attributes,
java.lang.String page,
java.lang.String role,
Controller controller)
public InsertTag.InsertHandler(java.lang.String page,
java.lang.String role,
Controller controller)
| メソッドの詳細 |
public int doStartTag()
throws javax.servlet.jsp.JspException
InsertTag.TagHandler 内の doStartTagjavax.servlet.jsp.JspException
public void putAttribute(java.lang.String name,
java.lang.Object value)
InsertTag.TagHandler 内の putAttribute
public int doEndTag()
throws javax.servlet.jsp.JspException
InsertTag.TagHandler 内の doEndTagjavax.servlet.jsp.JspException
protected void processException(java.lang.Throwable ex,
java.lang.String msg)
throws javax.servlet.jsp.JspException
ex - Exceptionmsg - An additional message to show in console and to propagate if we can't output exception.
javax.servlet.jsp.JspException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||