org.apache.struts.tiles.taglib
Interface InsertTag.TagHandler

All Known Implementing Classes:
InsertTag.DirectStringHandler, InsertTag.InsertHandler
Enclosing class:
InsertTag

protected static interface InsertTag.TagHandler

Inner Interface. Sub handler for tag.


Method Summary
 int doEndTag()
          Do include for type depicted by implementation class.
 int doStartTag()
          Create ComponentContext for type depicted by implementation class.
 void putAttribute(String name, Object value)
          Add a component parameter (attribute) to subContext.
 

Method Detail

doStartTag

int doStartTag()
               throws JspException
Create ComponentContext for type depicted by implementation class.

Throws:
JspException

doEndTag

int doEndTag()
             throws JspException
Do include for type depicted by implementation class.

Throws:
JspException

putAttribute

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



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.