public class TransformTag extends TransformSupport
A handler for <transform> that supports rtexprvalue-based attributes.
result, xml, xmlSpecified, xmlSystemId, xslt, xsltSystemId
bodyContent
id, pageContext
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
TransformTag() |
Modifier and Type | Method and Description |
---|---|
void |
setDoc(Object xml) |
void |
setDocSystemId(String xmlSystemId) |
void |
setResult(Result result) |
void |
setXml(Object xml) |
void |
setXmlSystemId(String xmlSystemId) |
void |
setXslt(Object xslt) |
void |
setXsltSystemId(String xsltSystemId) |
addParameter, doEndTag, doStartTag, release, setPageContext, setScope, setVar
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
public void setXml(Object xml) throws JspTagException
JspTagException
public void setDoc(Object xml) throws JspTagException
JspTagException
public void setXmlSystemId(String xmlSystemId) throws JspTagException
JspTagException
public void setDocSystemId(String xmlSystemId) throws JspTagException
JspTagException
public void setXslt(Object xslt) throws JspTagException
JspTagException
public void setXsltSystemId(String xsltSystemId) throws JspTagException
JspTagException
public void setResult(Result result) throws JspTagException
JspTagException
Copyright © 2017 JBoss by Red Hat. All rights reserved.