public class JspConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JspConfig.JspProperty |
static class |
JspConfig.JspPropertyGroup |
Constructor and Description |
---|
JspConfig(ServletContext ctxt) |
Modifier and Type | Method and 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)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.