|
||||||||||
| 前のパッケージ 次のパッケージ | フレームあり フレームなし | |||||||||
参照:
説明
| インタフェースの概要 | |
| 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 | ActionFormのvalidate()メソッドが返す個々のエラーメッセージをカプセル化したもので、
メッセージキー(適切なメッセージリソースデータベースにあるメッセージテキストを探し出すために使われます)とメッセージテキストの中のパラメータを置換するために使われる4つまでのプレースホルダーオブジェクトから構成されます。 |
| ActionErrors | ActionFormのvalidate()メソッドが報告するエラーメッセージをカプセル化するクラスです。
|
| 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 | ActionForwardはActionクラスの処理の結果、
コントローラ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のサブクラスです。
|
The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model.
|
||||||||||
| 前のパッケージ 次のパッケージ | フレームあり フレームなし | |||||||||