protected static interface InsertTag.TagHandler
Modifier and Type | Method and Description |
---|---|
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.
|
int doStartTag() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
int doEndTag() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
Copyright © 2000–2016 Apache Software Foundation. All rights reserved.