Home
last modified time | relevance | path

Searched refs:_contextPath (Results 1 – 5 of 5) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/
DDispatcher.java176 attr._contextPath=_contextHandler.getContextPath(); in include()
258 attr._contextPath=(String)old_attr.getAttribute(FORWARD_CONTEXT_PATH); in forward()
266 attr._contextPath=old_context_path; in forward()
333 String _contextPath; field in Dispatcher.ForwardAttributes
355 return _contextPath; in getAttribute()
409 _contextPath=(String)value; in setAttribute()
450 String _contextPath; field in Dispatcher.IncludeAttributes
469 if (key.equals(INCLUDE_CONTEXT_PATH)) return _contextPath; in getAttribute()
518 else if (key.equals(INCLUDE_CONTEXT_PATH)) _contextPath=(String)value; in setAttribute()
DRequest.java192 private String _contextPath; field in Request
552 return _contextPath; in getContextPath()
1495 _contextPath = null; in recycle()
1764 _contextPath = contextPath; in setContextPath()
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DContextHandler.java131 private String _contextPath = "/"; field in ContextHandler
492 return _contextPath; in getContextPath()
692 if (_contextPath == null) in doStart()
909 if (_contextPath.length() > 1) in checkContext()
912 if (!target.startsWith(_contextPath)) in checkContext()
914 … if (target.length() > _contextPath.length() && target.charAt(_contextPath.length()) != '/') in checkContext()
918 if (!_allowNullPathInfo && _contextPath.length() == target.length()) in checkContext()
967 if (target.length() > _contextPath.length()) in doScope()
969 if (_contextPath.length() > 1) in doScope()
970 target = target.substring(_contextPath.length()); in doScope()
[all …]
/external/guice/extensions/struts2/lib/
Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...