Home
last modified time | relevance | path

Searched refs:ImplicitSubPathController (Results 1 – 2 of 2) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/mvc/annotation/
H A DUriTemplateServletAnnotationControllerTests.java178 initServlet(ImplicitSubPathController.class); in implicitSubPath()
290 … wac.registerBeanDefinition("controller", new RootBeanDefinition(ImplicitSubPathController.class)); in noDefaultSuffixPattern()
550 public static class ImplicitSubPathController { class in UriTemplateServletAnnotationControllerTests
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/mvc/method/annotation/
H A DUriTemplateServletAnnotationControllerHandlerMethodTests.java198 initServletWithControllers(ImplicitSubPathController.class); in implicitSubPath()
491 public static class ImplicitSubPathController { class in UriTemplateServletAnnotationControllerHandlerMethodTests