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(java.lang.String name,
java.lang.Object value)
Add a component parameter (attribute) to subContext.
|
int doStartTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionint doEndTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionvoid putAttribute(java.lang.String name,
java.lang.Object value)
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.