Interface PrePostInvocationAttributeFactory

  • All Superinterfaces:
    org.springframework.aop.framework.AopInfrastructureBean
    All Known Implementing Classes:
    ExpressionBasedAnnotationAttributeFactory

    public interface PrePostInvocationAttributeFactory
    extends org.springframework.aop.framework.AopInfrastructureBean
    Since:
    3.0
    • Method Detail

      • createPreInvocationAttribute

        PreInvocationAttribute createPreInvocationAttribute​(java.lang.String preFilterAttribute,
                                                            java.lang.String filterObject,
                                                            java.lang.String preAuthorizeAttribute)
      • createPostInvocationAttribute

        PostInvocationAttribute createPostInvocationAttribute​(java.lang.String postFilterAttribute,
                                                              java.lang.String postAuthorizeAttribute)