HomeSort by relevance Sort by last modified time
    Searched refs:doScope (Results 1 - 4 of 4) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ScopedHandler.java 36 * the {@link #doScope(String, Request, HttpServletRequest, HttpServletResponse)} method is
44 * A.doScope(...)
45 * B.doScope(...)
46 * C.doScope(...)
55 * A.doScope(...)
56 * B.doScope(...)
57 * C.doScope(...)
68 * public void doScope(String target, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
73 * super.doScope(target,request,response);
135 doScope(target,baseRequest,request, response)
    [all...]
ContextHandler.java     [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/session/
SessionHandler.java 144 public void doScope(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
193 _nextScope.doScope(target,baseRequest,request,response);
  /external/jetty/src/java/org/eclipse/jetty/servlet/
ServletHandler.java 372 public void doScope(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
427 _nextScope.doScope(target,baseRequest,request, response);
    [all...]

Completed in 84 milliseconds