|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.cubby.plugin.AbstractPlugin
org.seasar.cubby.plugins.s2.S2ContainerPlugin
public class S2ContainerPlugin
Cubby を S2Container に統合するためのプラグインです。
このプラグインが提供するプロバイダは以下の通りです。
コンストラクタの概要 | |
---|---|
S2ContainerPlugin()
インスタンス化します。 |
メソッドの概要 | ||
---|---|---|
|
getProvider(Class<S> service)
|
|
void |
initialize(ServletContext servletContext)
|
|
void |
ready()
S2BeanELResolver を JspApplicationContext に登録します。 |
クラス org.seasar.cubby.plugin.AbstractPlugin から継承されたメソッド |
---|
destroy, getSupportedServices, invokeAction, invokeActionResult, invokeRequestProcessing, invokeRouting, isSupport, support |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public S2ContainerPlugin()
メソッドの詳細 |
---|
public void initialize(ServletContext servletContext) throws Exception
Plugin
内の initialize
AbstractPlugin
内の initialize
Exception
public void ready()
S2BeanELResolver
を JspApplicationContext
に登録します。
Plugin
内の ready
AbstractPlugin
内の ready
public <S extends Provider> S getProvider(Class<S> service)
Plugin
内の getProvider
AbstractPlugin
内の getProvider
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |