Class SetBundleSupport

java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport
All Implemented Interfaces:
IterationTag, JspTag, Tag, Serializable
Direct Known Subclasses:
SetBundleTag, SetBundleTag

public abstract class SetBundleSupport extends TagSupport
Support for tag handlers for <setBundle>, the JSTL 1.0 tag that loads a resource bundle and stores it in a scoped variable.
Author:
Jan Luehe
See Also:
  • Field Details

    • basename

      protected String basename
  • Constructor Details

    • SetBundleSupport

      public SetBundleSupport()
  • Method Details