- MailContext - nablarch.common.mailのクラス
-
メール送信要求を表す抽象クラス。
- MailRequester - nablarch.common.mailのクラス
-
メール送信要求を行うクラス。
- MailSender - nablarch.common.mailのクラス
-
メール送信要求管理テーブル上の各レコードごとにメール送信を行うバッチアクション。
- MailUtil - nablarch.common.mailのクラス
-
メール送信ライブラリ関連のユーティリティ。
- MapWrapper<K,V> - nablarch.core.util.mapのクラス
-
Map
を実装するクラスの、ラッパークラスを作成するための抽象クラス。
- Message - nablarch.core.messageのクラス
-
メッセージに必要な情報を保持し、メッセージのフォーマットを行うクラス。
- Message(MessageLevel, StringResource) - クラス のコンストラクタnablarch.core.message.Message
-
メッセージの通知レベル、文字列リソースを指定して、インスタンスを生成する。
- Message(MessageLevel, StringResource, Object[]) - クラス のコンストラクタnablarch.core.message.Message
-
メッセージの通知レベル、文字列リソース、オプションパラメータを指定して、インスタンスを生成する。
- MessageLevel - nablarch.core.messageの列挙型
-
メッセージの通知レベルを表す列挙型。
- MessageNotFoundException - nablarch.core.messageの例外
-
メッセージが存在しなかった場合に発生する例外。
- MessageNotFoundException(String) - 例外 のコンストラクタnablarch.core.message.MessageNotFoundException
-
MessageNotFoundExceptionオブジェクトを生成する。
- MessageSender - nablarch.fw.messagingのクラス
-
対外システムに対するメッセージの同期送信を行うユーティリティクラス。
- MessageUtil - nablarch.core.messageのクラス
-
アプリケーションがメッセージを取得する際に使用するユーティリティクラス。
- MessagingAction - nablarch.fw.actionのクラス
-
- MessagingAction - nablarch.fw.messaging.actionのクラス
-
被仕向同期応答処理を行う業務処理で使用するテンプレートクラス。
- MessagingAction() - クラス のコンストラクタnablarch.fw.messaging.action.MessagingAction
-
MessagingActionオブジェクトを生成する。
- moveFileTo(String, String) - クラス のメソッドnablarch.fw.web.upload.util.UploadHelper
-
アップロードされたファイルを移動する。
- MultipleKeyCaseMap<V> - nablarch.core.util.mapのクラス
-
キーの大文字と小文字、アンダースコア(_)の有無を区別しないマップの実装クラス。