jp.mosp.common.action
クラス LogoutAction

java.lang.Object
  上位を拡張 jp.mosp.common.common.DBConnBean
      上位を拡張 jp.mosp.common.common.BaseAction
          上位を拡張 jp.mosp.common.action.LogoutAction
すべての実装されたインタフェース:
ActionInterface

public class LogoutAction
extends BaseAction

ログアウト処理機能を提供する。

ログアウト後、初期ページへ遷移する。


フィールドの概要
 
クラス jp.mosp.common.common.BaseAction から継承されたフィールド
aspUser, cfg, cmd, ctl, ctx, key, key1, key2, msg, multipartFieldList, nam, request, response, session, user
 
クラス jp.mosp.common.common.DBConnBean から継承されたフィールド
conn
 
コンストラクタの概要
LogoutAction()
          コンストラクタ。
 
メソッドの概要
 void action()
          アクション。
protected  void logout()
          ログアウト処理。
protected  void setCmdAfterLogout()
          ログアウト後実行コマンド設定
セッションを初期化し、初期コマンドを設定する。
 
クラス jp.mosp.common.common.BaseAction から継承されたメソッド
addErrMessage, addList, afterAction, authorize, chkCodeExist, chkCodeExist, chkDuplicate, chkExclusive, chkExist, chkInsert, chkInstance, chkUpdate, doAction, getCodeArray, getConnection, getCsvData, getCsvData, getCsvData, getCsvData, getIndexCommand, getNextCmd, getSpecificVo, getStoredVo, getUrl, getVo, hasMospExpressJar, hasMospLegalJar, hasMospSeJar, init, initStoredData, prepareVo, prepareVo, putMap, removeStoredVo, setApplication, setAspUser, setCfg, setCheckAuth, setCheckProcSeq, setCmd, setCtl, setMessage, setMsg, setNeedAspUser, setNeedHeader, setNeedProcSeq, setNeedSession, setNeedUser, setNextCmd, setUrl, setUser, setVo, storeVo
 
クラス jp.mosp.common.common.DBConnBean から継承されたメソッド
commit, getConnection, getConnection, releaseConnection, rollback
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LogoutAction

public LogoutAction()
コンストラクタ。

メソッドの詳細

action

public void action()
            throws Exception
アクション。
ログアウト処理を実行する。

例外:
Exception

logout

protected void logout()
               throws Exception
ログアウト処理。
セッションを初期化し、初期コマンドを設定する。

例外:
Exception

setCmdAfterLogout

protected void setCmdAfterLogout()
                          throws Exception
ログアウト後実行コマンド設定
セッションを初期化し、初期コマンドを設定する。

例外:
Exception