public class JspConfig extends Object
| Constructor and Description |
|---|
JspConfig(jakarta.servlet.ServletContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
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 JspProperty findJspProperty(String uri) throws JasperException
uri - the resource supplied.JasperExceptionpublic boolean isJspPage(String uri) throws JasperException
JasperExceptionComments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.