Interface JspConfigDescriptor


public interface JspConfigDescriptor
The JspConfigDescriptor API.
Author:
Manfred Riem ([email protected])
  • Method Details

    • getJspPropertyGroups

      java.util.Collection<JspPropertyGroupDescriptor> getJspPropertyGroups()
      Get the JSP property groups.
      Returns:
      the JSP property groups.
    • getTaglibs

      java.util.Collection<TaglibDescriptor> getTaglibs()
      Get the taglibs.
      Returns:
      the taglibs.