|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 abstract PathMap[] |
AbstractPathMapHandlerMapping.getPathMapAttributes(Class handlerClass)
Use Attributes API to find PathMap attributes for the given handler class. |
protected PathMap[] |
CommonsPathMapHandlerMapping.getPathMapAttributes(Class handlerClass)
Use Commons Attributes to find PathMap attributes for the given class. |
Methods in org.springframework.web.servlet.handler.metadata with parameters of type PathMap | |
---|---|
protected void |
AbstractPathMapHandlerMapping.registerHandler(PathMap[] pathMaps,
Object handler)
Register the given handler for the URL paths indicated by the given PathMaps. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |