Package org.apache.jasper.compiler
Class JspConfig.JspPropertyGroup
- java.lang.Object
-
- org.apache.jasper.compiler.JspConfig.JspPropertyGroup
-
- Enclosing class:
- JspConfig
public static class JspConfig.JspPropertyGroup extends java.lang.ObjectRepresents 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.StringgetExtension()Returns the file extension component of this property group.JspConfig.JspPropertygetJspProperty()Returns the JSP property configuration for this property group.java.lang.StringgetPath()Returns the URL path component of this property group.
-
-
-
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
-
-