org.springframework.web.servlet.handler
Class MappedInterceptors

java.lang.Object
  extended by org.springframework.web.servlet.handler.MappedInterceptors

 class MappedInterceptors
extends java.lang.Object


Field Summary
private  MappedInterceptor[] mappedInterceptors
           
 
Constructor Summary
MappedInterceptors(MappedInterceptor[] mappedInterceptors)
           
 
Method Summary
 java.util.Set<HandlerInterceptor> getInterceptors(java.lang.String lookupPath, PathMatcher pathMatcher)
           
private  boolean matches(MappedInterceptor interceptor, java.lang.String lookupPath, PathMatcher pathMatcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mappedInterceptors

private MappedInterceptor[] mappedInterceptors
Constructor Detail

MappedInterceptors

public MappedInterceptors(MappedInterceptor[] mappedInterceptors)
Method Detail

getInterceptors

public java.util.Set<HandlerInterceptor> getInterceptors(java.lang.String lookupPath,
                                                         PathMatcher pathMatcher)

matches

private boolean matches(MappedInterceptor interceptor,
                        java.lang.String lookupPath,
                        PathMatcher pathMatcher)