org.eclipse.virgo.snaps.core.internal.webapp.container
Class VirtualContainerFactory

java.lang.Object
  extended by org.eclipse.virgo.snaps.core.internal.webapp.container.VirtualContainerFactory

public final class VirtualContainerFactory
extends java.lang.Object

TODO Document VirtualContainerFactory

Concurrent Semantics
TODO Document concurrent semantics of VirtualContainerFactory


Constructor Summary
VirtualContainerFactory()
           
 
Method Summary
static VirtualContainer fromWebXml(WebXml webXml, org.eclipse.virgo.snaps.core.internal.webapp.SnapServletContext servletContext, java.lang.ClassLoader classLoader, RequestRouter requestRouter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualContainerFactory

public VirtualContainerFactory()
Method Detail

fromWebXml

public static VirtualContainer fromWebXml(WebXml webXml,
                                          org.eclipse.virgo.snaps.core.internal.webapp.SnapServletContext servletContext,
                                          java.lang.ClassLoader classLoader,
                                          RequestRouter requestRouter)