Home
last modified time | relevance | path

Searched refs:ServletUtils (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.java26 final class ServletUtils { class
27 private ServletUtils() { in ServletUtils() method in ServletUtils
DFilterDefinition.java155 final String path = ServletUtils.getContextRelativePath(request); in getFilterIfMatching()
DServletDefinition.java176 final String path = ServletUtils.getContextRelativePath(request); in service()