org.apache.cocoon.spring.configurator
Class WebAppContextUtils.ContextInfo

java.lang.Object
  extended byorg.apache.cocoon.spring.configurator.WebAppContextUtils.ContextInfo
Enclosing class:
WebAppContextUtils

protected static final class WebAppContextUtils.ContextInfo
extends Object

Private bean keeping track of the class loader and web application context.


Field Summary
 ClassLoader classLoader
           
 WebApplicationContext webAppContext
           
 
Constructor Summary
WebAppContextUtils.ContextInfo(WebApplicationContext w, ClassLoader c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classLoader

public final ClassLoader classLoader

webAppContext

public final WebApplicationContext webAppContext
Constructor Detail

WebAppContextUtils.ContextInfo

public WebAppContextUtils.ContextInfo(WebApplicationContext w,
                                      ClassLoader c)


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.