Home
last modified time | relevance | path

Searched refs:configureServlets (Results 1 – 19 of 19) sorted by relevance

/external/guice/extensions/servlet/test/com/google/inject/servlet/
DInvalidScopeBindingTest.java33 protected void configureServlets() { in testServletInNonSingletonScopeThrowsServletException()
53 protected void configureServlets() { in testFilterInNonSingletonScopeThrowsServletException()
73 protected void configureServlets() { in testHappyCaseFilter()
DFilterDispatchIntegrationTest.java78 protected void configureServlets() { in testDispatchRequestToManagedPipeline()
137 protected void configureServlets() { in testDispatchThatNoFiltersFire()
181 protected void configureServlets() { in testDispatchFilterPipelineWithRegexMatching()
266 protected void configureServlets() { in testFilterOrder()
270 protected void configureServlets() { in testFilterOrder()
312 protected void configureServlets() { in testFilterExceptionPrunesStack()
338 protected void configureServlets() { in testServletExceptionPrunesStack()
DServletDispatchIntegrationTest.java69 protected void configureServlets() { in testDispatchRequestToManagedPipelineServlets()
113 protected void configureServlets() { in testDispatchRequestToManagedPipelineWithFilter()
237 protected void configureServlets() { in testForwardUsingRequestDispatcher()
273 protected void configureServlets() { in testQueryInRequestUri_regex()
311 protected void configureServlets() { in testQueryInRequestUri()
DVarargsFilterDispatchIntegrationTest.java51 protected void configureServlets() { in testDispatchRequestToManagedPipeline()
91 protected void configureServlets() { in testDispatchThatNoFiltersFire()
132 protected void configureServlets() { in testDispatchFilterPipelineWithRegexMatching()
DVarargsServletDispatchIntegrationTest.java67 protected void configureServlets() { in testDispatchRequestToManagedPipelineServlets()
107 protected void configureServlets() { in testVarargsSkipDispatchRequestToManagedPipelineServlets()
147 protected void configureServlets() { in testDispatchRequestToManagedPipelineWithFilter()
DScopeRequestIntegrationTest.java61 @Override protected void configureServlets() { in testNonHttpRequestScopedCallable()
94 @Override protected void configureServlets() { in testWrongValueClasses()
112 @Override protected void configureServlets() { in testNullReplacement()
DMultipleServletInjectorsTest.java67 protected void configureServlets() { in testTwoInjectors()
87 protected void configureServlets() { in testTwoInjectors()
DMultiModuleDispatchIntegrationTest.java51 protected void configureServlets() { in testDispatchRequestToManagedPipeline()
61 protected void configureServlets() { in testDispatchRequestToManagedPipeline()
DEdslTest.java45 @Override protected void configureServlets() { in testExplicitBindingsWorksWithGuiceServlet()
60 protected void configureServlets() { in testConfigureServlets()
DInjectedFilterPipelineTest.java45 protected void configureServlets() { in setUp()
61 protected void configureServlets() { in setUp()
DContinuingRequestIntegrationTest.java113 @Override protected void configureServlets() { in testRequestContinuesInOtherThread()
154 @Override protected void configureServlets() { in testRequestContinuationDiesInHttpRequestThread()
DServletModuleTest.java70 protected void configureServlets() { in configureServlets() method in ServletModuleTest.Module
DServletTest.java166 @Override protected void configureServlets() { in testRequestAndResponseBindings_wrappingFilter()
225 @Override protected void configureServlets() { in testRequestAndResponseBindings_matchesPassedParameters()
413 @Override protected void configureServlets() { in testGuiceFilterConstructors()
DFilterPipelineTest.java43 protected void configureServlets() { in setUp()
DContextPathTest.java65 protected void configureServlets() { in setUp()
DExtensionSpiTest.java144 protected void configureServlets() { in configureServlets() method in ExtensionSpiTest.Module
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DServletModule.java55 configureServlets(); in configure()
229 protected void configureServlets() { in configureServlets() method in ServletModule
/external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
DExampleListener.java40 protected void configureServlets() { in getInjector()
/external/guice/extensions/struts2/test/com/google/inject/struts2/
DStruts2FactoryTest.java56 protected void configureServlets() { in getInjector()