Uses of Class
org.springframework.web.util.UrlPathHelper

Packages that use UrlPathHelper
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.mvc Standard controller implementations for the MVC framework that comes with Spring.  
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level.  
 

Uses of UrlPathHelper in org.springframework.web.servlet.handler
 

Methods in org.springframework.web.servlet.handler with parameters of type UrlPathHelper
 void AbstractUrlHandlerMapping.setUrlPathHelper(UrlPathHelper urlPathHelper)
          Set the UrlPathHelper to use for resolution of lookup paths.
 

Uses of UrlPathHelper in org.springframework.web.servlet.mvc
 

Methods in org.springframework.web.servlet.mvc with parameters of type UrlPathHelper
 void WebContentInterceptor.setUrlPathHelper(UrlPathHelper urlPathHelper)
          Set the UrlPathHelper to use for resolution of lookup paths.
 

Uses of UrlPathHelper in org.springframework.web.servlet.mvc.multiaction
 

Methods in org.springframework.web.servlet.mvc.multiaction with parameters of type UrlPathHelper
 void AbstractUrlMethodNameResolver.setUrlPathHelper(UrlPathHelper urlPathHelper)
          Set the UrlPathHelper to use for resolution of lookup paths.
 



Copyright (C) 2003-2004 The Spring Framework Project.