public abstract class ExprSupport
extends javax.servlet.jsp.tagext.TagSupport
Tag handler for <expr> in JSTL's XML library.
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
escapeXml |
| Constructor and Description |
|---|
ExprSupport()
Constructs a new handler.
|
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
void |
release() |
void |
setSelect(String select) |
public ExprSupport()
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportpublic void setSelect(String select)
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.