| java.lang.Object | |
| ↳ | org.springframework.web.servlet.handler.MappedInterceptor |
Holds information about a HandlerInterceptor mapped to a path into the application.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new mapped interceptor.
| |||||||||||
Create a new mapped interceptor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The actual Interceptor reference.
| |||||||||||
The path into the application the interceptor is mapped to.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new mapped interceptor.
| pathPatterns | the path patterns |
|---|---|
| interceptor | the interceptor |
Create a new mapped interceptor.
| pathPatterns | the path patterns |
|---|---|
| interceptor | the interceptor |