public class ParseTag extends ParseSupport
A handler for <parse> that accepts attributes as Strings and evaluates them as expressions at runtime.
ParseSupport.JstlEntityResolver| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
filter_ |
private java.lang.String |
systemId_ |
private java.lang.String |
xml_ |
filter, systemId, xml| Constructor and Description |
|---|
ParseTag()
Constructs a new ParseTag.
|
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
private void |
evaluateExpressions() |
private void |
init() |
void |
release() |
void |
setFilter(java.lang.String filter_) |
void |
setSystemId(java.lang.String systemId_) |
void |
setXml(java.lang.String xml_) |
doEndTag, setScope, setScopeDom, setVar, setVarDomdoAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprivate java.lang.String xml_
private java.lang.String systemId_
private java.lang.String filter_
public ParseTag()
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class ParseSupportpublic void setFilter(java.lang.String filter_)
public void setXml(java.lang.String xml_)
public void setSystemId(java.lang.String systemId_)
private void init()
private void evaluateExpressions()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException