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.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.TagSupport
public void setSelect(String select)
Copyright © 2016 JBoss by Red Hat. All rights reserved.