Annotation Type RedirectPrecedence


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    public @interface RedirectPrecedence
    Should be placed on a PreProcessInterceptor. This annotation specifies ordering of interceptors. Will run after SecurityPrecedence. These types of interceptors may redirect the request.
    Version:
    $Revision: 1 $
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String PRECEDENCE_STRING  
    • Field Detail

      • PRECEDENCE_STRING

        static final java.lang.String PRECEDENCE_STRING