public abstract class ParseSupport
extends javax.servlet.jsp.tagext.BodyTagSupport
Support for tag handlers for <parse>, the XML parsing tag.
| Modifier and Type | Class and Description |
|---|---|
static class |
ParseSupport.JstlEntityResolver
Lets us resolve relative external entities.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLFilter |
filter |
protected String |
systemId |
protected Object |
xml |
| Constructor and Description |
|---|
ParseSupport() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
release() |
void |
setScope(String scope) |
void |
setScopeDom(String scopeDom) |
void |
setVar(String var) |
void |
setVarDom(String varDom) |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprotected Object xml
protected String systemId
protected XMLFilter filter
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupportpublic void setVar(String var)
public void setVarDom(String varDom)
public void setScope(String scope)
public void setScopeDom(String scopeDom)
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.