Class InterceptorExecutionPolicy


  • public class InterceptorExecutionPolicy
    extends java.lang.Object
    Policy that allows to disable certain interceptors. You can disable them per bean basis (no matter what kind of interceptor subclass they are) or choose to disable all validate interceptors (disabling all interceptors of different type than validate is not supported)
    • Field Detail

      • DISABLED_INTERCEPTOR_BEANS

        public static final java.lang.String DISABLED_INTERCEPTOR_BEANS
        See Also:
        Constant Field Values
      • DISABLED_INTERCEPTOR_TYPES

        public static final java.lang.String DISABLED_INTERCEPTOR_TYPES
        See Also:
        Constant Field Values
      • DISABLED_UNIQUE_ATTRIBUTE_VALIDATOR_FOR_ITEM_TYPES

        public static final java.lang.String DISABLED_UNIQUE_ATTRIBUTE_VALIDATOR_FOR_ITEM_TYPES
        See Also:
        Constant Field Values
    • Constructor Detail

      • InterceptorExecutionPolicy

        public InterceptorExecutionPolicy()