インターフェース PrePostInvocationAttributeFactory
- すべてのスーパーインターフェース:
org.springframework.aop.framework.AopInfrastructureBean
- すべての既知の実装クラス:
ExpressionBasedAnnotationAttributeFactory
public interface PrePostInvocationAttributeFactory extends org.springframework.aop.framework.AopInfrastructureBean- 導入:
- 3.0
メソッドのサマリー
すべてのメソッド インスタンスメソッド 抽象メソッド 修飾子と型 メソッド 説明 PostInvocationAttributecreatePostInvocationAttribute(java.lang.String postFilterAttribute, java.lang.String postAuthorizeAttribute)PreInvocationAttributecreatePreInvocationAttribute(java.lang.String preFilterAttribute, java.lang.String filterObject, java.lang.String preAuthorizeAttribute)
メソッドの詳細
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)