public class ParseTag extends ParseSupport
A handler for <parse> that accepts attributes as Strings and evaluates them as expressions at runtime.
ParseSupport.JstlEntityResolverfilter, systemId, xmlbodyContentid, pageContextEVAL_BODY_BUFFERED, EVAL_BODY_TAGEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
ParseTag()
Constructs a new ParseTag.
|
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Default processing of the start tag returning EVAL_BODY_BUFFERED.
|
void |
release()
Release state.
|
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, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParent, setPageContext, setParentpublic ParseTag()
public int doStartTag()
throws JspException
BodyTagSupportdoStartTag in interface TagdoStartTag in class BodyTagSupportJspException - if an error occurred while processing this tagTag.doStartTag()public void release()
BodyTagSupportrelease in interface Tagrelease in class ParseSupportTag.release()public void setFilter(String filter_)
public void setXml(String xml_)
public void setSystemId(String systemId_)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.