193194195196197198199200
} return servletPath; } private MutablePicoContainer getApplicationContainer(ServletContext context) { ObjectReference ref = new ApplicationScopeObjectReference(context, APPLICATION_CONTAINER); return (MutablePicoContainer) ref.get(); }