public class JspConfig extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | JspConfig.JspProperty | 
| Constructor and Description | 
|---|
| JspConfig(javax.servlet.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 an uri matches an url pattern in jsp config. | 
public JspConfig.JspProperty findJspProperty(String uri) throws JasperException
uri - the resource supplied.JasperException - in case of Jasper errorspublic boolean isJspPage(String uri) throws JasperException
uri - the uriJasperException - in case of Jasper errorsCopyright © 2000–2025 Apache Software Foundation. All rights reserved.