Searched refs:webFilter (Results 1 – 2 of 2) sorted by relevance
105 GuiceFilter webFilter = injector1.getInstance(GuiceFilter.class); in testDispatchThruInjectedGuiceFilter() local107 webFilter.init(filterConfig); in testDispatchThruInjectedGuiceFilter()108 webFilter.doFilter(request, null, proceedingFilterChain); in testDispatchThruInjectedGuiceFilter()109 webFilter.destroy(); in testDispatchThruInjectedGuiceFilter()144 webFilter = injector2.getInstance(GuiceFilter.class); in testDispatchThruInjectedGuiceFilter()146 webFilter.init(filterConfig); in testDispatchThruInjectedGuiceFilter()147 webFilter.doFilter(request, null, proceedingFilterChain2); in testDispatchThruInjectedGuiceFilter()148 webFilter.destroy(); in testDispatchThruInjectedGuiceFilter()
89 final GuiceFilter webFilter = new GuiceFilter(); in testDispatchThruGuiceFilter() local91 webFilter.init(filterConfig); in testDispatchThruGuiceFilter()92 webFilter.doFilter(request, null, proceedingFilterChain); in testDispatchThruGuiceFilter()93 webFilter.destroy(); in testDispatchThruGuiceFilter()