org.seasar.tuigwaa.logic.interceptor
クラス DataSaveInterceptorImpl

java.lang.Object
  拡張org.seasar.tuigwaa.logic.interceptor.DataSaveInterceptorImpl
すべての実装インタフェース:
org.aopalliance.aop.Advice, DataSaveInterceptor, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class DataSaveInterceptorImpl
extends Object
implements DataSaveInterceptor, org.aopalliance.intercept.MethodInterceptor


コンストラクタの概要
DataSaveInterceptorImpl()
           
 
メソッドの概要
 void deregisterAfterAction(String siteName, String entityName)
           
 void deregisterAfterCustomFormAction(String siteName, String customFormName)
           
 void deregisterBeforeAction(String siteName, String entityName)
           
 void deregisterBeforeCustomFormAction(String siteName, String customFormName)
           
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 void registerAfterAction(String siteName, String entityName, TgwFunction logic)
           
 void registerAfterCustomFormAction(String siteName, String customFormName, TgwFunction function)
           
 void registerBeforeAction(String siteName, String entityName, TgwFunction logic)
           
 void registerBeforeCustomFormAction(String siteName, String customFormName, TgwFunction function)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DataSaveInterceptorImpl

public DataSaveInterceptorImpl()
メソッドの詳細

registerBeforeAction

public void registerBeforeAction(String siteName,
                                 String entityName,
                                 TgwFunction logic)
定義:
インタフェース DataSaveInterceptor 内の registerBeforeAction

registerAfterAction

public void registerAfterAction(String siteName,
                                String entityName,
                                TgwFunction logic)
定義:
インタフェース DataSaveInterceptor 内の registerAfterAction

deregisterBeforeAction

public void deregisterBeforeAction(String siteName,
                                   String entityName)
定義:
インタフェース DataSaveInterceptor 内の deregisterBeforeAction

deregisterAfterAction

public void deregisterAfterAction(String siteName,
                                  String entityName)
定義:
インタフェース DataSaveInterceptor 内の deregisterAfterAction

registerBeforeCustomFormAction

public void registerBeforeCustomFormAction(String siteName,
                                           String customFormName,
                                           TgwFunction function)
定義:
インタフェース DataSaveInterceptor 内の registerBeforeCustomFormAction

registerAfterCustomFormAction

public void registerAfterCustomFormAction(String siteName,
                                          String customFormName,
                                          TgwFunction function)
定義:
インタフェース DataSaveInterceptor 内の registerAfterCustomFormAction

deregisterBeforeCustomFormAction

public void deregisterBeforeCustomFormAction(String siteName,
                                             String customFormName)
定義:
インタフェース DataSaveInterceptor 内の deregisterBeforeCustomFormAction

deregisterAfterCustomFormAction

public void deregisterAfterCustomFormAction(String siteName,
                                            String customFormName)
定義:
インタフェース DataSaveInterceptor 内の deregisterAfterCustomFormAction

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws Throwable
定義:
インタフェース org.aopalliance.intercept.MethodInterceptor 内の invoke
例外:
Throwable


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.