|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.maru.liquid.kernel.modules.AbstractModule
abstract class AbstractModule
Moduleの共通処理部を実装
フィールドの概要 | |
---|---|
protected ModuleInterceptor |
_interceptor
|
コンストラクタの概要 | |
---|---|
AbstractModule()
|
メソッドの概要 | |
---|---|
protected void |
callPostProcess()
ModuleInterceptorのpostProcessを呼び出す |
protected void |
callPreProcess()
ModuleInterceptorのpreProcessを呼び出す |
Strategy |
getStrategy()
インジェクトされたストラテジを返す |
void |
init()
モジュールの初期化 |
void |
setInterceptor(ModuleInterceptor interceptor)
ModuleInterceptorをインジェクトする |
void |
setStrategy(Strategy strategy)
ストラテジをインジェクトする インジェクトしない場合もあり |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース jp.maru.liquid.kernel.modules.Module から継承されたメソッド |
---|
plug |
フィールドの詳細 |
---|
protected ModuleInterceptor _interceptor
コンストラクタの詳細 |
---|
AbstractModule()
メソッドの詳細 |
---|
public void init()
Module
の記述:
Module
内の init
public void setStrategy(Strategy strategy)
Module
の記述:
Module
内の setStrategy
strategy
- ストラテジpublic Strategy getStrategy()
Module
の記述:
Module
内の getStrategy
public void setInterceptor(ModuleInterceptor interceptor)
Module
の記述:
Module
内の setInterceptor
interceptor
- ModuleInterceptorprotected void callPreProcess()
protected void callPostProcess()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |