Uses of Class
org.apache.felix.http.jetty.ServletContextGroup

Packages that use ServletContextGroup
org.apache.felix.http.jetty   
org.mortbay.jetty.servlet   
 

Uses of ServletContextGroup in org.apache.felix.http.jetty
 

Methods in org.apache.felix.http.jetty that return ServletContextGroup
protected  ServletContextGroup HttpServiceImpl.removeAlias(java.lang.String alias)
           
 

Uses of ServletContextGroup in org.mortbay.jetty.servlet
 

Constructors in org.mortbay.jetty.servlet with parameters of type ServletContextGroup
OsgiResourceHolder(org.mortbay.jetty.servlet.ServletHandler handler, java.lang.String name, ServletContextGroup servletContextGroup)
           
OsgiServletHolder(org.mortbay.jetty.servlet.ServletHandler handler, javax.servlet.Servlet servlet, java.lang.String name, ServletContextGroup servletContextGroup, java.util.Dictionary params)