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 Summary
Modifier and TypeMethodDescriptioncreatePostInvocationAttribute
(String postFilterAttribute, String postAuthorizeAttribute) createPreInvocationAttribute
(String preFilterAttribute, String filterObject, String preAuthorizeAttribute)
-
Method Details
-
createPreInvocationAttribute
PreInvocationAttribute createPreInvocationAttribute(String preFilterAttribute, String filterObject, String preAuthorizeAttribute) -
createPostInvocationAttribute
PostInvocationAttribute createPostInvocationAttribute(String postFilterAttribute, String postAuthorizeAttribute)
-