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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PostInvocationAttribute
createPostInvocationAttribute(java.lang.String postFilterAttribute, java.lang.String postAuthorizeAttribute)
PreInvocationAttribute
createPreInvocationAttribute(java.lang.String preFilterAttribute, java.lang.String filterObject, java.lang.String preAuthorizeAttribute)
-
-
-
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)
-
-