jp.mosp.common.action
クラス PageAction

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

public class PageAction
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
 
コンストラクタの概要
PageAction()
          コンストラクタ。
 
メソッドの概要
 void action()
          アクション。
 
クラス 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
 

コンストラクタの詳細

PageAction

public PageAction()
コンストラクタ。
権限確認不要設定を行う。

メソッドの詳細

action

public void action()
            throws Exception
アクション。
前頁、次頁ボタン押下時の処理を行う。

例外:
Exception