jp.co.Hitachi.soft.blc
java.lang.Object
|
+--jp.co.Hitachi.soft.blc.BLCInfo
public class BLCInfo
extends java.lang.Object
このクラスは,BLCページに関連する実行情報を設定・取得するメソッドを提供するクラスです。
このクラスのオブジェクトは,BLCが提供するすべてのページで生成されます。JSP Beanによって,リクエストの範囲のページ間で共有されることもあります。
データ型 | 形式 | 機能 |
---|---|---|
static java.lang.String | INFO_FILE_PATH | BLCDictionaryクラスオブジェクトから,アプリケーションの仮想ディレクトリパスを取得する場合に使用します。 |
static java.lang.String | INFO_URL_PATH | BLCDictionaryクラスオブジェクトから,URL絶対パスを取得する場合に使用します。 |
static java.lang.String | INFO_URL_ROOT | BLCDictionaryクラスオブジェクトから,仮想ディレクトリ名を取得する場合に使用します。 |
形式 | 機能 |
---|---|
BLCInfo() | BLCInfoクラスオブジェクトを構築します。 |
戻り値のデータ型 | 形式 | 機能 |
---|---|---|
BLCAuthenticate | getAuthenticateObject() | BLCAuthenticateクラスオブジェクトを取得します。 |
java.lang.String | getBLCTraceDir() | BLCトレース出力ディレクトリを取得します。 |
javax.servlet.http.HttpServletRequest | getHttpServletRequest() | HttpServletRequestオブジェクトを取得します。 |
javax.servlet.http.HttpServletResponse | getHttpServletResponse() | HttpServletResponseオブジェクトを取得します。 |
javax.servlet.http.HttpSession | getHttpSession() | HttpSessionオブジェクトを取得します。 |
BLCDictionary | getInfo() | 実行時情報を取得します。 |
boolean | getLoginFlag() | 認証フラグを取得します。 |
BLCRequestData | getRequestDataObject() | RequestDataクラスオブジェクトを取得します。 |
javax.servlet.ServletContext | getServletContext() | ServletContextオブジェクトを取得します。 |
void | setInfo(javax.servlet.ServletContext p_application, javax.servlet.http.HttpSession p_session, javax.servlet.http.HttpServletRequest p_request, javax.servlet.http.HttpServletResponse p_response) | BLC初期化処理(実行時情報の設定)を実行します。 |
void | setInfo(javax.servlet.ServletContext p_application, javax.servlet.http.HttpSession p_session, javax.servlet.http.HttpServletRequest p_request, javax.servlet.http.HttpServletResponse p_response, boolean p_header) | BLC初期化処理(実行時情報の設定)を実行します。 |
CIWFactory | getCIWFactory() | CIWFactoryを取得します。 |
void | initUtil ( String p_apname, String p_utlname) | ユティリティ専用のBLC初期化処理(実行時情報の設定)を行います。 |
void | finalUtil () | ユティリティ専用のBLC終了処理を行います。 (注)CSCIWの終了処理を行います。 |