getInjectableFactory().add(new VRaptorInjectableProvider(getThreadLocalHttpContext()));
super.initiate(rc, provider);
}
protected DispatcherFactory getDispatcherFactory() {
final DispatcherFactory delegate = super.getDispatcherFactory();
return new DispatcherFactory() {
public RequestDispatcher getDispatcher(
AbstractResourceMethod method) {
return new FakeMethodDispatchProvider(delegate).create(method);
}