public class JspConfig
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
JspConfig.JspProperty |
|
static class |
JspConfig.JspPropertyGroup |
Constructor | Description |
---|---|
JspConfig(ServletContext ctxt) |
Modifier and Type | Method | 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)
uri
- the resource supplied.public boolean isJspPage(java.lang.String uri)
uri
- The path to checktrue
if the path denotes a JSP pageCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.