public class JspConfig
extends java.lang.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(java.lang.String uri)Find a property that best matches the supplied resource. | 
| boolean | isJspPage(java.lang.String uri)To find out if an uri matches an url pattern in jsp config. | 
public JspConfig(ServletContext ctxt)
public JspConfig.JspProperty findJspProperty(java.lang.String uri) throws JasperException
uri - the resource supplied.JasperExceptionpublic boolean isJspPage(java.lang.String uri)
                  throws JasperException
JasperExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.