org.salespointframework.web.spring.annotations
Annotation Type Interceptors
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Interceptors
Use this Annotation at Spring Controllers to attach Interceptors to it.
Each Action will be intercepted by the given Interceptors. This will
only work when using the SalespointAnnotationHandlerMapping
.
- Author:
- Lars Kreisz, Uwe Schmidt
Required Element Summary |
java.lang.Class<? extends org.springframework.web.servlet.HandlerInterceptor>[] |
value
HandlerInterceptor |
value
public abstract java.lang.Class<? extends org.springframework.web.servlet.HandlerInterceptor>[] value
- HandlerInterceptor