Searched refs:pathInfoWithServletStyleMatching (Results 1 – 1 of 1) sorted by relevance
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
D | ServletDefinitionPathsTest.java | 113 pathInfoWithServletStyleMatching("/path/index.html", "/path", "/*", "/index.html", ""); in testPathInfoWithServletStyleMatching() 114 pathInfoWithServletStyleMatching( in testPathInfoWithServletStyleMatching() 116 pathInfoWithServletStyleMatching("/path/", "/path", "/*", "/", ""); in testPathInfoWithServletStyleMatching() 117 pathInfoWithServletStyleMatching("/path////////", "/path", "/*", "/", ""); in testPathInfoWithServletStyleMatching() 120 pathInfoWithServletStyleMatching("/path/thing////////", "/path", "/thing/*", "/", "/thing"); in testPathInfoWithServletStyleMatching() 121 pathInfoWithServletStyleMatching("/path/thing/stuff", "/path", "/thing/*", "/stuff", "/thing"); in testPathInfoWithServletStyleMatching() 122 pathInfoWithServletStyleMatching( in testPathInfoWithServletStyleMatching() 124 pathInfoWithServletStyleMatching("/path/thing", "/path", "/thing/*", null, "/thing"); in testPathInfoWithServletStyleMatching() 127 pathInfoWithServletStyleMatching( in testPathInfoWithServletStyleMatching() 131 pathInfoWithServletStyleMatching("/path/thing.thing", "/path", "*.thing", null, "/thing.thing"); in testPathInfoWithServletStyleMatching() [all …]
|