Searched refs:setContextPath (Results 1 – 9 of 9) sorted by relevance
271 baseRequest.setContextPath(_contextHandler.getContextPath()); in forward()286 baseRequest.setContextPath(old_context_path); in forward()
1762 public void setContextPath(String contextPath) in setContextPath() method in Request
198 setContextPath(contextPath); in ContextHandler()208 setContextPath(contextPath); in ContextHandler()1006 baseRequest.setContextPath(""); in doScope()1008 baseRequest.setContextPath(_contextPath); in doScope()1040 baseRequest.setContextPath(old_context_path); in doScope()1282 public void setContextPath(String contextPath) in setContextPath() method in ContextHandler
285 context.setContextPath(contextPath); in addContext()
210 setContextPath(contextPath); in WebAppContext()
145 setContextPath(contextPath); in ServletContextHandler()
META-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
3294 + ensure setContextPath() works when invoked from jetty-web.xml3369 + ensure setContextPath() works when invoked from jetty-web.xml3587 + ContextHandler.setContextPath can be called after start.