org.seasar.tuigwaa.plugin
クラス PluginServiceImpl

java.lang.Object
  拡張org.seasar.tuigwaa.plugin.PluginServiceImpl
すべての実装インタフェース:
PluginService

public class PluginServiceImpl
extends Object
implements PluginService


コンストラクタの概要
PluginServiceImpl(ControllerService controller, ModelService model, DAOService daoservice)
           
 
メソッドの概要
 Plugin getExtPlugin(String siteName, String pluginName)
           
 String getMessage(Class viewClass)
           
 void loadExtPlugins(String siteName)
           
 void loadPlugins()
           
 void sendMessageByAction(Class action, String message)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PluginServiceImpl

public PluginServiceImpl(ControllerService controller,
                         ModelService model,
                         DAOService daoservice)
メソッドの詳細

sendMessageByAction

public void sendMessageByAction(Class action,
                                String message)
定義:
インタフェース PluginService 内の sendMessageByAction

getMessage

public String getMessage(Class viewClass)
定義:
インタフェース PluginService 内の getMessage

getExtPlugin

public Plugin getExtPlugin(String siteName,
                           String pluginName)
定義:
インタフェース PluginService 内の getExtPlugin

loadPlugins

public void loadPlugins()
定義:
インタフェース PluginService 内の loadPlugins

loadExtPlugins

public void loadExtPlugins(String siteName)
定義:
インタフェース PluginService 内の loadExtPlugins


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