Class JspConfigDescriptorImpl

  • All Implemented Interfaces:
    jakarta.servlet.descriptor.JspConfigDescriptor, Serializable

    public class JspConfigDescriptorImpl
    extends Descriptor
    implements jakarta.servlet.descriptor.JspConfigDescriptor
    This is a descriptor for the taglib config used in a web application.
    See Also:
    Serialized Form
    • Constructor Detail

      • JspConfigDescriptorImpl

        public JspConfigDescriptorImpl()
    • Method Detail

      • getTaglibs

        public Set<jakarta.servlet.descriptor.TaglibDescriptor> getTaglibs()
        return the set of tag lib elements
        Specified by:
        getTaglibs in interface jakarta.servlet.descriptor.JspConfigDescriptor
      • getJspPropertyGroups

        public Collection<jakarta.servlet.descriptor.JspPropertyGroupDescriptor> getJspPropertyGroups()
        return Collection of jsp-group elements
        Specified by:
        getJspPropertyGroups in interface jakarta.servlet.descriptor.JspConfigDescriptor
      • addJspGroup

        public void addJspGroup​(JspGroupDescriptor desc)
        add a jsp group element to the set.
      • removeJspGroup

        public void removeJspGroup​(JspGroupDescriptor desc)
        remove a jsp group element from the set.