public interface PrePostInvocationAttributeFactory
extends org.springframework.aop.framework.AopInfrastructureBean
Modifier and Type | Method and 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) |
PreInvocationAttribute createPreInvocationAttribute(java.lang.String preFilterAttribute, java.lang.String filterObject, java.lang.String preAuthorizeAttribute)
PostInvocationAttribute createPostInvocationAttribute(java.lang.String postFilterAttribute, java.lang.String postAuthorizeAttribute)