Uses of Class
org.apache.jasper.compiler.JspProperty
-
Packages that use JspProperty Package Description org.apache.jasper.compiler -
-
Uses of JspProperty in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as JspProperty Modifier and Type Field Description private JspProperty
JspConfig. defaultJspProperty
private JspProperty
JspPropertyGroup. jspProperty
Methods in org.apache.jasper.compiler that return JspProperty Modifier and Type Method Description JspProperty
JspConfig. findJspProperty(java.lang.String uri)
Find a property that best matches the supplied resource.JspProperty
JspPropertyGroup. getJspProperty()
Constructors in org.apache.jasper.compiler with parameters of type JspProperty Constructor Description JspPropertyGroup(java.lang.String path, java.lang.String extension, JspProperty jspProperty)
-