public class TransformTag extends TransformSupport
A handler for <transform> that supports rtexprvalue-based attributes.
result, xml, xmlSystemId, xslt, xsltSystemId
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, setScope, setVar
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public void setXml(Object xml) throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagException
public void setDoc(Object xml) throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagException
public void setXmlSystemId(String xmlSystemId) throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagException
public void setDocSystemId(String xmlSystemId) throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagException
public void setXslt(Object xslt) throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagException
public void setXsltSystemId(String xsltSystemId) throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagException
public void setResult(Result result) throws jakarta.servlet.jsp.JspTagException
jakarta.servlet.jsp.JspTagException
Copyright © 2019,2020 Eclipse Foundation. All rights reserved.