Home
last modified time | relevance | path

Searched refs:getContextRelativePath (Results 1 – 4 of 4) sorted by relevance

/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletUtilsTest.java24 String path = ServletUtils.getContextRelativePath(servletRequest); in testGetContextRelativePath()
34 String path = ServletUtils.getContextRelativePath(servletRequest); in testGetContextRelativePathWithWrongPath()
44 String path = ServletUtils.getContextRelativePath(servletRequest); in testGetContextRelativePathWithRootPath()
54 String path = ServletUtils.getContextRelativePath(servletRequest); in testGetContextRelativePathWithEmptyPath()
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DServletUtils.java37 public static String getContextRelativePath( in getContextRelativePath() method in ServletUtils
DFilterDefinition.java155 final String path = ServletUtils.getContextRelativePath(request); in getFilterIfMatching()
DServletDefinition.java176 final String path = ServletUtils.getContextRelativePath(request); in service()