Class AbstractDispatcherTagHandler

    • Constructor Detail

      • AbstractDispatcherTagHandler

        public AbstractDispatcherTagHandler()
    • 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()
      • setResource

        public void setResource​(Resource rsrc)
      • setPath

        public void setPath​(java.lang.String path)
      • setResourceType

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

        public void setReplaceSelectors​(java.lang.String selectors)
      • setAddSelectors

        public void setAddSelectors​(java.lang.String selectors)
      • setReplaceSuffix

        public void setReplaceSuffix​(java.lang.String suffix)