站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Class org.springframework.web.util.UrlPathHelper (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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. 
org.springframework.web.servlet.support Support classes for Spring's web MVC framework. 
 

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.
 void AbstractUrlViewController.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.
 



Copyright (c) 2002-2007 The Spring Framework Project.