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)
          Deprecated. Use Commons Attributes to find PathMap attributes for the given class.
protected abstract  PathMap[] AbstractPathMapHandlerMapping.getPathMapAttributes(Class handlerClass)
          Deprecated. Use Attributes API to find PathMap attributes for the given handler class.
 

Methods in org.springframework.web.servlet.handler.metadata with parameters of type PathMap
protected  void AbstractPathMapHandlerMapping.registerHandler(PathMap[] pathMaps, Object handler)
          Deprecated. Register the given handler for the URL paths indicated by the given PathMaps.
 



Copyright © 2002-2008 The Spring Framework.