|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.web.servlet.handler.MappedInterceptor
public final class MappedInterceptor
Holds information about a HandlerInterceptor mapped to a path into the application.
Constructor Summary | |
---|---|
MappedInterceptor(String[] pathPatterns,
HandlerInterceptor interceptor)
Create a new mapped interceptor. |
|
MappedInterceptor(String[] pathPatterns,
WebRequestInterceptor interceptor)
Create a new mapped interceptor. |
Method Summary | |
---|---|
HandlerInterceptor |
getInterceptor()
The actual Interceptor reference. |
String[] |
getPathPatterns()
The path into the application the interceptor is mapped to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MappedInterceptor(String[] pathPatterns, HandlerInterceptor interceptor)
pathPatterns
- the path patternsinterceptor
- the interceptorpublic MappedInterceptor(String[] pathPatterns, WebRequestInterceptor interceptor)
pathPatterns
- the path patternsinterceptor
- the interceptorMethod Detail |
---|
public String[] getPathPatterns()
public HandlerInterceptor getInterceptor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |