The Spring Framework

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 servlet MVC framework that comes with Spring. 
org.springframework.web.servlet.mvc.annotation Support package for annotation-based Servlet MVC controllers. 
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level. 
org.springframework.web.servlet.support Support classes for Spring's web MVC framework. 
org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations. 
 

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 that return UrlPathHelper
protected  UrlPathHelper AbstractUrlViewController.getUrlPathHelper()
          Return the UrlPathHelper to use for the resolution of lookup paths.
 

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.
 void AbstractUrlViewController.setUrlPathHelper(UrlPathHelper urlPathHelper)
          Set the UrlPathHelper to use for the resolution of lookup paths.
 

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

Methods in org.springframework.web.servlet.mvc.annotation with parameters of type UrlPathHelper
 void AnnotationMethodHandlerAdapter.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.
 

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

Methods in org.springframework.web.servlet.support that return UrlPathHelper
 UrlPathHelper RequestContext.getUrlPathHelper()
          Return the UrlPathHelper used for context path and request URI decoding.
 

Methods in org.springframework.web.servlet.support with parameters of type UrlPathHelper
 void RequestContext.setUrlPathHelper(UrlPathHelper urlPathHelper)
          Set the UrlPathHelper to use for context path and request URI decoding.
 

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

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


The Spring Framework

Copyright © 2002-2008 The Spring Framework.