Apache Tomcat 7.0.25

org.apache.jasper.compiler
Class WebXml

java.lang.Object
  extended by org.apache.jasper.compiler.WebXml

public class WebXml
extends java.lang.Object

Provides Jasper with a standard mechanism for gaining access to the web.xml file associated with the current application. This isn't as simple as looking in /WEB-INF/web.xml. In embedded scenarios, an alternative web.xml may be provided and in Servlet 3.0 / JSP 2.2 environments an application's web.xml may be the result of merging a number of web-fragment.xml files and/or annotations with the main web.xml Clients *must* ensure that they call close() to clean up resources.


Constructor Summary
WebXml(ServletContext ctxt)
           
 
Method Summary
 void close()
           
 org.xml.sax.InputSource getInputSource()
           
 java.lang.String getSystemId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebXml

public WebXml(ServletContext ctxt)
       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getSystemId

public java.lang.String getSystemId()

getInputSource

public org.xml.sax.InputSource getInputSource()

close

public void close()

Apache Tomcat 7.0.25

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.