public class TagSupport extends Object implements IterationTag, Serializable
EVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
TagSupport() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody() |
int |
doEndTag() |
int |
doStartTag() |
String |
getId() |
Tag |
getParent() |
Object |
getValue(String k) |
Enumeration<String> |
getValues() |
void |
release() |
void |
removeValue(String k) |
void |
setId(String id) |
void |
setPageContext(PageContext pageContext) |
void |
setParent(Tag t) |
void |
setValue(String k,
Object o) |
public int doStartTag()
throws JspException
doStartTag in interface TagJspExceptionpublic int doEndTag()
throws JspException
doEndTag in interface TagJspExceptionpublic int doAfterBody()
throws JspException
doAfterBody in interface IterationTagJspExceptionpublic void setId(String id)
public String getId()
public void setPageContext(PageContext pageContext)
setPageContext in interface Tagpublic void removeValue(String k)
public Enumeration<String> getValues()
Copyright © 2022. All rights reserved.