|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jasper.compiler.JspConfig
public class JspConfig
Handles the jsp-config element in WEB_INF/web.xml. This is used for specifying the JSP configuration information on a JSP page
Nested Class Summary | |
---|---|
static class |
JspConfig.JspProperty
|
Constructor Summary | |
---|---|
JspConfig(javax.servlet.ServletContext ctxt)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspConfig(javax.servlet.ServletContext ctxt)
Method Detail |
---|
public JspConfig.JspProperty findJspProperty(java.lang.String uri) throws JasperException
uri
- the resource supplied.
JasperException
public boolean isJspPage(java.lang.String uri) throws JasperException
JasperException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |