public class ParseTag extends ParseSupport
A handler for <parse> that accepts attributes as Strings and evaluates them as expressions at runtime.
ParseSupport.JstlEntityResolverfilter, 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, setVarDomdoAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic 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(String filter_)
public void setXml(String xml_)
public void setSystemId(String systemId_)
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.