org.apache.jasper.compiler
Class JspConfig

java.lang.Object
  extended byorg.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

Author:
Kin-man Chung

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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspConfig

public JspConfig(javax.servlet.ServletContext ctxt)
Method Detail

findJspProperty

public JspConfig.JspProperty findJspProperty(java.lang.String uri)
                                      throws JasperException
Find a property that best matches the supplied resource.

Parameters:
uri - the resource supplied.
Returns:
a JspProperty if a match is found, null otherwise
Throws:
JasperException


Copyright © 2000 Apache Software Foundation. All Rights Reserved.