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 JspPropertyJspConfig. defaultJspPropertyprivate JspPropertyJspPropertyGroup. jspPropertyMethods in org.apache.jasper.compiler that return JspProperty Modifier and Type Method Description JspPropertyJspConfig. findJspProperty(java.lang.String uri)Find a property that best matches the supplied resource.JspPropertyJspPropertyGroup. 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)
-