Class SetBundleSupport

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag
Direct Known Subclasses:
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.
See Also:
  • Constructor Details

    • SetBundleSupport

      public SetBundleSupport()
  • Method Details