org.apache.jasper.compiler
public class JspConfig extends Object
| Nested Class Summary | |
|---|---|
| static class | JspConfig.JspProperty |
| Constructor Summary | |
|---|---|
| JspConfig(ServletContext ctxt) | |
| Method Summary | |
|---|---|
| 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. |
Parameters: uri the resource supplied.
Returns: a JspProperty indicating the best match, or some default.