org.seasar.tuigwaa.logic.interceptor
クラス DataServiceMethodRegisterImpl
java.lang.Object
org.seasar.tuigwaa.logic.interceptor.DataServiceMethodRegisterImpl
- すべての実装インタフェース:
- DataServiceMethodRegister, MethodRegister
- public class DataServiceMethodRegisterImpl
- extends Object
- implements MethodRegister, DataServiceMethodRegister
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataServiceMethodRegisterImpl
public DataServiceMethodRegisterImpl()
registDelegateObject
public void registDelegateObject(String siteName,
String entityName,
DataService dataService)
- 定義:
- インタフェース
DataServiceMethodRegister
内の registDelegateObject
getBeforeMethodInvokers
public MethodInvoker[] getBeforeMethodInvokers(org.aopalliance.intercept.MethodInvocation invocation)
- 定義:
- インタフェース
MethodRegister
内の getBeforeMethodInvokers
getDelegateMethodInvoker
public MethodInvoker getDelegateMethodInvoker(org.aopalliance.intercept.MethodInvocation invocation)
- 定義:
- インタフェース
MethodRegister
内の getDelegateMethodInvoker
getAfterMethodInvokers
public MethodInvoker[] getAfterMethodInvokers(org.aopalliance.intercept.MethodInvocation invocation)
- 定義:
- インタフェース
MethodRegister
内の getAfterMethodInvokers
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.