A B C D E F G H I J L M N O P Q R S T U V W X

P

PAGE_INDEX - interface wisdomx.ui.object.IPageList の static 変数
現在のページ・インデックスを取得するための定数。
PARAMETER - interface wisdom.core.application.IRequestParser の static 変数
パース出力に使用するキー。
PASSWORD - class wisdom.core.runtime.RunTimeServlet の static 変数
HTML内で使用するパスワードのフィールド名 値は"password_"です。
PER_PAGE_ROWS - interface wisdomx.ui.object.IPageList の static 変数
1ページに表示する行数を取得するための定数。
PageListRow - class wisdomx.ui.object.PageListRow.
一覧形式表オブジェクトの一行をあらわすクラス
IPageListで行として扱われるオブジェクトです。
PageListRow(Object[]) - class wisdomx.ui.object.PageListRow のコンストラクタ
コンストラクタ
引数は行に含める列を指定します。
PageListRow(Object) - class wisdomx.ui.object.PageListRow のコンストラクタ
コンストラクタ
引数は行に含める列を指定します。
PageListRow(Object, Object) - class wisdomx.ui.object.PageListRow のコンストラクタ
コンストラクタ
引数は行に含める列を指定します。
PageListRow(Object, Object, Object) - class wisdomx.ui.object.PageListRow のコンストラクタ
コンストラクタ
引数は行に含める列を指定します。
PageListRow(Object, Object, Object, Object) - class wisdomx.ui.object.PageListRow のコンストラクタ
コンストラクタ
引数は行に含める列を指定します。
PageListRow(Object, Object, Object, Object, Object) - class wisdomx.ui.object.PageListRow のコンストラクタ
コンストラクタ
引数は行に含める列を指定します。
PageListRow(Object, Object, Object, Object, Object, Object) - class wisdomx.ui.object.PageListRow のコンストラクタ
コンストラクタ
引数は行に含める列を指定します。
PageListRow(Object, Object, Object, Object, Object, Object, Object) - class wisdomx.ui.object.PageListRow のコンストラクタ
コンストラクタ
引数は行に含める列を指定します。
PageListRow(Object, Object, Object, Object, Object, Object, Object, Object) - class wisdomx.ui.object.PageListRow のコンストラクタ
コンストラクタ
引数は行に含める列を指定します。
PageListRow(Object, Object, Object, Object, Object, Object, Object, Object, Object) - class wisdomx.ui.object.PageListRow のコンストラクタ
コンストラクタ
引数は行に含める列を指定します。
PageListRow(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - class wisdomx.ui.object.PageListRow のコンストラクタ
コンストラクタ
引数は行に含める列を指定します。
ParameterInputForm - class wisdomx.logic.formtemplate.ParameterInputForm.
フィールドの名前と値、メッセージを保管するクラス。
ParameterInputForm() - class wisdomx.logic.formtemplate.ParameterInputForm のコンストラクタ
コンストラクタ
ParameterNotFoundException - exception wisdom.core.request.ParameterNotFoundException.
リクエスト情報から目的のパラメータが取得できなかった際に報告される例外クラス
この例外クラスは開発時の問題判別を容易にするために報告されます。
ParameterNotFoundException() - class wisdom.core.request.ParameterNotFoundException のコンストラクタ
コンストラクタ
ParameterNotFoundException(String, Message) - class wisdom.core.request.ParameterNotFoundException のコンストラクタ
コンストラクタ
ParameterNotFoundException(Message) - class wisdom.core.request.ParameterNotFoundException のコンストラクタ
コンストラクタ
ParameterNotFoundException(Exception) - class wisdom.core.request.ParameterNotFoundException のコンストラクタ
コンストラクタ
ParameterParser - class wisdom.core.request.ParameterParser.
IRequestParserの実装クラス
このクラスは通常のHttpServletRequestを解析します。
ParameterParser(HttpServletRequest) - class wisdom.core.request.ParameterParser のコンストラクタ
コンストラクタ
Part - class wisdom.core.request.Part.
 
Part() - class wisdom.core.request.Part のコンストラクタ
 
Part(String, String, String, Object) - class wisdom.core.request.Part のコンストラクタ
 
PartMaker - class wisdom.core.request.PartMaker.
 
PasswordNotFoundException - exception wisdom.core.request.PasswordNotFoundException.
リクエスト情報からパスワードが取得できなかった際に報告される例外クラス
この例外クラスは開発時の問題判別を容易にするために報告されます。
PasswordNotFoundException() - class wisdom.core.request.PasswordNotFoundException のコンストラクタ
コンストラクタ
PasswordNotFoundException(String, Message) - class wisdom.core.request.PasswordNotFoundException のコンストラクタ
コンストラクタ
PasswordNotFoundException(Message) - class wisdom.core.request.PasswordNotFoundException のコンストラクタ
コンストラクタ
PasswordNotFoundException(Exception) - class wisdom.core.request.PasswordNotFoundException のコンストラクタ
コンストラクタ
PerPageRowsPageList - class wisdomx.ui.object.PerPageRowsPageList.
現在ページのみを保持するIPageListの実装クラス
このクラスは現在ページの行のみを保持します。
PerPageRowsPageList(List, int, int, int) - class wisdomx.ui.object.PerPageRowsPageList のコンストラクタ
コンストラクタ
PerPageRowsPageList(List, int, int, int, IPageListDecorator) - class wisdomx.ui.object.PerPageRowsPageList のコンストラクタ
コンストラクタ
PooledDB2WAS35x - class wisdom.core.datasource.PooledDB2WAS35x.
WAS3.X.X用のコネクション・プール用の実装クラス
クラス初期時にデータベースへアクセスするためのDataSource名オブジェクトをWAS3.X.XのJNDI名を使用して取得します。
PooledDB2WAS35x() - class wisdom.core.datasource.PooledDB2WAS35x のコンストラクタ
コンストラクタ
PooledDB2WAS4x - class wisdom.core.datasource.PooledDB2WAS4x.
WAS4.X.X用のコネクション・プール用の実装クラス
クラス初期時にデータベースへアクセスするためのDataSource名オブジェクトをWAS4.X.XのJNDI名を使用して取得します。
PooledDB2WAS4x() - class wisdom.core.datasource.PooledDB2WAS4x のコンストラクタ
コンストラクタ
ProcessController - class wisdom.core.runtime.ProcessController.
1コマンドクラスに対する2重サブミットの抑制を行うクラス。
parse() - interface wisdom.core.application.IRequestParser のメソッド
HttpServletRequestの内容を文字で返します。
parse(int) - interface wisdom.core.application.IRequestParser のメソッド
HttpServletRequestの内容を文字で返します。
parse() - class wisdom.core.request.MultiPartFormDataParser のメソッド
 
parse() - class wisdom.core.request.MultiPartParameterParser のメソッド
HttpServletRequestの内容を文字で返します。
parse(int) - class wisdom.core.request.MultiPartParameterParser のメソッド
HttpServletRequestの内容を文字で返します。
parse() - class wisdom.core.request.ParameterParser のメソッド
 
parse(int) - class wisdom.core.request.ParameterParser のメソッド
 
prepareCall(String) - class wisdom.core.connections.ConnectionStateHolder のメソッド
Connectionが持っている同メソッドを実行します。
prepareCall(String, int, int) - class wisdom.core.connections.ConnectionStateHolder のメソッド
Connectionが持っている同メソッドを実行します。
prepareCall(String, int, int, int) - class wisdom.core.connections.ConnectionStateHolder のメソッド
 
prepareCall(String) - class wisdom.core.connections.ManagedConnection のメソッド
Connectionが持っている同メソッドを実行します。
prepareCall(String, int, int) - class wisdom.core.connections.ManagedConnection のメソッド
Connectionが持っている同メソッドを実行します。
prepareCall(String, int, int, int) - class wisdom.core.connections.ManagedConnection のメソッド
 
prepareCall(String) - class wisdom.core.connections.TraceConnection のメソッド
Connectionが持っている同メソッドを実行します。
prepareCall(String, int, int) - class wisdom.core.connections.TraceConnection のメソッド
Connectionが持っている同メソッドを実行します。
prepareCall(String, int, int, int) - class wisdom.core.connections.TraceConnection のメソッド
 
prepareStatement(String) - class wisdom.core.connections.ConnectionStateHolder のメソッド
Connectionが持っている同メソッドを実行します。
prepareStatement(String, int, int) - class wisdom.core.connections.ConnectionStateHolder のメソッド
Connectionが持っている同メソッドを実行します。
prepareStatement(String, int, int, int) - class wisdom.core.connections.ConnectionStateHolder のメソッド
 
prepareStatement(String, int) - class wisdom.core.connections.ConnectionStateHolder のメソッド
 
prepareStatement(String, int[]) - class wisdom.core.connections.ConnectionStateHolder のメソッド
 
prepareStatement(String, String[]) - class wisdom.core.connections.ConnectionStateHolder のメソッド
 
prepareStatement(String) - class wisdom.core.connections.ManagedConnection のメソッド
Connectionが持っている同メソッドを実行します。
prepareStatement(String, int, int) - class wisdom.core.connections.ManagedConnection のメソッド
Connectionが持っている同メソッドを実行します。
prepareStatement(String, int, int, int) - class wisdom.core.connections.ManagedConnection のメソッド
 
prepareStatement(String, int) - class wisdom.core.connections.ManagedConnection のメソッド
 
prepareStatement(String, int[]) - class wisdom.core.connections.ManagedConnection のメソッド
 
prepareStatement(String, String[]) - class wisdom.core.connections.ManagedConnection のメソッド
 
prepareStatement(String) - class wisdom.core.connections.TraceConnection のメソッド
Connectionが持っている同メソッドを実行します。
prepareStatement(String, int, int) - class wisdom.core.connections.TraceConnection のメソッド
Connectionが持っている同メソッドを実行します。
prepareStatement(String, int, int, int) - class wisdom.core.connections.TraceConnection のメソッド
 
prepareStatement(String, int) - class wisdom.core.connections.TraceConnection のメソッド
 
prepareStatement(String, int[]) - class wisdom.core.connections.TraceConnection のメソッド
 
prepareStatement(String, String[]) - class wisdom.core.connections.TraceConnection のメソッド
 
previouesPage() - class wisdomx.ui.object.FullRowsPageList のメソッド
現在ページを前のページに移動します。
previous() - class wisdom.core.connections.ManagedResultSet のメソッド
 
previous() - class wisdom.core.connections.TraceResultSet のメソッド
 
props - class wisdom.core.CoreMessageGenerator の static 変数
使用するプロパティファイルの値

A B C D E F G H I J L M N O P Q R S T U V W X