Download for Windows Premium
Publiciteit
class name module

Vertaling van "class name module" in Japans

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
クラス名 モジュール
セプタークラス名 モジュール
Common Launcher Table of contents Handler class name Module list Launch the application Configure the options for launching the application Processing contents according to the exceptions and errors This handler is the starting point for launching a standalone application.
共通起動ランチャ 目次 ハンドラクラス名 モジュール一覧 アプリケーションを起動する アプリケーション起動に任意のオプションを設定する 例外及びエラーに応じた処理内容 スタンドアロンで起動するアプリケーションの起点となるハンドラ。
Permission Check Handler Table of contents Handler class name Module list Constraints Permission check for request Specify the error page to be displayed when permission is not available Exclude specific requests from permission check This handler performs Permission check for request.
認可チェックハンドラ 目次 ハンドラクラス名 モジュール一覧 制約 リクエストに対する認可チェック 権限がない場合に表示するエラーページを指定する 特定のリクエストを認可チェックから除外する 本ハンドラでは、 リクエストに対する認可チェック を行う。
Transaction Control Handler Table of contents Handler class name Module list Constraints Configure the transaction control target Commit a transaction in the case of specific exception Execute optional processing at the end of the transaction Using multiple transactions in an application This handler realizes transparent transactions in subsequent processes using resources corresponding to transactions such as databases and message queues.
共通ハンドラ 6.1.8. トランザクション制御ハンドラ GitHub English 6.1.8. トランザクション制御ハンドラ 目次 ハンドラクラス名 モジュール一覧 制約 トランザクション制御対象の設定を行う 特定の例外の場合にトランザクションをコミットさせる トランザクション終了時に任意の処理を実行したい アプリケーションで複数のトランザクションを使用する データベースやメッセージキューなどのトランザクションに対応したリソースを使用し、後続処理における透過的トランザクションを実現するハンドラ。
HTTP Request Dispatch Handler Table of contents Handler class name Module list Constraints Configure dispatch settings Configure settings when actions are placed in multiple packages This handler delegates processing to an action that describes the process to be performed for each function of the delegated class and method are determined by the accessed URL.The URL format is assumed to be as follows for the dispatch using this class.
HTTPリクエストディスパッチハンドラ 目次 ハンドラクラス名 モジュール一覧 制約 ディスパッチの設定を行う アクションが複数のパッケージに配置される場合の設定を行う 本ハンドラは、アプリケーションの機能ごとに行う処理を記載するアクションに処理を委譲する。 委譲先のクラス、メソッドは、アクセスしたURLによって決定される。 本クラスを使用したディスパッチでは、URL形式は下記の通りであることを想定している。
JAX-RS Response Handler Table of contents Handler class name Module list Constraints Generate responses in response to exceptions and errors Log output in response to exceptions and errors Expansion example Configure a message in response to an error Return individually defined error response for specific errors Add common processing to the response returned to the client This handler returns the response information from the subsequent handler (resource (action) class or Request Body Conversion Handler) to the client.
JAX-RSレスポンスハンドラ 目次 ハンドラクラス名 モジュール一覧 制約 例外及びエラーに応じたレスポンスの生成 例外及びエラーに応じたログ出力 拡張例 エラー時のレスポンスにメッセージを設定する 特定のエラーの場合に個別に定義したエラーレスポンスを返却する クライアントに返すレスポンスに共通処理を追加する 本ハンドラでは、後続のハンドラ(リソース(アクション)クラスや リクエストボディ変換ハンドラ ) から戻されたレスポンス情報を、クライアントに返却する。
Request Dispatch Handler Table of contents Handler class name Module list Constraints Base package and base path settings Dispatch to classes of multiple packages Configuration of class name prefix and suffix Dispatch to complex packages Lazy execution of the class to be dispatched This handler delegates processing to an action that describes the process to be performed for each function of the application.
共通ハンドラ 6.1.3. リクエストディスパッチハンドラ GitHub English 6.1.3. リクエストディスパッチハンドラ 目次 ハンドラクラス名 モジュール一覧 制約 ベースパッケージ、ベースパスの設定 複数パッケージのクラスにディスパッチする クラス名のプレフィクス、サフィックスの設定 複雑なパッケージへのディスパッチ ディスパッチ対象クラスを遅延実行する 本ハンドラは、アプリケーションの機能ごとに行う処理を記載するアクションに処理を委譲する。
HTTP Rewrite Handler Table of contents Handler class name Module list Constraints Rewrite settings Configure value to variable This handler provides a function to rewrite the request path, content path and variables for HTTP requests and responses.
HTTPリライトハンドラ 目次 ハンドラクラス名 モジュール一覧 制約 書き換えの設定 変数に値を設定 本ハンドラは、HTTPのリクエストおよびレスポンスに対して、リクエストパスとコンテンツパス、 および変数の書き換えを行う機能を提供する。
HTTP Messaging Response Conversion Handler Table of contents Handler class name Module list Constraints Value set in the response header Change the layout of the framework control header This handler converts the response message object created by the subsequent handler to a HTTP response object.
HTTPメッセージングレスポンス変換ハンドラ 目次 ハンドラクラス名 モジュール一覧 制約 レスポンスヘッダーに設定される値 フレームワーク制御ヘッダのレイアウトを変更する 本ハンドラでは、後続のハンドラが作成した応答電文オブジェクトをHTTPレスポンスオブジェクトに変換する。
Message Response Control Handler Table of contents Handler class name Module list Constraints Configuring the framework control header This handler creates a response message and returns (sends) it to the connection destination based on the results of the ResponseMessage object, which is the processing result of the subsequent handler.
電文応答制御ハンドラ 目次 ハンドラクラス名 モジュール一覧 制約 フレームワーク制御ヘッダの設定 本ハンドラでは、後続ハンドラの処理結果である ResponseMessage オブジェクトの内容をもとに、 応答電文を作成し接続先システムに返却(送信)する。
HTTP Response Handler Table of contents Handler class name Module list Constraints How to convert the response Custom response writer Change the HTTP status code Switching the content path for each language How to handle fatal errors that occur in this handler This handler calls the servlet API and sends a response to the client according to HttpResponse returned by the subsequent handler.
HTTPレスポンスハンドラ 目次 ハンドラクラス名 モジュール一覧 制約 応答の変換方法 カスタムレスポンスライター HTTPステータスコードの変更 言語毎のコンテンツパスの切り替え 本ハンドラ内で発生した致命的エラーの対応 本ハンドラは、後続ハンドラが返す HttpResponse に従い、サーブレットAPIを 呼び出しクライアントへのレスポンスを行う。
Mobile Terminal Access Handler Table of contents Handler class name Module list Constraints Tags that suppress the JavaScript output URL association This handler implements the following to operate a web application in an environment where JavaScript does not work, such as the mobile phone (so called feature phone).
携帯端末アクセスハンドラ 目次 ハンドラクラス名 モジュール一覧 制約 JavaScript出力が抑制されるタグ URLの関連付け 本ハンドラでは、いわゆる feature phone と呼ばれる携帯電話など、JavaScriptが動作しない環境でウェブアプリケーションを動作させるために、下記を実現する。
Thread Context Variable Management Handler GitHub 日本語 6.1.5. Thread Context Variable Management Handler Table of contents Handler class name Module list Constraints Initialize the thread context for each request Setting a User ID Set/get attribute value of thread context Create a screen for the user to select a language Create a screen for the user to select a time zone This handler performs the initialization process for each attribute value of thread context for each request.
共通ハンドラ 6.1.5. スレッドコンテキスト変数管理ハンドラ Edit on GitHub 6.1.5. スレッドコンテキスト変数管理ハンドラ 目次 ハンドラクラス名 モジュール一覧 制約 リクエスト毎にスレッドコンテキストの初期化を行う ユーザIDを設定する スレッドコンテキストの属性値を設定/取得する ユーザが言語を選択する画面を作る ユーザがタイムゾーンを選択する画面を作る スレッドコンテキストの各属性値について、リクエスト毎に初期化処理を行うハンドラ。
Database Connection Management Handler GitHub 日本語 6.1.7. Database Connection Management Handler Table of contents Handler class name Module list Constraints Configure the connection destination of the database Use Multiple Database Connections (Transactions) in an Application This handler manages the database connection on the thread for use by the subsequent handler and library.
共通ハンドラ 6.1.7. データベース接続管理ハンドラ Edit on GitHub 6.1.7. データベース接続管理ハンドラ 目次 ハンドラクラス名 モジュール一覧 制約 データベースの接続先の設定を行う アプリケーションで複数のデータベース接続(トランザクション)を使用する 後続のハンドラ及びライブラリで使用するためのデータベース接続を、スレッド上で管理するハンドラ。
Er zijn geen resultaten gevonden voor deze term.
Ga naar Premium voor toegang tot miljoenen vertaalvoorbeelden, onbeperkt woorden opslaan en leren, zonder advertenties.

Synoniemen voor class name module in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
shield: shape used for displaying armorial bearings
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 18. Exact: 18. Verstreken tijd: 19 ms.