org.apache.felix.http.base.internal.context
Class ServletContextManager

java.lang.Object
  extended by org.apache.felix.http.base.internal.context.ServletContextManager

public final class ServletContextManager
extends Object


Constructor Summary
ServletContextManager(Bundle bundle, ServletContext context, javax.servlet.ServletContextAttributeListener attributeListener, boolean sharedAttributes)
           
 
Method Summary
 ExtServletContext getServletContext(HttpContext httpContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContextManager

public ServletContextManager(Bundle bundle,
                             ServletContext context,
                             javax.servlet.ServletContextAttributeListener attributeListener,
                             boolean sharedAttributes)
Method Detail

getServletContext

public ExtServletContext getServletContext(HttpContext httpContext)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.