public class ParseTag extends ParseSupport
A handler for <parse> that accepts attributes as Strings and evaluates them as expressions at runtime.
ParseSupport.JstlEntityResolver
filter, systemId, xml
Constructor and Description |
---|
ParseTag()
Constructs a new ParseTag.
|
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
void |
release() |
void |
setFilter(String filter_) |
void |
setSystemId(String systemId_) |
void |
setXml(String xml_) |
doEndTag, setScope, setScopeDom, setVar, setVarDom
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public ParseTag()
public int doStartTag() throws jakarta.servlet.jsp.JspException
doStartTag
in interface jakarta.servlet.jsp.tagext.Tag
doStartTag
in class jakarta.servlet.jsp.tagext.BodyTagSupport
jakarta.servlet.jsp.JspException
public void release()
release
in interface jakarta.servlet.jsp.tagext.Tag
release
in class ParseSupport
public void setFilter(String filter_)
public void setXml(String xml_)
public void setSystemId(String systemId_)
Copyright © 2019,2020 Eclipse Foundation. All rights reserved.