public class JspConfig
extends java.lang.Object
Constructor and Description |
---|
JspConfig(ServletContext ctxt) |
Modifier and Type | Method and Description |
---|---|
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 JspProperty findJspProperty(java.lang.String uri) throws JasperException
uri
- the resource supplied.JasperException
public boolean isJspPage(java.lang.String uri) throws JasperException
JasperException