Class BaseResourceTag

  • All Implemented Interfaces:
    jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, Serializable
    Direct Known Subclasses:
    TextResourceTag

    public abstract class BaseResourceTag
    extends net.anotheria.tags.BaseTagSupport
    Base tag for handling resources in the jsp.
    Author:
    lrosenberg
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class jakarta.servlet.jsp.tagext.TagSupport

        pageContext
      • Fields inherited from interface jakarta.servlet.jsp.tagext.IterationTag

        EVAL_BODY_AGAIN
      • Fields inherited from interface jakarta.servlet.jsp.tagext.Tag

        EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseResourceTag()  
    • Constructor Detail

      • BaseResourceTag

        public BaseResourceTag()
    • Method Detail

      • getTextResourceByName

        protected TextResource getTextResourceByName​(String key)
                                              throws jakarta.servlet.jsp.JspException
        Returns a text resource by its name.
        Parameters:
        key - TODO dummy comment for javadoc.
        Returns:
        TODO dummy comment for javadoc.
        Throws:
        jakarta.servlet.jsp.JspException - TODO dummy comment for javadoc.