org.apache.struts.taglib.tiles
インタフェース InsertTag.TagHandler

既知の実装クラスの一覧:
InsertTag.DirectStringHandler, InsertTag.InsertHandler
含まれているインタフェース:
InsertTag

protected static interface InsertTag.TagHandler

Inner Interface. Sub handler for tag.


メソッドの概要
 int doEndTag()
          Do include for type depicted by implementation class.
 int doStartTag()
          Create ComponentContext for type depicted by implementation class.
 void putAttribute(java.lang.String name, java.lang.Object value)
          Add a component parameter (attribute) to subContext.
 

メソッドの詳細

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Create ComponentContext for type depicted by implementation class.

例外:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Do include for type depicted by implementation class.

例外:
javax.servlet.jsp.JspException

putAttribute

public void putAttribute(java.lang.String name,
                         java.lang.Object value)
Add a component parameter (attribute) to subContext.



このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation