org.seasar.tuigwaa.logic.interceptor
インタフェース DataSaveInterceptor
- 既知の実装クラスの一覧:
- DataSaveInterceptorImpl
- public interface DataSaveInterceptor
メソッドの概要 |
void |
deregisterAfterAction(String siteName,
String entityName)
|
void |
deregisterAfterCustomFormAction(String siteName,
String entityName)
|
void |
deregisterBeforeAction(String siteName,
String entityName)
|
void |
deregisterBeforeCustomFormAction(String siteName,
String entityName)
|
void |
registerAfterAction(String siteName,
String entityName,
TgwFunction function)
|
void |
registerAfterCustomFormAction(String siteName,
String entityName,
TgwFunction function)
|
void |
registerBeforeAction(String siteName,
String entityName,
TgwFunction function)
|
void |
registerBeforeCustomFormAction(String siteName,
String entityName,
TgwFunction function)
|
registerBeforeAction
public void registerBeforeAction(String siteName,
String entityName,
TgwFunction function)
registerBeforeCustomFormAction
public void registerBeforeCustomFormAction(String siteName,
String entityName,
TgwFunction function)
registerAfterCustomFormAction
public void registerAfterCustomFormAction(String siteName,
String entityName,
TgwFunction function)
registerAfterAction
public void registerAfterAction(String siteName,
String entityName,
TgwFunction function)
deregisterBeforeAction
public void deregisterBeforeAction(String siteName,
String entityName)
deregisterBeforeCustomFormAction
public void deregisterBeforeCustomFormAction(String siteName,
String entityName)
deregisterAfterCustomFormAction
public void deregisterAfterCustomFormAction(String siteName,
String entityName)
deregisterAfterAction
public void deregisterAfterAction(String siteName,
String entityName)
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.