| java.lang.Object org.apache.jasper.compiler.JspConfig
JspConfig | public class JspConfig (Code) | | 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 |
Inner Class :static class JspPropertyGroup | |
Inner Class :public static class JspProperty | |
Method Summary | |
public JspProperty | findJspProperty(String uri) Find a property that best matches the supplied resource.
Parameters: uri - the resource supplied. | public boolean | isJspPage(String uri) To find out if an uri matches an url pattern in jsp config. |
findJspProperty | public JspProperty findJspProperty(String uri) throws JasperException(Code) | | Find a property that best matches the supplied resource.
Parameters: uri - the resource supplied. a JspProperty indicating the best match, or some default. |
isJspPage | public boolean isJspPage(String uri) throws JasperException(Code) | | 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.
|
|
|