public class JspConfig
extends java.lang.Object
| Constructor and Description |
|---|
JspConfig(javax.servlet.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 JspProperty findJspProperty(java.lang.String uri) throws JasperException
uri - the resource supplied.JasperExceptionpublic boolean isJspPage(java.lang.String uri)
throws JasperException
JasperExceptionCopyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.