Class EvalTagHandler

    • Constructor Detail

      • EvalTagHandler

        public EvalTagHandler()
    • Method Detail

      • doEndTag

        public int doEndTag()
                     throws JspException
        Called after the body has been processed.
        Specified by:
        doEndTag in interface Tag
        Overrides:
        doEndTag in class TagSupport
        Returns:
        whether additional evaluations of the body are desired
        Throws:
        JspException - if an error occurs while processing this tag
        See Also:
        Tag.doEndTag()
      • setFlush

        public void setFlush​(boolean flush)
      • setResource

        public void setResource​(Resource rsrc)
      • setScript

        public void setScript​(java.lang.String script)
      • setResourceType

        public void setResourceType​(java.lang.String rsrcType)
      • setIgnoreResourceTypeHierarchy

        public void setIgnoreResourceTypeHierarchy​(boolean flag)