Class TransformTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- jakarta.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.taglibs.standard.tag.common.xml.TransformSupport
-
- org.apache.taglibs.standard.tag.el.xml.TransformTag
-
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.BodyTag,jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable
public class TransformTag extends TransformSupport
A handler for <transform> that accepts attributes as Strings and evaluates them as expressions at runtime.
- Author:
- Shawn Bayern
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.taglibs.standard.tag.common.xml.TransformSupport
result, xml, xmlSystemId, xslt, xsltSystemId
-
-
Constructor Summary
Constructors Constructor Description TransformTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoStartTag()voidrelease()voidsetResult(String result_)voidsetXml(String xml_)voidsetXmlSystemId(String xmlSystemId_)voidsetXslt(String xslt_)voidsetXsltSystemId(String xsltSystemId_)-
Methods inherited from class org.apache.taglibs.standard.tag.common.xml.TransformSupport
addParameter, doEndTag, setScope, setVar
-
Methods inherited from class jakarta.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
-
Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
doStartTag
public int doStartTag() throws jakarta.servlet.jsp.JspException- Specified by:
doStartTagin interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
doStartTagin classTransformSupport- Throws:
jakarta.servlet.jsp.JspException
-
release
public void release()
- Specified by:
releasein interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
releasein classTransformSupport
-
setXml
public void setXml(String xml_)
-
setXmlSystemId
public void setXmlSystemId(String xmlSystemId_)
-
setXslt
public void setXslt(String xslt_)
-
setXsltSystemId
public void setXsltSystemId(String xsltSystemId_)
-
setResult
public void setResult(String result_)
-
-