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

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

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

Subclasses of AbstractPathMapHandlerMapping in org.springframework.web.servlet.handler.metadata
 class CommonsPathMapHandlerMapping
          Subclass of AbstractPathMapHandlerMapping that recognizes Commons Attributes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext.
 



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