public interface Tag extends JspTag
| Modifier and Type | Field and Description |
|---|---|
static int |
EVAL_BODY_INCLUDE |
static int |
EVAL_PAGE |
static int |
SKIP_BODY |
static int |
SKIP_PAGE |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
int |
doStartTag() |
Tag |
getParent() |
void |
release() |
void |
setPageContext(PageContext var1) |
void |
setParent(Tag var1) |
static final int SKIP_BODY
static final int EVAL_BODY_INCLUDE
static final int SKIP_PAGE
static final int EVAL_PAGE
void setPageContext(PageContext var1)
void setParent(Tag var1)
Tag getParent()
int doStartTag()
throws JspException
JspExceptionint doEndTag()
throws JspException
JspExceptionvoid release()
Copyright © 2022. All rights reserved.