EntryPointIF を使用しているパッケージ | |
---|---|
jp.oarts.pirka.core.app | |
jp.oarts.pirka.core.kernel |
jp.oarts.pirka.core.app での EntryPointIF の使用 |
---|
EntryPointIF を実装している jp.oarts.pirka.core.app のクラス | |
---|---|
class |
EntryPoint
Servletエントリーポイント |
class |
OfflineEntryPoint
オフライン(WEBサーバーを使用せずにJUnit等)でpirkaの画面をテスト及び表示するときに使用する エントリーポイントです。 |
class |
StartApp
デフォルトのエントリーポイント |
jp.oarts.pirka.core.kernel での EntryPointIF の使用 |
---|
EntryPointIF を返す jp.oarts.pirka.core.kernel のメソッド | |
---|---|
static EntryPointIF |
PirkaThreadMap.getEntryPointObjct()
現在のスレッドに対応するエントリーポイントオブジェクトをエントリーポイントオブジェクトマップより取得する |
EntryPointIF 型のパラメータを持つ jp.oarts.pirka.core.kernel のメソッド | |
---|---|
static void |
PirkaThreadMap.setEntryPointObject(EntryPointIF entryPoint)
エントリーポイントオブジェクトマップへ現在のスレッドにエントリーポイントオブジェクトを設定する |