org.apache.jasper.compiler
Class JspConfig
java.lang.Object
org.apache.jasper.compiler.JspConfig
public class JspConfig
extends java.lang.Object
Handles the jsp-config element in WEB_INF/web.xml. This is used
for specifying the JSP configuration information on a JSP page
JspConfig
public JspConfig(ServletContext ctxt)
findJspProperty
public JspConfig.JspProperty findJspProperty(String uri)
throws JasperException
Find a property that best matches the supplied resource.
uri
- the resource supplied.
- a JspProperty indicating the best match, or some default.
isJspPage
public boolean isJspPage(String uri)
throws JasperException
To find out if an uri matches an url pattern in jsp config. If so,
then the uri is a JSP page. This is used primarily for jspc.
Copyright B) 2000-2004 Apache Software Foundation. All Rights Reserved.