Searched refs:findBindingsByType (Results 1 – 9 of 9) sorted by relevance
105 expect(injector.findBindingsByType(eq(servetDefsKey.getTypeLiteral()))) in testIncludeManagedServlet()175 expect(injector.findBindingsByType(eq(servetDefsKey.getTypeLiteral()))) in testForwardToManagedServlet()247 expect(injector.findBindingsByType(eq(servetDefsKey.getTypeLiteral()))) in forwardToManagedServletFailureOnCommittedBuffer()
264 public <T> List<Binding<T>> findBindingsByType(TypeLiteral<T> type) { in findBindingsByType() method in InternalInjectorCreator.ToolStageInjector265 return this.delegateInjector.findBindingsByType(type); in findBindingsByType()
147 public <T> List<Binding<T>> findBindingsByType(TypeLiteral<T> type) { in findBindingsByType() method in InjectorImpl
162 <T> List<Binding<T>> findBindingsByType(TypeLiteral<T> type); in findBindingsByType() method
80 for (Binding<FilterDefinition> entry : injector.findBindingsByType(FILTER_DEFS)) { in collectFilterDefinitions()
70 for (Binding<ServletDefinition> entry : injector.findBindingsByType(SERVLET_DEFS)) { in collectServletDefinitions()
328 for (Binding<?> entry : injector.findBindingsByType(elementType)) { in initialize()
990 List<Binding<String>> bindings = injector.findBindingsByType(stringType); in testTwoMapBindersAreDistinct()
1115 List<Binding<String>> bindings = FluentIterable.from(injector.findBindingsByType(stringType)) in testSetAndMapValueAreDistinctInSpi()