パッケージ org.apache.struts.action

The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model.

参照:
          説明

インタフェースの概要
PlugIn A PlugIn is a configuration wrapper for a module-specific resource or service that needs to be notified about application startup and application shutdown events (corresponding to when the container calls init() and destroy() on the corresponding ActionServlet instance).
 

クラスの概要
Action ActionはHTTPリクエストの内容とそのリクエストを処理するために実行されるべきビジネスロジックとの間のアダプタクラスです。
ActionError ActionFormvalidate()メソッドが返す個々のエラーメッセージをカプセル化したもので、 メッセージキー(適切なメッセージリソースデータベースにあるメッセージテキストを探し出すために使われます)とメッセージテキストの中のパラメータを置換するために使われる4つまでのプレースホルダーオブジェクトから構成されます。
ActionErrors ActionFormvalidate()メソッドが報告するエラーメッセージをカプセル化するクラスです。
ActionException 推奨されていません。 Replaced by org.apache.struts.config.ExceptionConfig
ActionForm ActionFormは1つ以上のActionMappings に関連づけることのできるJavaBeanです。
ActionFormBean ActionFormBeanはStrutsの設定ファイル中の <form-bean>要素からロードされるフォームBeanの定義です。
ActionFormBeans 推奨されていません。 Replaced by collection of FormBeanConfig instances in ModuleConfig
ActionForward ActionForwardActionクラスの処理の結果、 コントローラServlet(ActionServlet)によって実行される、 RequestDispatcher.forward()またはHttpServletResponse.sendRedirect()の遷移先を表わします。
ActionForwards 推奨されていません。 Replaced by collection of ForwardConfig instances in ModuleConfig and ActionConfig
ActionMapping ActionMappingはコントローラサーブレットであるActionServletが知っている情報(リクエストとアクションクラスのインスタンスとのマッピング)を表します。
ActionMappings 推奨されていません。 Replaced by collection of ActionConfig instances in ModuleConfig
ActionMessage An encapsulation of an individual message returned by the validate() method of an ActionForm, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.
ActionMessages A class that encapsulates messages.
ActionServlet ActionServlet represents the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
ActionServletWrapper ActionServletが持つメソッドのうち、 他のオブジェクトが必要とするメソッドのみを公開するためのラッパです。
DynaActionForm Specialized subclass of ActionForm that allows the creation of form beans with dynamic sets of properties, without requiring the developer to create a Java class for each type of form bean.
DynaActionFormClass Implementation of DynaClass for DynaActionForm classes that allow developers to define ActionForms without having to individually code all of the classes.
ExceptionHandler An ExceptionHandler is configured in the Struts configuration file to handle a specific type of exception thrown by an Action's execute method.
ForwardingActionForward ActionForwardのサブクラスです。
RedirectingActionForward ActionForwardのサブクラスです。
RequestActionMapping ActionMappingのサブクラスです。
RequestProcessor RequestProcessor contains the processing logic that the Struts controller servlet performs as it receives each servlet request from the container.
SessionActionMapping ActionMappingのサブクラスです。
 

パッケージ org.apache.struts.action の説明

The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model.



Action Package UML

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

翻訳者:
校正者:
翻訳状況:
訳者募集中
翻訳更新日:


このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2003 - Apache Software Foundation