198199200201202203204
/** * @param next The next handler * @return a handler that sets up a new predicate context */ public static HttpHandler predicateContext(HttpHandler next) { return new PredicateContextHandler(next); }
176177178179180181182
246247248249250251252
245246247248249250251
204205206207208209210