Class JspConfigDescriptorImpl

  • All Implemented Interfaces:
    JspConfigDescriptor

    public class JspConfigDescriptorImpl
    extends java.lang.Object
    implements JspConfigDescriptor
    Implementation of JspConfigDescriptor that provides access to JSP property groups and tag library descriptors.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<JspPropertyGroupDescriptor> getJspPropertyGroups()
      Provide the set of JSP property groups obtained from the <jsp-config> elements in the web application's deployment descriptors.
      java.util.Collection<TaglibDescriptor> getTaglibs()
      Provide the set of tag library descriptors obtained from the <jsp-config> elements in the web application's deployment descriptors.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait