Class TransformTag

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class TransformTag
    extends TransformSupport

    A handler for <transform> that supports rtexprvalue-based attributes.

    Author:
    Shawn Bayern
    See Also:
    Serialized Form
    • Constructor Detail

      • TransformTag

        public TransformTag()
    • Method Detail

      • setXml

        public void setXml​(Object xml)
                    throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setDoc

        public void setDoc​(Object xml)
                    throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setXmlSystemId

        public void setXmlSystemId​(String xmlSystemId)
                            throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setDocSystemId

        public void setDocSystemId​(String xmlSystemId)
                            throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setXslt

        public void setXslt​(Object xslt)
                     throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setXsltSystemId

        public void setXsltSystemId​(String xsltSystemId)
                             throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException
      • setResult

        public void setResult​(Result result)
                       throws javax.servlet.jsp.JspTagException
        Throws:
        javax.servlet.jsp.JspTagException