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) 2003-2004 The Spring Framework Project.