Class AbstractHandlerMapping

All Implemented Interfaces:
Aware, BeanNameAware, ApplicationContextAware, Ordered, servletContextAware, HandlerMapping
Direct Known subclasses:
AbstractHandlerMethodMapping, AbstractUrlHandlerMapping, RouterFunctionMapping

public abstract class AbstractHandlerMapping extends WebApplicationObjectsupport implements HandlerMapping, Ordered, BeanNameAware
Abstract base class for HandlerMapping implementations. supports ordering, a default handler, and handler interceptors, including handler interceptors mapped by path patterns.

Note: This base class does not support exposure of the HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE. support for this attribute is up to concrete subclasses, typically based on request URL mappings.

since:
07.04.2003
Author:
Juergen Hoeller, Rossen stoyanchev, sam Brannen
see Also: