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

C

CHAR - interface wisdomx.logic.formtemplate.Types の static 変数
文字列型を表す定数。
CHAR_ALPHA_NUMERIC - interface wisdomx.logic.formtemplate.Types の static 変数
文字列型を表す定数。
COMMAND - interface wisdom.core.application.IRequestParser の static 変数
実行コマンドクラスをHttpServletRequestの属性に設定するキー値
COMMAND - class wisdom.core.command.CommandHandler の static 変数
 
COMMANDS - class wisdom.core.command.CommandHandler の static 変数
 
CONFIG_FILE_NAME - interface wisdom.core.ConfigConstants の static 変数
使用する構成ファイルの名前。
CONTENT_TYPE_X_DOWNLOAD - interface wisdom.core.application.IResponseDownLoader の static 変数
ファイルダウンロード時にファイルをダウンロードするためのコンテントタイプです。
Checkbox - class wisdomx.ui.object.Checkbox.
IOptionを配列で保持するクラス
HTMLのCheckbox、Select Multipleのデータ・オブジェクトに使用されます。
Checkbox(String) - class wisdomx.ui.object.Checkbox のコンストラクタ
コンストラクタ
Checkbox(String, List) - class wisdomx.ui.object.Checkbox のコンストラクタ
コンストラクタ
CommandHandler - class wisdom.core.command.CommandHandler.
 
CommandHandler() - class wisdom.core.command.CommandHandler のコンストラクタ
 
CommandSet - class wisdom.core.command.CommandSet.
 
CommandSet(ServletContext, String) - class wisdom.core.command.CommandSet のコンストラクタ
コンストラクタ 引数無しのデフォルトは使用不可
ConfigConstants - interface wisdom.core.ConfigConstants.
ConfigHandler で参照される定数を定義したインターフェース
構成ファイルで使用できる定数を定義しています
ConfigHandler - class wisdom.core.ConfigHandler.
wisdom_config.xmlを解析するクラス。
ConfigManager - class wisdom.core.ConfigManager.
アプリケーションで使用される構成ファイルの情報を取得します。
ConnectionDef - class wisdom.core.connections.ConnectionDef.
複数ConnectionをサポートするためのConnection構成をあらわすクラスです。
ConnectionDef(String, String, String, String, String, String, boolean, boolean, boolean) - class wisdom.core.connections.ConnectionDef のコンストラクタ
コンストラクタ
ConnectionDefのインスタンスを作成します。
ConnectionManager - class wisdom.core.connections.ConnectionManager.
コネクション・プール用の基底クラス
このクラスは抽象クラスです。
ConnectionManager() - class wisdom.core.connections.ConnectionManager のコンストラクタ
コンストラクタ
ConnectionManagerFactory - class wisdom.core.connections.ConnectionManagerFactory.
ConnectionManager オブジェクトを生成する Factoryクラス
ConnectionManagerFactory() - class wisdom.core.connections.ConnectionManagerFactory のコンストラクタ
 
ConnectionStateHolder - class wisdom.core.connections.ConnectionStateHolder.
java.sql.Connection をラップし、Connectionオブジェクトの状態を保持するクラスです。
ConnectionStateHolder(Connection) - class wisdom.core.connections.ConnectionStateHolder のコンストラクタ
コンストラクタ
CoreException - exception wisdom.core.CoreException.
フレームワークから送出される例外の基底クラス。
CoreException() - class wisdom.core.CoreException のコンストラクタ
コンストラクタ
CoreException(Message) - class wisdom.core.CoreException のコンストラクタ
コンストラクタ
CoreException(Exception) - class wisdom.core.CoreException のコンストラクタ
コンストラクタ
CoreMessageGenerator - class wisdom.core.CoreMessageGenerator.
フレームワーク内部のメッセージ生成クラス
このクラスは主にCoreExceptionで使用されるメッセージを生成するために使用されます。
CoreObject - class wisdom.core.CoreObject.
フレームワーク利用の基本となるクラス
CoreObject() - class wisdom.core.CoreObject のコンストラクタ
 
CoreRuntimeException - exception wisdom.core.CoreRuntimeException.
フレームワークから送出される実行時例外の基底クラス。
CoreRuntimeException() - class wisdom.core.CoreRuntimeException のコンストラクタ
コンストラクタ
CoreRuntimeException(Message) - class wisdom.core.CoreRuntimeException のコンストラクタ
コンストラクタ
CoreRuntimeException(Exception) - class wisdom.core.CoreRuntimeException のコンストラクタ
コンストラクタ
CoreServletException - exception wisdom.core.CoreServletException.
フレームワークから送出される例外クラスを内包したの例外クラス。
CoreServletException(Exception) - class wisdom.core.CoreServletException のコンストラクタ
コンストラクタ
cancel() - class wisdom.core.connections.ManagedPreparedStatement のメソッド
PreparedStatementが持っている同メソッドを実行します。
cancel() - class wisdom.core.connections.ManagedStatement のメソッド
Statementが持っている同メソッドを実行します。
cancel() - class wisdom.core.connections.TracePreparedStatement のメソッド
トレース情報を出力し、PreparedStatementが持っている同メソッドを実行します。
cancel() - class wisdom.core.connections.TraceStatement のメソッド
トレース情報を出力し、Statementが持っている同メソッドを実行します。
cancelRowUpdates() - class wisdom.core.connections.ManagedResultSet のメソッド
 
cancelRowUpdates() - class wisdom.core.connections.TraceResultSet のメソッド
 
catArray(String[]) - class wisdom.core.util.StringUtil の static メソッド
文字配列を,で連結します。
catArray(String[], String) - class wisdom.core.util.StringUtil の static メソッド
文字配列を指定した区切り文字で連結します。
catArray(String[], String, String) - class wisdom.core.util.StringUtil の static メソッド
文字配列を指定した区切り文字で連結します。
changePageIndex(String, int, int) - class wisdomx.ui.render.DefaultPageListDecorator のメソッド
 
changePageIndex(String, int, int) - interface wisdomx.ui.render.IPageListDecorator のメソッド
イベント文字列から次ページ、前ページ、ページ指定かを判断し、遷移先のページ番号を取得します。
check(Define, String) - class wisdomx.logic.formtemplate.StringChecker のメソッド
データディクショナリに定義されたDefineの情報を元にエラーチェックを行います (任意入力の場合)
check(Define, String, IHasMessageList) - class wisdomx.logic.formtemplate.StringChecker のメソッド
データディクショナリに定義されたDefineの情報を元にエラーチェックを行います (任意入力の場合) エラー情報はfoに格納されます
check(Define, String, IHasMessageList, boolean) - class wisdomx.logic.formtemplate.StringChecker のメソッド
 
checkNotEmpty(Define, String) - class wisdomx.logic.formtemplate.StringChecker のメソッド
データディクショナリに定義されたDefineの情報を元にエラーチェックを行います (必須入力の場合)
checkNotEmpty(Define, String, IHasMessageList) - class wisdomx.logic.formtemplate.StringChecker のメソッド
データディクショナリに定義されたDefineの情報を元にエラーチェックを行います (必須入力の場合)
checkNotEmptyNumeric(String, int, int) - interface wisdom.core.application.IStringValidator のメソッド
文字列の検査を行います。
checkNotEmptyNumeric(String, int, int) - class wisdom.core.runtime.StringValidator のメソッド
 
checkNotEmptyString(int, String, int) - interface wisdom.core.application.IStringValidator のメソッド
文字列の検査を行います。
checkNotEmptyString(int, String, int, String) - interface wisdom.core.application.IStringValidator のメソッド
文字列の検査を行います。
checkNotEmptyString(int, String, int, String) - class wisdom.core.runtime.StringValidator のメソッド
 
checkNotEmptyString(int, String, int) - class wisdom.core.runtime.StringValidator のメソッド
 
checkNumeric(String, int, int) - interface wisdom.core.application.IStringValidator のメソッド
文字列を数字型として検査を行います。
checkNumeric(String, int, int) - class wisdom.core.runtime.StringValidator のメソッド
 
checkString(int, String, int) - interface wisdom.core.application.IStringValidator のメソッド
文字列の検査を行います。
checkString(int, String, int, String) - interface wisdom.core.application.IStringValidator のメソッド
文字列の検査を行います。
checkString(int, String, int, String) - class wisdom.core.runtime.StringValidator のメソッド
 
checkString(int, String, int) - class wisdom.core.runtime.StringValidator のメソッド
 
checkbox(Checkbox) - class wisdomx.ui.render.Tag の static メソッド
CHECKBOXタグのString文字列を作成します。
checkbox(Checkbox) - class wisdomx.ui.render.XTag の static メソッド
CHECKBOXタグのString文字列を作成します。
checkboxClass(Checkbox, String) - class wisdomx.ui.render.Tag の static メソッド
CHECKBOXタグのString文字列を作成します。
checkboxClass(Checkbox, String) - class wisdomx.ui.render.XTag の static メソッド
CHECKBOXタグのString文字列を作成します。
checkboxDisables(Checkbox) - class wisdomx.ui.render.Tag の static メソッド
Checkboxで無効に設定されているキーのHIDDENタグのString文字列を作成します。
checkboxDisables(Checkbox) - class wisdomx.ui.render.XTag の static メソッド
Checkboxで無効に設定されているキーのHIDDENタグのString文字列を作成します。
checkboxList(Checkbox) - class wisdomx.ui.render.Tag の static メソッド
CHECKBOXタグのString文字列を含んだListを作成します。
checkboxList(Checkbox) - class wisdomx.ui.render.XTag の static メソッド
CHECKBOXタグのString文字列を含んだListを作成します。
chkDateString(String) - class wisdom.core.util.DateUtil の static メソッド
String型が時間として妥当性があるか妥当性の検査を行います。
cleanupRemovableSessionAttributes() - interface wisdom.core.application.IRequestHandler のメソッド
除外不可として設定されていないセッション属性の値をすべてクリアします
cleanupRemovableSessionAttributes() - interface wisdom.core.application.IUserSession のメソッド
除去可能なセッション属性をすべてクリアします。
cleanupRemovableSessionAttributes() - class wisdom.core.runtime.RequestHandler のメソッド
このメソッドはRequestHandlerでは実装されていません。
cleanupRemovableSessionAttributes() - class wisdom.core.runtime.SessionRequestHandler のメソッド
除去可能なセッション属性をすべてクリアします。
cleanupRemovableSessionAttributes() - class wisdom.core.session.UserSession のメソッド
 
clear() - class wisdom.core.MessageList のメソッド
メッセージをクリアします。
clearBatch() - class wisdom.core.connections.ManagedPreparedStatement のメソッド
PreparedStatementが持っている同メソッドを実行します。
clearBatch() - class wisdom.core.connections.ManagedStatement のメソッド
Statementが持っている同メソッドを実行します。
clearBatch() - class wisdom.core.connections.TracePreparedStatement のメソッド
トレース情報を出力し、PreparedStatementが持っている同メソッドを実行します。
clearBatch() - class wisdom.core.connections.TraceStatement のメソッド
トレース情報を出力し、Statementが持っている同メソッドを実行します。
clearChecked() - class wisdomx.ui.object.Checkbox のメソッド
Checkboxの選択状態になっているキーをすべてクリアします
clearDisabled(String) - class wisdomx.ui.object.Checkbox のメソッド
無効になっているCheckboxのキーを有効にします。
clearDisabled() - class wisdomx.ui.object.Checkbox のメソッド
無効になっているCheckboxのキーをすべて有効にします。
clearMessageList() - class wisdomx.logic.formtemplate.AbstractFormObject のメソッド
 
clearMessageList() - class wisdomx.logic.formtemplate.ParameterInputForm のメソッド
 
clearMessageList() - interface wisdomx.ui.object.IHasMessageList のメソッド
状態を初期します。
clearParameters() - class wisdom.core.connections.ManagedPreparedStatement のメソッド
PreparedStatementが持っている同メソッドを実行します。
clearParameters() - class wisdom.core.connections.TracePreparedStatement のメソッド
トレース情報を出力し、PreparedStatementが持っている同メソッドを実行します。
clearSelected() - class wisdomx.ui.object.Select のメソッド
選択されたIOptionのキーをクリアします
clearWarnings() - class wisdom.core.connections.ConnectionStateHolder のメソッド
Connectionが持っている同メソッドを実行します。
clearWarnings() - class wisdom.core.connections.ManagedConnection のメソッド
Connectionが持っている同メソッドを実行します。
clearWarnings() - class wisdom.core.connections.ManagedPreparedStatement のメソッド
PreparedStatementが持っている同メソッドを実行します。
clearWarnings() - class wisdom.core.connections.ManagedResultSet のメソッド
 
clearWarnings() - class wisdom.core.connections.ManagedStatement のメソッド
Statementが持っている同メソッドを実行します。
clearWarnings() - class wisdom.core.connections.TraceConnection のメソッド
Connectionが持っている同メソッドを実行します。
clearWarnings() - class wisdom.core.connections.TracePreparedStatement のメソッド
トレース情報を出力し、PreparedStatementが持っている同メソッドを実行します。
clearWarnings() - class wisdom.core.connections.TraceResultSet のメソッド
 
clearWarnings() - class wisdom.core.connections.TraceStatement のメソッド
トレース情報を出力し、Statementが持っている同メソッドを実行します。
close() - class wisdom.core.connections.ConnectionStateHolder のメソッド
Connectionが持っている同メソッドを実行します。
close() - class wisdom.core.connections.ManagedConnection のメソッド
Connectionが持っている同メソッドを実行します。
close() - class wisdom.core.connections.ManagedPreparedStatement のメソッド
PreparedStatementが持っている同メソッドを実行します。
close() - class wisdom.core.connections.ManagedResultSet のメソッド
 
close() - class wisdom.core.connections.ManagedStatement のメソッド
Statementが持っている同メソッドを実行します。
close() - class wisdom.core.connections.TraceConnection のメソッド
Connectionが持っている同メソッドを実行します。
close() - class wisdom.core.connections.TracePreparedStatement のメソッド
トレース情報を出力し、PreparedStatementが持っている同メソッドを実行します。
close() - class wisdom.core.connections.TraceResultSet のメソッド
 
close() - class wisdom.core.connections.TraceStatement のメソッド
トレース情報を出力し、Statementが持っている同メソッドを実行します。
close() - class wisdom.core.request.VirtualOutputStream のメソッド
 
closeAllConnections() - class wisdom.core.runtime.BatchHandler のメソッド
 
closeConnection(Connection) - interface wisdom.core.application.IHandler のメソッド
このIHandlerから取得したConnectionオブジェクトをクローズします。
closeConnection(Connection) - class wisdom.core.runtime.BatchHandler のメソッド
 
closeConnection(Connection) - class wisdom.core.runtime.RequestHandler のメソッド
 
cnvEmptyToZero(String) - class wisdom.core.util.StringUtil の static メソッド
引数の文字列が空の場合、"0"に変換します。
cnvEmptyToZero(String, int) - class wisdom.core.util.StringUtil の static メソッド
引数の文字列が空の場合、defに変換します。
cnvNull(String) - class wisdom.core.util.StringUtil の static メソッド
引数の文字列がnullの場合に""(長さ0の文字列)に変換します。
cnvNull(String, String) - class wisdom.core.util.StringUtil の static メソッド
引数の文字列がnullの場合に変換後の文字列に変換します。
cnvNullTrim(String) - class wisdom.core.util.StringUtil の static メソッド
引数の文字列がnullの場合に""(長さ0の文字列)に変換します。
cnvTimestamp(Timestamp, String) - class wisdom.core.util.DateUtil の static メソッド
パラメータのTimeStampを年、月、日の連結に変換します
columnsSize() - class wisdomx.ui.object.PageListRow のメソッド
行が持つ列の数を取得します。
commit() - class wisdom.core.connections.ConnectionStateHolder のメソッド
Connectionが持っている同メソッドを実行します。
commit() - class wisdom.core.connections.ManagedConnection のメソッド
Connectionが持っている同メソッドを実行します。
commit() - class wisdom.core.connections.TraceConnection のメソッド
Connectionが持っている同メソッドを実行します。
commitAllConnections() - class wisdom.core.runtime.BatchHandler のメソッド
 
contain(String) - class wisdom.core.MessageList のメソッド
指定されたフィールド名がMessageListnに含まれているか検査します。
containsKANA(String) - class wisdomx.logic.formtemplate.StringChecker のメソッド
検査対象文字列に以下の検査文字の範囲内かを検査し、範囲内の場合は trueを戻します。
containsMessageByFieldId(String) - class wisdomx.logic.formtemplate.AbstractFormObject のメソッド
 
containsMessageByFieldId(String) - class wisdomx.logic.formtemplate.ParameterInputForm のメソッド
 
containsMessageByFieldId(String) - interface wisdomx.ui.object.IHasMessageList のメソッド
fieldを同じフィールド名を持つMessageを含んでいるか検査します。
count(String, String) - class wisdom.core.util.StringUtil の static メソッド
指定された文字列(data)の中での文字列(target)の出現回数を返します。
create() - class wisdom.core.LogFactory の static メソッド
Logインターフェースの実装クラスを生成します。
create(IUserSession, IRequestHandler) - interface wisdom.core.application.ISessionCreateListener のメソッド
UserSessionFactoryクラスのセッション作成のイベントを取得します。
create(ConnectionDef) - class wisdom.core.connections.ConnectionManagerFactory の static メソッド
ConnectionManagerオブジェクトを生成します。
create(IRequestHandler) - class wisdom.core.session.UserSessionFactory の static メソッド
UserSessionクラスを生成します。
create(IRequestHandler, String) - class wisdom.core.session.UserSessionFactory の static メソッド
UserSessionクラスを生成します。
createArrayOf(String, Object[]) - class wisdom.core.connections.ConnectionStateHolder のメソッド
 
createArrayOf(String, Object[]) - class wisdom.core.connections.ManagedConnection のメソッド
 
createArrayOf(String, Object[]) - class wisdom.core.connections.TraceConnection のメソッド
 
createBlob() - class wisdom.core.connections.ConnectionStateHolder のメソッド
 
createBlob() - class wisdom.core.connections.ManagedConnection のメソッド
 
createBlob() - class wisdom.core.connections.TraceConnection のメソッド
 
createClob() - class wisdom.core.connections.ConnectionStateHolder のメソッド
 
createClob() - class wisdom.core.connections.ManagedConnection のメソッド
 
createClob() - class wisdom.core.connections.TraceConnection のメソッド
 
createNClob() - class wisdom.core.connections.ConnectionStateHolder のメソッド
 
createNClob() - class wisdom.core.connections.ManagedConnection のメソッド
 
createNClob() - class wisdom.core.connections.TraceConnection のメソッド
 
createSQLXML() - class wisdom.core.connections.ConnectionStateHolder のメソッド
 
createSQLXML() - class wisdom.core.connections.ManagedConnection のメソッド
 
createSQLXML() - class wisdom.core.connections.TraceConnection のメソッド
 
createStatement() - class wisdom.core.connections.ConnectionStateHolder のメソッド
Connectionが持っている同メソッドを実行します。
createStatement(int, int) - class wisdom.core.connections.ConnectionStateHolder のメソッド
Connectionが持っている同メソッドを実行します。
createStatement(int, int, int) - class wisdom.core.connections.ConnectionStateHolder のメソッド
 
createStatement() - class wisdom.core.connections.ManagedConnection のメソッド
Connectionが持っている同メソッドを実行します。
createStatement(int, int) - class wisdom.core.connections.ManagedConnection のメソッド
Connectionが持っている同メソッドを実行します。
createStatement(int, int, int) - class wisdom.core.connections.ManagedConnection のメソッド
 
createStatement() - class wisdom.core.connections.TraceConnection のメソッド
Connectionが持っている同メソッドを実行します。
createStatement(int, int) - class wisdom.core.connections.TraceConnection のメソッド
Connectionが持っている同メソッドを実行します。
createStatement(int, int, int) - class wisdom.core.connections.TraceConnection のメソッド
 
createStruct(String, Object[]) - class wisdom.core.connections.ConnectionStateHolder のメソッド
 
createStruct(String, Object[]) - class wisdom.core.connections.ManagedConnection のメソッド
 
createStruct(String, Object[]) - class wisdom.core.connections.TraceConnection のメソッド
 
currentPage() - class wisdomx.ui.object.FullRowsPageList のメソッド
 
currentPage() - interface wisdomx.ui.object.IPageList のメソッド
現在ページの配列を取得します。
currentPage() - class wisdomx.ui.object.PerPageRowsPageList のメソッド
 
cutLastCRLF() - class wisdom.core.request.VirtualOutputStream のメソッド
 

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