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

Uses of Class org.springframework.web.servlet.handler.metadata.PathMap (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


Uses of Class
org.springframework.web.servlet.handler.metadata.PathMap

Packages that use PathMap
org.springframework.web.servlet.handler.metadata This package enables automatic web controller targeting. 
 

Uses of PathMap in org.springframework.web.servlet.handler.metadata
 

Methods in org.springframework.web.servlet.handler.metadata that return PathMap
protected  PathMap[] CommonsPathMapHandlerMapping.getPathMapAttributes(Class handlerClass)
          Use Commons Attributes to find PathMap attributes for the given class.
protected abstract  PathMap[] AbstractPathMapHandlerMapping.getPathMapAttributes(Class handlerClass)
          Use Attributes API to find PathMap attributes for the given handler class.
 



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