Searched defs:getContextPath (Results 1 - 8 of 8) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/
H A DUserIdentity.java71 String getContextPath(); method in interface:UserIdentity.Scope
H A DServletRequestHttpWrapper.java96 public String getContextPath() method in class:ServletRequestHttpWrapper
H A DRequest.java107 * <li>The {@link Request#getContextPath()} method will return null, until the request has been passed to a {@link ContextHandler} which matches the
548 * @see javax.servlet.http.HttpServletRequest#getContextPath()
550 public String getContextPath() method in class:Request
1272 HttpCookie cookie = _sessionManager.getSessionCookie(_session,getContextPath(),isSecure());
1760 * @see HttpServletRequest#getContextPath()
/external/jetty/src/java/org/eclipse/jetty/servlet/
H A DServletHolder.java610 * @see org.eclipse.jetty.server.UserIdentity.Scope#getContextPath()
612 public String getContextPath() method in class:ServletHolder
614 return _config.getServletContext().getContextPath();
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DContextHandler.java490 public String getContextPath() method in class:ContextHandler
695 _logger = Log.getLogger(getDisplayName() == null?getContextPath():getDisplayName());
942 LOG.debug("scope {}|{}|{} @ {}",baseRequest.getContextPath(),baseRequest.getServletPath(),baseRequest.getPathInfo(),this);
996 old_context_path = baseRequest.getContextPath();
1014 LOG.debug("context={}|{}|{} @ {}",baseRequest.getContextPath(),baseRequest.getServletPath(), baseRequest.getPathInfo(),this);
1510 b.append('{').append(getContextPath()).append(',').append(getBaseResource());
1750 String context_path = ch.getContextPath();
1799 String context_path = ch.getContextPath();
1892 String uri = URIUtil.addPaths(getContextPath(),uriInContext);
2181 name = ContextHandler.this.getContextPath();
2187 public String getContextPath() method in class:ContextHandler.Context
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djavax.servlet-3.0.0.v201112011016.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 344 milliseconds