Package play.mvc
Annotation Interface Finally
Mark this method as @Finally interceptor
-
Optional Element Summary
Optional Elements
-
Element Details
-
unless
String[] unlessDoes not intercept these actions- Returns:
- List of actions not to intercept
- Default:
- {}
-
only
String[] onlyOnly intercept these actions- Returns:
- List of actions to intercept
- Default:
- {}
-
priority
int priorityInterceptor priority (0 is high priority)- Returns:
- The Interceptor priority
- Default:
- 0
-