- java.lang.Object
-
- br.com.caelum.vraptor.interceptor.TopologicalSortedInterceptorRegistry
-
- All Implemented Interfaces:
- InterceptorRegistry
@ApplicationScoped
public class TopologicalSortedInterceptorRegistry
extends java.lang.Object
implements InterceptorRegistry
An interceptor registry that sorts interceptors based on their before and after conditions
- Since:
- 3.3.0
- Author:
- Lucas Cavalcanti, David Paniz
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
java.util.List<java.lang.Class<? extends Interceptor>> |
all() |
void |
register(java.lang.Class<? extends Interceptor>... interceptors) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2013 Caelum. All Rights Reserved.