クラス
jp.littlesoft.web.ActionPage の使用

ActionPage を使用しているパッケージ
jp.littlesoft.web   
 

jp.littlesoft.web での ActionPage の使用
 

jp.littlesoft.web での ActionPage のサブクラス
 class DefaultDialog<E extends Serializable>
           
 class DefaultPage
          デフォルトのアクションページクラス。
 class SQLActionPage
          SQL対応 アクションページの基底クラス。
 

ActionPage として宣言されている jp.littlesoft.web のフィールド
protected  ActionPage ActionPage.parentPage
          親の ActionPage オブジェクトです。
 

ActionPage 型の型パラメータを持つ jp.littlesoft.web のフィールド
protected  HashMap<String,ActionPage> ActionPage.subActionPage
          子の ActionPage オブジェクトのリストです。
 

ActionPage を返す jp.littlesoft.web のメソッド
protected  ActionPage ActionController.createActionPage(String className, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          引数 className で指定された ActionPage オブジェクトを生成します。
 ActionPage ActionSubSession.getActionPage()
          サブセッションがアクセスするアクションページを取得します。
 ActionPage ActionPage.getParentPage()
          親のアクションページを取得します。
 

ActionPage 型のパラメータを持つ jp.littlesoft.web のメソッド
 void ActionSubSession.setActionPage(ActionPage actionPage)
          サブセッションがアクセスするアクションページを設定します。
 void ActionPage.setParentPage(ActionPage parentPage)
          親のアクションページを設定します。
 

ActionPage 型のパラメータを持つ jp.littlesoft.web のコンストラクタ
ActionSubSession(ActionPage actionPage)
          引数 actionPageで指定された ActionSubSession オブジェクトを生成します。
DefaultJNLP(ActionPage actionPage)
           
 



Copyright (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.