Class JspConfig.JspPropertyGroup
java.lang.Object
org.apache.jasper.compiler.JspConfig.JspPropertyGroup
- Enclosing class:
JspConfig
Represents a JSP property group with a path, extension, and associated JSP property.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the file extension component of this property group.Returns the JSP property configuration for this property group.getPath()Returns the URL path component of this property group.
-
Method Details
-
getPath
Returns the URL path component of this property group.- Returns:
- the path, or null if not set
-
getExtension
Returns the file extension component of this property group.- Returns:
- the extension, or null if not set
-
getJspProperty
Returns the JSP property configuration for this property group.- Returns:
- the JSP property
-