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

  /external/jetty/src/java/org/eclipse/jetty/servlet/
JspPropertyGroupServlet.java 107 String pathInfo=null;
111 pathInfo=(String)request.getAttribute(Dispatcher.INCLUDE_PATH_INFO);
115 pathInfo=request.getPathInfo();
121 pathInfo = request.getPathInfo();
124 String pathInContext=URIUtil.addPaths(servletPath,pathInfo);
Invoker.java 49 * in the web.xml or by other means. The first element of the pathInfo
256 String pathInfo)
261 _pathInfo=pathInfo.substring(name.length()+1);
DefaultServlet.java 410 String pathInfo=null;
416 pathInfo=(String)request.getAttribute(Dispatcher.INCLUDE_PATH_INFO);
420 pathInfo=request.getPathInfo();
427 pathInfo = request.getPathInfo();
435 String pathInContext=URIUtil.addPaths(servletPath,pathInfo);
436 boolean endsWithSlash=(pathInfo==null?request.getServletPath():pathInfo).endsWith(URIUtil.SLASH);
    [all...]
ServletHandler.java 394 String path_info=PathMap.pathInfo(servlet_path_spec,target);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ResourceHandler.java 321 String pathInfo;
326 pathInfo = (String)request.getAttribute(Dispatcher.INCLUDE_PATH_INFO);
328 if (servletPath == null && pathInfo == null)
331 pathInfo = request.getPathInfo();
337 pathInfo = request.getPathInfo();
340 String pathInContext=URIUtil.addPaths(servletPath,pathInfo);
ContextHandler.java     [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlets/
CGI.java 172 LOG.debug("CGI: PathInfo : " + req.getPathInfo());
178 // pathInContext may actually comprises scriptName/pathInfo...We will
180 // be the pathInfo;
206 LOG.debug("CGI: pathInfo is " + last);
216 private void exec(File command, String pathInfo, HttpServletRequest req, HttpServletResponse res) throws IOException
220 String scriptName = req.getRequestURI().substring(0,req.getRequestURI().length() - pathInfo.length());
258 if ((pathInfo != null) && (pathInfo.length() > 0))
260 env.set("PATH_INFO", pathInfo);
PutFilter.java 126 String pathInfo = request.getPathInfo();
127 String pathInContext = URIUtil.addPaths(servletPath, pathInfo);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveryUpdater.java 57 public NdkDiscoveryUpdater(NdkDiscoveredPathInfo pathInfo) {
58 mPathInfo = pathInfo;
59 mProject = pathInfo.getProject();
  /external/jetty/src/java/org/eclipse/jetty/http/
PathMap.java 481 public static String pathInfo(String pathSpec, String path)
521 String info=pathInfo(pathSpec,path);
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 378 QFileInfo pathInfo(filename);
380 setupDirectoryWidget(pathInfo.path());
  /external/jetty/src/java/org/eclipse/jetty/server/
Request.java 114 * and the pathInfo matched against the servlet URL patterns and {@link Request#setServletPath(String)} called as a result.</li>
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/jetty/lib/
jetty-util-6.1.26.jar 

Completed in 228 milliseconds