Class JspConfig.JspPropertyGroup

  • Enclosing class:
    JspConfig

    public static class JspConfig.JspPropertyGroup
    extends java.lang.Object
    Represents a JSP property group with a path, extension, and associated JSP property.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExtension()
      Returns the file extension component of this property group.
      JspConfig.JspProperty getJspProperty()
      Returns the JSP property configuration for this property group.
      java.lang.String getPath()
      Returns the URL path component of this property group.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Returns the URL path component of this property group.
        Returns:
        the path, or null if not set
      • getExtension

        public java.lang.String getExtension()
        Returns the file extension component of this property group.
        Returns:
        the extension, or null if not set
      • getJspProperty

        public JspConfig.JspProperty getJspProperty()
        Returns the JSP property configuration for this property group.
        Returns:
        the JSP property