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

  /external/jetty/src/java/org/eclipse/jetty/server/
Dispatcher.java 176 attr._contextPath=_contextHandler.getContextPath();
258 attr._contextPath=(String)old_attr.getAttribute(FORWARD_CONTEXT_PATH);
266 attr._contextPath=old_context_path;
333 String _contextPath;
355 return _contextPath;
409 _contextPath=(String)value;
450 String _contextPath;
469 if (key.equals(INCLUDE_CONTEXT_PATH)) return _contextPath;
518 else if (key.equals(INCLUDE_CONTEXT_PATH)) _contextPath=(String)value;
Request.java 192 private String _contextPath;
552 return _contextPath;
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ContextHandler.java 131 private String _contextPath = "/";
488 * @return Returns the _contextPath.
492 return _contextPath;
692 if (_contextPath == null)
909 if (_contextPath.length() > 1)
912 if (!target.startsWith(_contextPath))
914 if (target.length() > _contextPath.length() && target.charAt(_contextPath.length()) != '/')
918 if (!_allowNullPathInfo && _contextPath.length() == target.length())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 90 milliseconds