Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

InterceptorRef(s) annotation

Interceptor Interceptors can be specified at the method level, using the Action annotation or at the class level using the InterceptorRefs annotation. Interceptors specified at the class level will be applied to all actions defined on that class. In the following example:

...