examples/tomcat6/apache-tomcat-6.0.35-src/java/org/apache/catalina/core/ApplicationContext.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    60  * a web application's execution environment.  An instance of this class is
    60  * a web application's execution environment.  An instance of this class is
    61  * associated with each instance of <code>StandardContext</code>.
    61  * associated with each instance of <code>StandardContext</code>.
    62  *
    62  *
    63  * @author Craig R. McClanahan
    63  * @author Craig R. McClanahan
    64  * @author Remy Maucherat
    64  * @author Remy Maucherat
    65  * @version $Id: ApplicationContext.java,v 1.4 2015-01-28 02:10:53 vrany Exp $
    65  * @version $Id: ApplicationContext.java,v 1.5 2015-03-20 12:08:03 vrany Exp $
    66  */
    66  */
    67 
    67 
    68 public class ApplicationContext
    68 public class ApplicationContext
    69     implements ServletContext {
    69     implements ServletContext {
    70 
    70