public interface PrePostInvocationAttributeFactory extends AopInfrastructureBean
Modifier and Type | Method and Description |
---|---|
PostInvocationAttribute |
createPostInvocationAttribute(String postFilterAttribute,
String postAuthorizeAttribute) |
PreInvocationAttribute |
createPreInvocationAttribute(String preFilterAttribute,
String filterObject,
String preAuthorizeAttribute) |
PreInvocationAttribute createPreInvocationAttribute(String preFilterAttribute, String filterObject, String preAuthorizeAttribute)
PostInvocationAttribute createPostInvocationAttribute(String postFilterAttribute, String postAuthorizeAttribute)