public class JspConfig extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | JspConfig.JspProperty | 
| static class  | JspConfig.JspPropertyGroup | 
| Constructor and Description | 
|---|
| JspConfig(ServletContext ctxt) | 
| Modifier and Type | Method and Description | 
|---|---|
| JspConfig.JspProperty | findJspProperty(String uri)Find a property that best matches the supplied resource. | 
| boolean | isJspPage(String uri)To find out if a uri matches a url pattern in jsp config. | 
public JspConfig(ServletContext ctxt)
public JspConfig.JspProperty findJspProperty(String uri) throws JasperException
uri - the resource supplied.JasperException - Not usedpublic boolean isJspPage(String uri) throws JasperException
uri - The path to checktrue if the path denotes a JSP pageJasperException - Not usedCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.