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

A

Action - class org.apache.struts.action.Action.
ActionはHTTPリクエストの内容とそのリクエストを処理するために実行されるべきビジネスロジックとの間のアダプタクラスです。
Action() - class org.apache.struts.action.Action のコンストラクタ
 
ActionBase - class org.apache.struts.action.ActionBase.
推奨されていません。 アプリケーションのactionクラスはこのクラスではなく直接Actionを継承するようにしてください。
ActionBase() - class org.apache.struts.action.ActionBase のコンストラクタ
推奨されていません。  
ActionError - class org.apache.struts.action.ActionError.
ActionFormvalidate()メソッドが返す個々のエラーメッセージをカプセル化したもので、 メッセージキー(適切なメッセージリソースデータベースにあるメッセージテキストを探し出すために使われます)とメッセージテキストの中のパラメータを置換するために使われる4つまでのプレースホルダーオブジェクトから構成されます。
ActionError(String) - class org.apache.struts.action.ActionError のコンストラクタ
置換用の値を持たないアクションエラーを構築します。
ActionError(String, Object) - class org.apache.struts.action.ActionError のコンストラクタ
指定された置換用の値を持つアクションエラーを構築します。
ActionError(String, Object, Object) - class org.apache.struts.action.ActionError のコンストラクタ
指定された置換用の値を持つアクションエラーを構築します。
ActionError(String, Object, Object, Object) - class org.apache.struts.action.ActionError のコンストラクタ
指定された置換用の値を持つアクションエラーを構築します。
ActionError(String, Object, Object, Object, Object) - class org.apache.struts.action.ActionError のコンストラクタ
指定された置換用の値を持つアクションエラーを構築します。
ActionErrors - class org.apache.struts.action.ActionErrors.
ActionFormvalidate()メソッドが報告するエラーメッセージをカプセル化するクラスです。
ActionErrors() - class org.apache.struts.action.ActionErrors のコンストラクタ
 
ActionForm - class org.apache.struts.action.ActionForm.
ActionFormは1つ以上のActionMappings に関連づけることのできるJavaBeanです。
ActionForm() - class org.apache.struts.action.ActionForm のコンストラクタ
 
ActionFormBean - class org.apache.struts.action.ActionFormBean.
ActionFormBeanはStrutsの設定ファイル中の <form-bean>要素からロードされるフォームBeanの定義です。
ActionFormBean() - class org.apache.struts.action.ActionFormBean のコンストラクタ
 
ActionFormBeans - class org.apache.struts.action.ActionFormBeans.
内部実装を隠蔽して ActionFormBeanオブジェクトを管理したり検索したりできるように、 ActionFormBeanオブジェクトのコレクションをカプセル化します。
ActionFormBeans() - class org.apache.struts.action.ActionFormBeans のコンストラクタ
 
ActionForward - class org.apache.struts.action.ActionForward.
ActionForwardActionクラスの処理の結果、 コントローラServlet(ActionServlet)によって実行される、 RequestDispatcher.forward()またはHttpServletResponse.sendRedirect()の遷移先を表わします。
ActionForward() - class org.apache.struts.action.ActionForward のコンストラクタ
デフォルトの値を用いて新しいインスタンスを構築します。
ActionForward(String) - class org.apache.struts.action.ActionForward のコンストラクタ
指定されたパスを用いて新しいインスタンスを構築します。
ActionForward(String, boolean) - class org.apache.struts.action.ActionForward のコンストラクタ
指定されたパスとりダイレクトフラグを用いて新しいインスタンスを構築します。
ActionForwards - class org.apache.struts.action.ActionForwards.
内部実装を隠蔽してActionForwardオブジェクトを管理したり検索したりできるように、ActionForwardオブジェクトのコレクションをカプセル化します。
ActionForwards() - class org.apache.struts.action.ActionForwards のコンストラクタ
 
ActionMapping - class org.apache.struts.action.ActionMapping.
ActionMappingはコントローラサーブレットであるActionServletが知っている情報(リクエストとアクションクラスのインスタンスとのマッピング)を表します。
ActionMapping() - class org.apache.struts.action.ActionMapping のコンストラクタ
 
ActionMappingBase - class org.apache.struts.action.ActionMappingBase.
推奨されていません。 現在、ActionMappingはクラスです。そちらを使うようにして下さい。
ActionMappingBase() - class org.apache.struts.action.ActionMappingBase のコンストラクタ
推奨されていません。  
ActionMappings - class org.apache.struts.action.ActionMappings.
内部実装を隠蔽してActionMappingオブジェクトを管理したり検索したりできるように、ActionMappingオブジェクトのコレクションをカプセル化します。
ActionMappings() - class org.apache.struts.action.ActionMappings のコンストラクタ
 
ActionServlet - class org.apache.struts.action.ActionServlet.
ActionServletは、 モデル2としてよく知られるWEBアプリケーションのための 「モデル-ビュー-コントローラ」(MVC)デザインパターンの中の「コントローラ」を実現します。
ActionServlet() - class org.apache.struts.action.ActionServlet のコンストラクタ
 
ActionServletWrapper - class org.apache.struts.action.ActionServletWrapper.
ActionServletが持つメソッドのうち、 他のオブジェクトが必要とするメソッドのみを公開するためのラッパです。
ActionServletWrapper(ActionServlet) - class org.apache.struts.action.ActionServletWrapper のコンストラクタ
オブジェクトを生成し、servletをプロパティとして設定します。
AddDataSourceRule - class org.apache.struts.action.AddDataSourceRule.
ActionServletインスタンス配下にデータソースを追加する、 プライベートなダイジェスタのRuleクラスです。
AddDataSourceRule(Digester) - class org.apache.struts.action.AddDataSourceRule のコンストラクタ
 
AddFormBeanAction - class org.apache.struts.actions.AddFormBeanAction.
コントローラサーブレットの addFormBean() メソッドを呼び出して新しい アクションフォーム定義を動的に追加する、標準の Action です。
AddFormBeanAction() - class org.apache.struts.actions.AddFormBeanAction のコンストラクタ
 
AddForwardAction - class org.apache.struts.actions.AddForwardAction.
コントローラサーブレットの addForward() メソッドを呼び出して新しい アクションフォワード定義を動的に追加する、標準の Action です。
AddForwardAction() - class org.apache.struts.actions.AddForwardAction のコンストラクタ
 
AddMappingAction - class org.apache.struts.actions.AddMappingAction.
コントローラサーブレットの addMapping() メソッドを呼び出して新しい アクションマッピング定義を動的に追加する、標準の Action です。
AddMappingAction() - class org.apache.struts.actions.AddMappingAction のコンストラクタ
 
ArrayStack - class org.apache.struts.util.ArrayStack.
Vector ではなく、 ArrayList ベースによる java.util.Stack API の実装です。
ArrayStack() - class org.apache.struts.util.ArrayStack のコンストラクタ
 
absoluteURL(HttpServletRequest, String) - class org.apache.struts.util.RequestUtils の static メソッド
指定したリクエストに含まれるサーバとコンテキスト情報に基づいて、 指定したコンテキスト相対パスに対する絶対URLを生成し、返します。
accept - class org.apache.struts.taglib.BaseFieldTag の変数
Comma-delimited list of content types that a server processing this form will handle correctly.
accept - class org.apache.struts.taglib.html.BaseFieldTag の変数
Comma-delimited list of content types that a server processing this form will handle correctly.
accessKey - class org.apache.struts.taglib.BaseHandlerTag の変数
Access key character.
accesskey - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Access key character.
action - class org.apache.struts.taglib.FormTag の変数
The action URL to which this form should be submitted, if any.
action - class org.apache.struts.taglib.html.FormTag の変数
The action URL to which this form should be submitted, if any.
actions - class org.apache.struts.action.ActionServlet の変数
生成・初期化されたActionインスタンスを、 その完全修飾クラス名をキーにして格納した集合です。
activeCount - class org.apache.struts.util.GenericDataSource の変数
このデータソースによって既に生成されたコネクション数です。
add(String, ActionError) - class org.apache.struts.action.ActionErrors のメソッド
指定されたプロパティに関して、 エラーの集合にエラーメッセージを追加します。
add(Object) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リストの最後に、指定された要素を追加します。
add(int, Object) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リストの指定された位置に、指定された要素を挿入します。
addAll(Collection) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リストの末尾に、指定されたコレクションのすべての要素を追加します。
addAll(int, Collection) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リスト内の指定された位置に、指定されたコレクションのすべての要素を挿入します。
addCallMethod(String, String, int) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "メソッドを呼び出す" ルールを追加します。
addCallMethod(String, String, int, String[]) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "メソッドを呼び出す" ルールを追加します。
addCallMethod(String, String, int, Class[]) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "メソッドを呼び出す" ルールを追加します。
addCallParam(String, int) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "パラメータを呼び出す" ルールを追加します。
addCallParam(String, int, String) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "パラメータを呼び出す" ルールを追加します。
addDataSource(String, DataSource) - class org.apache.struts.action.ActionServlet のメソッド
当アプリケーションが使用するデータソースオブジェクトを追加します。
addError(String) - class org.apache.struts.util.ErrorMessages のメソッド
推奨されていません。 エラーメッセージキーを蓄積したエラーに追加します。
addFormBean(ActionFormBean) - class org.apache.struts.action.ActionFormBeans のメソッド
このServletのために設定されている集合にフォームBeanを登録します。
addFormBean(ActionFormBean) - class org.apache.struts.action.ActionServlet のメソッド
当サーブレット用に設定された集合にフォームbeanの定義を登録します。
addForward(ActionForward) - class org.apache.struts.action.ActionForwards のメソッド
このServletのために設定されている集合に論理フォワーディングを登録します。
addForward(ActionForward) - class org.apache.struts.action.ActionMapping のメソッド
このマッピングに関連付けられる新しいActionForwardを追加します。
addForward(ActionForward) - class org.apache.struts.action.ActionServlet のメソッド
当サーブレット用に設定されたセットに遷移先を登録します。
addMapping(ActionMapping) - class org.apache.struts.action.ActionMappings のメソッド
このServletのために設定されている集合に論理マッピングを登録します。
addMapping(ActionMapping) - class org.apache.struts.action.ActionServlet のメソッド
当サーブレット用に設定されたセットにマッピングを登録します。
addObjectCreate(String, String) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "オブジェクトを生成する" ルールを追加します。
addObjectCreate(String, String, String) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "オブジェクトを生成する" ルールを追加します。
addOption(StringBuffer, String, String, boolean) - class org.apache.struts.taglib.html.OptionsTag のメソッド
Add an option element to the specified StringBuffer based on the specified parameters.
addProperty(String, String) - class org.apache.struts.util.GenericDataSource のメソッド
コネクションに使用されるコネクションの属性リストに、汎用的な属性を追加します。
addRule(String, Rule) - class org.apache.struts.digester.Digester のメソッド
指定されたパターンを検出するルールを新規に登録します。
addServletMapping(String, String) - class org.apache.struts.action.ActionServlet のメソッド
Webアプリケーションの配置記述子にある、 当サーブレット用のサーブレットマッピングを設定します。
addSetNext(String, String) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "次のオブジェクトをセットする" ルールを追加します。
addSetNext(String, String, String) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "次のオブジェクトをセットする" ルールを追加します。
addSetProperties(String) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "複数のプロパティを設定する" ルールを追加します。
addSetProperty(String, String, String) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "プロパティを設定する" ルールを追加します。
addSetTop(String, String) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "最上位オブジェクトをセットする" ルールを追加します。
addSetTop(String, String, String) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "最上位オブジェクトをセットする" ルールを追加します。
align - class org.apache.struts.taglib.html.ImageTag の変数
The alignment for this image.
align - class org.apache.struts.taglib.html.ImgTag の変数
The property to specify where to align the image.
allElements - class org.apache.struts.upload.DiskMultipartRequestHandler の変数
全ての要素を表すハッシュテーブル。
alt - class org.apache.struts.taglib.html.ImageTag の変数
The alternate text for this image.
alt() - class org.apache.struts.taglib.html.ImageTag のメソッド
Return the alternate text to be included on this generated element, or null if there is no such text.
alt - class org.apache.struts.taglib.html.ImgTag の変数
The alternate text to display for the image.
alt() - class org.apache.struts.taglib.html.ImgTag のメソッド
Return the alternate text to be included on this generated element, or null if there is no such text.
altKey - class org.apache.struts.taglib.html.ImageTag の変数
The message resources key for the alternate text for this image.
altKey - class org.apache.struts.taglib.html.ImgTag の変数
The message lookup key used to look up internationalized messages.
anchor - class org.apache.struts.taglib.bean.IncludeTag の変数
The anchor to be added to the end of the generated hyperlink.
anchor - class org.apache.struts.taglib.html.LinkTag の変数
The anchor to be added to the end of the generated hyperlink.
anchor - class org.apache.struts.taglib.logic.RedirectTag の変数
The anchor to be added to the end of the generated hyperlink.
application - class org.apache.struts.action.ActionServlet の変数
このアプリケーションに関する(メッセージ)リソースです。
arg0 - class org.apache.struts.taglib.MessageTag の変数
The first optional argument.
arg0 - class org.apache.struts.taglib.bean.MessageTag の変数
The first optional argument.
arg1 - class org.apache.struts.taglib.MessageTag の変数
The second optional argument.
arg1 - class org.apache.struts.taglib.bean.MessageTag の変数
The second optional argument.
arg2 - class org.apache.struts.taglib.MessageTag の変数
The third optional argument.
arg2 - class org.apache.struts.taglib.bean.MessageTag の変数
The third optional argument.
arg3 - class org.apache.struts.taglib.MessageTag の変数
The fourth optional argument.
arg3 - class org.apache.struts.taglib.bean.MessageTag の変数
The fourth optional argument.
arg4 - class org.apache.struts.taglib.MessageTag の変数
The fifth optional argument.
arg4 - class org.apache.struts.taglib.bean.MessageTag の変数
The fifth optional argument.
attribute - class org.apache.struts.action.ActionMapping の変数
生成されたアクションフォームBeanが存在する場合に、それが保持されているリクエストまたはセッションの属性名です。
attributeName - class org.apache.struts.digester.CallParamRule の変数
パラメータの値から保存される属性。
attributeName - class org.apache.struts.digester.ObjectCreateRule の変数
もしあった場合に、その内容でクラス名を代替する属性。
autoCommit - class org.apache.struts.util.GenericConnection の変数
解放後に返す、初期化時の自動コミットステータス
autoCommit - class org.apache.struts.util.GenericDataSource の変数
新しく生成されるコネクションに使用される、自動コミット設定のデフォルト値です。
available() - class org.apache.struts.upload.BufferedMultipartInputStream のメソッド
再充填されるまでに、読み込みに利用できるバッファの残りのバイト数を返します。

B

BEAN_KEY - class org.apache.struts.taglib.Constants の static 変数
The attribute key for the bean our form is related to.
BEAN_KEY - class org.apache.struts.taglib.html.Constants の static 変数
The attribute key for the bean our form is related to.
BUFFER_SIZE - class org.apache.struts.taglib.bean.IncludeTag の static 変数
Buffer size to use when reading the input stream.
BUFFER_SIZE - class org.apache.struts.taglib.bean.ResourceTag の static 変数
Buffer size to use when reading the input stream.
BaseAttributeTag - class org.apache.struts.taglib.BaseAttributeTag.
Base class for conditionals based on the presence or absence of attributes in some appropriate scope (default=session).
BaseAttributeTag() - class org.apache.struts.taglib.BaseAttributeTag のコンストラクタ
 
BaseFieldTag - class org.apache.struts.taglib.BaseFieldTag.
Convenience base class for the various input tags for text fields.
BaseFieldTag() - class org.apache.struts.taglib.BaseFieldTag のコンストラクタ
 
BaseFieldTag - class org.apache.struts.taglib.html.BaseFieldTag.
Convenience base class for the various input tags for text fields.
BaseFieldTag() - class org.apache.struts.taglib.html.BaseFieldTag のコンストラクタ
 
BaseHandlerTag - class org.apache.struts.taglib.BaseHandlerTag.
Base class for tags that render form elements capable of including JavaScript event handlers and/or CSS Style attributes.
BaseHandlerTag() - class org.apache.struts.taglib.BaseHandlerTag のコンストラクタ
 
BaseHandlerTag - class org.apache.struts.taglib.html.BaseHandlerTag.
Base class for tags that render form elements capable of including JavaScript event handlers and/or CSS Style attributes.
BaseHandlerTag() - class org.apache.struts.taglib.html.BaseHandlerTag のコンストラクタ
 
BaseInputTag - class org.apache.struts.taglib.BaseInputTag.
Abstract base class for the various input tags.
BaseInputTag() - class org.apache.struts.taglib.BaseInputTag のコンストラクタ
 
BaseInputTag - class org.apache.struts.taglib.html.BaseInputTag.
Abstract base class for the various input tags.
BaseInputTag() - class org.apache.struts.taglib.html.BaseInputTag のコンストラクタ
 
BaseTag - class org.apache.struts.taglib.BaseTag.
Renders an HTML element with an href attribute pointing to the absolute location of the enclosing JSP page.
BaseTag() - class org.apache.struts.taglib.BaseTag のコンストラクタ
 
BaseTag - class org.apache.struts.taglib.html.BaseTag.
Renders an HTML element with an href attribute pointing to the absolute location of the enclosing JSP page.
BaseTag() - class org.apache.struts.taglib.html.BaseTag のコンストラクタ
 
BeanUtils - class org.apache.struts.util.BeanUtils.
推奨されていません。 Struts 1.0 final以降のいずれかの時点で、Jakarta Commons Beanutils パッケージ中の同等なクラスに置き換えられます。
BeanUtils() - class org.apache.struts.util.BeanUtils のコンストラクタ
推奨されていません。  
BufferedMultipartInputStream - class org.apache.struts.upload.BufferedMultipartInputStream.
このクラスは readLine() メソッドのように InputStream のバッファリングを行います。
BufferedMultipartInputStream(InputStream, int, long, long) - class org.apache.struts.upload.BufferedMultipartInputStream のコンストラクタ
このクラスの公開コンストラクタであり、与えられた InputStream をラップするだけのもの。
ButtonTag - class org.apache.struts.taglib.ButtonTag.
Renders an HTML BUTTON tag within the Struts framework.
ButtonTag() - class org.apache.struts.taglib.ButtonTag のコンストラクタ
 
ButtonTag - class org.apache.struts.taglib.html.ButtonTag.
Renders an HTML BUTTON tag within the Struts framework.
ButtonTag() - class org.apache.struts.taglib.html.ButtonTag のコンストラクタ
 
begin(AttributeList) - class org.apache.struts.action.AddDataSourceRule のメソッド
 
begin(AttributeList) - class org.apache.struts.digester.CallMethodRule のメソッド
要素の先頭での処理を行います。
begin(AttributeList) - class org.apache.struts.digester.CallParamRule のメソッド
要素の先頭での処理を行います。
begin(AttributeList) - class org.apache.struts.digester.ObjectCreateRule のメソッド
要素の先頭での処理を行います。
begin(AttributeList) - class org.apache.struts.digester.Rule のメソッド
このメソッドは一致した XML 要素の先頭に到達したときに呼び出されます。
begin(AttributeList) - class org.apache.struts.digester.SetPropertiesRule のメソッド
要素の先頭での処理を行います。
begin(AttributeList) - class org.apache.struts.digester.SetPropertyRule のメソッド
要素の先頭での処理を行います。
body(String) - class org.apache.struts.digester.CallMethodRule のメソッド
当該要素のボディテキストを処理します。
body(String) - class org.apache.struts.digester.CallParamRule のメソッド
当該要素のボディテキストを処理します。
body(String) - class org.apache.struts.digester.Rule のメソッド
このメソッドは一致した XML 要素のボディに到達したときに呼び出されます。
bodyText - class org.apache.struts.digester.CallMethodRule の変数
当該要素から収集したボディテキスト。
bodyText - class org.apache.struts.digester.CallParamRule の変数
当該要素から収集したボディテキスト。
bodyText - class org.apache.struts.digester.Digester の変数
処理中の要素のボディテキスト。
bodyTexts - class org.apache.struts.digester.Digester の変数
一連の要素のボディテキストの( StringBuffer 型の)スタック。
border - class org.apache.struts.taglib.html.ImageTag の変数
The border size around the image.
border - class org.apache.struts.taglib.html.ImgTag の変数
The border size around the image.
boundary - class org.apache.struts.upload.MultipartIterator の変数
マルチパートリクエストの境界文字。
boundaryBytes - class org.apache.struts.upload.MultipartIterator の変数
マルチパートリクエストの境界文字のバイト配列表現。
boundaryBytes - class org.apache.struts.upload.MultipartValueStream の変数
境界文字を入れるバイト型バッファ
boundaryReached - class org.apache.struts.upload.MultipartValueStream の変数
境界文字まで到達したか?
buffer - class org.apache.struts.upload.BufferedMultipartInputStream の変数
バッファされたデータを保持するためのバイト配列。
buffer - class org.apache.struts.util.ServletContextWriter の変数
ロギングする行を蓄積するバッファ。
bufferLength - class org.apache.struts.upload.BufferedMultipartInputStream の変数
配下の InputStream からバッファに読み込んだバイト数。
bufferOffset - class org.apache.struts.upload.BufferedMultipartInputStream の変数
バッファのバイト配列内おける現在位置。
bufferSize - class org.apache.struts.action.ActionServlet の変数
クライアントからのファイルアップロードで使用するバッファのバイト数です。
bufferSize - class org.apache.struts.upload.BufferedMultipartInputStream の変数
バッファのバイト配列のサイズ。
bufferSize - class org.apache.struts.upload.MultipartIterator の変数
リクエストから一度に読めるデータの総量。
bundle - class org.apache.struts.taglib.MessageTag の変数
The servlet context attribute key for our resources.
bundle - class org.apache.struts.taglib.bean.MessageTag の変数
The servlet context attribute key for our resources.
bundle - class org.apache.struts.taglib.html.ErrorsTag の変数
The servlet context attribute key for our resources.
bundle - class org.apache.struts.taglib.html.ImageTag の変数
The servlet context attribute key for our resources.
bundle - class org.apache.struts.taglib.html.ImgTag の変数
The name of the servlet context attribute containing our message resources.
bundle - class org.apache.struts.taglib.html.OptionTag の変数
The name of the servlet context attribute containing our message resources.

C

CANCEL_PROPERTY - class org.apache.struts.taglib.Constants の static 変数
The property under which a Cancel button press is reported.
CANCEL_PROPERTY - class org.apache.struts.taglib.html.Constants の static 変数
The property under which a Cancel button press is reported.
CANCEL_PROPERTY_X - class org.apache.struts.taglib.html.Constants の static 変数
The property under which a Cancel button press is reported, if the Cancel button is rendered as an image.
CallMethodRule - class org.apache.struts.digester.CallMethodRule.
後続の CallParamRule または、当該要素のボディから収集した引数を渡して、 最上位(親)オブジェクトのメソッドを呼び出すルールを実装しています。
CallMethodRule(Digester, String, int) - class org.apache.struts.digester.CallMethodRule のコンストラクタ
メソッド名を指定して "メソッドを呼び出す" ルールを構築します。
CallMethodRule(Digester, String, int, String[]) - class org.apache.struts.digester.CallMethodRule のコンストラクタ
メソッド名を指定して "メソッドを呼び出す" ルールを構築します。
CallMethodRule(Digester, String, int, Class[]) - class org.apache.struts.digester.CallMethodRule のコンストラクタ
メソッド名を指定して "メソッドを呼び出す" ルールを構築します。
CallParamRule - class org.apache.struts.digester.CallParamRule.
CallMethodRule ルールに関連して呼び出され利用される、 要素の属性またはそのボディのどちらか一方からパラメータを取り出し保存するルールを実装しています。
CallParamRule(Digester, int) - class org.apache.struts.digester.CallParamRule のコンストラクタ
当該要素のボディテキストをパラメータ値として保存する "パラメータを呼び出す" ルールを構築します。
CallParamRule(Digester, int, String) - class org.apache.struts.digester.CallParamRule のコンストラクタ
指定した属性の値をパラメータ値として保存する "パラメータを呼び出す" ルールを構築します。
CancelTag - class org.apache.struts.taglib.CancelTag.
Tag for input fields of type "cancel".
CancelTag() - class org.apache.struts.taglib.CancelTag のコンストラクタ
 
CancelTag - class org.apache.struts.taglib.html.CancelTag.
Tag for input fields of type "cancel".
CancelTag() - class org.apache.struts.taglib.html.CancelTag のコンストラクタ
 
CheckboxTag - class org.apache.struts.taglib.CheckboxTag.
Tag for input fields of type "checkbox".
CheckboxTag() - class org.apache.struts.taglib.CheckboxTag のコンストラクタ
 
CheckboxTag - class org.apache.struts.taglib.html.CheckboxTag.
Tag for input fields of type "checkbox".
CheckboxTag() - class org.apache.struts.taglib.html.CheckboxTag のコンストラクタ
 
CompareTagBase - class org.apache.struts.taglib.logic.CompareTagBase.
Abstract base class for comparison tags.
CompareTagBase() - class org.apache.struts.taglib.logic.CompareTagBase のコンストラクタ
 
ConditionalTagBase - class org.apache.struts.taglib.logic.ConditionalTagBase.
Abstract base class for the various conditional evaluation tags.
ConditionalTagBase() - class org.apache.struts.taglib.logic.ConditionalTagBase のコンストラクタ
 
Constants - class org.apache.struts.taglib.Constants.
Manifest constants for this package.
Constants() - class org.apache.struts.taglib.Constants のコンストラクタ
 
Constants - class org.apache.struts.taglib.html.Constants.
Manifest constants for this package.
Constants() - class org.apache.struts.taglib.html.Constants のコンストラクタ
 
Content - class org.apache.struts.taglib.template.util.Content.
A utility file for templates.
Content(String, String) - class org.apache.struts.taglib.template.util.Content のコンストラクタ
The only constructor.
ContentLengthExceededException - exception org.apache.struts.upload.ContentLengthExceededException.
この例外はマルチパートポストデータが Content-Length ヘッダで与えられた値を超えた場合にスローされます。
ContentLengthExceededException() - class org.apache.struts.upload.ContentLengthExceededException のコンストラクタ
 
ContentLengthExceededException(long) - class org.apache.struts.upload.ContentLengthExceededException のコンストラクタ
 
ContentMap - class org.apache.struts.taglib.template.util.ContentMap.
A simple facade for a hash map.
ContentMap() - class org.apache.struts.taglib.template.util.ContentMap のコンストラクタ
Explicitly declare a do-nothing, no-arg constructor.
ContentMapStack - class org.apache.struts.taglib.template.util.ContentMapStack.
This class provides access to a stack of ContentMaps in request scope through static methods.
ContentMapStack() - class org.apache.struts.taglib.template.util.ContentMapStack のコンストラクタ
No instantiations of this class are allowed.
ConvertUtils - class org.apache.struts.util.ConvertUtils.
推奨されていません。 Struts 1.0 final以降のいずれかの時点で、Jakarta Commons Beanutils パッケージ中の同等なクラスに置き換えられます。
ConvertUtils() - class org.apache.struts.util.ConvertUtils のコンストラクタ
推奨されていません。  
CookieTag - class org.apache.struts.taglib.bean.CookieTag.
Define a scripting variable based on the value(s) of the specified cookie received with this request.
CookieTag() - class org.apache.struts.taglib.bean.CookieTag のコンストラクタ
 
CookieTei - class org.apache.struts.taglib.bean.CookieTei.
Implementation of TagExtraInfo for the cookie tag, identifying the scripting object(s) to be made visible.
CookieTei() - class org.apache.struts.taglib.bean.CookieTei のコンストラクタ
 
catalog - class org.apache.struts.util.GenericConnection の変数
解放後に返す、初期化時のカタログ名
characters(char[], int, int) - class org.apache.struts.digester.Digester のメソッド
XML 要素のボディから文字データを受け取ったことをプロセスから通知されます。
checkError() - class org.apache.struts.util.ServletContextWriter のメソッド
ストリームをフラッシュし、そのエラー状態をチェックします。
className - class org.apache.struts.digester.ObjectCreateRule の変数
生成されるオブジェクトの Java クラス名。
clazz - class org.apache.struts.actions.DispatchAction の変数
この DispatchAction クラスの Class インスタンス。
clazz - class org.apache.struts.util.MessageResourcesFactory の static 変数
MessageResourcesFactory インスタンスで使用される Java クラス。
clear() - class org.apache.struts.action.ActionErrors のメソッド
このオブジェクトに記録されている全てのエラーメッセージをクリアします。
clear() - class org.apache.struts.digester.Digester のメソッド
オブジェクトスタックの現在の状態をクリアします。
clear() - class org.apache.struts.util.ArrayStack のメソッド
全ての要素をこのスタックから取り除きます。
clear() - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リストからすべての要素を削除します。
clear() - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 マップから全てのマッピングを削除します。
clear() - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 マップから全てのマッピングを削除します。
clearWarnings() - class org.apache.struts.util.GenericConnection のメソッド
この Connection の持つ全ての警告情報をクリアします。
clone() - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 FastArrayList のインスタンスのシャローコピーを返します。
clone() - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 FastHashMap のインスタンスのシャローコピーを返します。.
clone() - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 FastTreeMap のインスタンスのシャローコピーを返します。
cloneBean(Object) - class org.apache.struts.util.BeanUtils の static メソッド
推奨されていません。 引数の bean クラスが Cloneable を実装していない場合でも、 利用可能なプロパティのセッター/ゲッターに基づいて bean のクローンを返します。
close() - class org.apache.struts.upload.BufferedMultipartInputStream のメソッド
このメソッドは、配下の InputStream のクローズを試みます。
close() - class org.apache.struts.util.GenericConnection のメソッド
データソースのコネクションプールに、ラップしているコネクションを返します。
close() - class org.apache.struts.util.GenericDataSource のメソッド
このデータソースによって生成された全てのコネクションをクローズします。
close() - class org.apache.struts.util.ServletContextWriter のメソッド
ストリームをクローズします。
closed - class org.apache.struts.util.GenericConnection の変数
ラップしているコネクションがクローズしているかのフラグ
closed - class org.apache.struts.util.GenericDataSource の変数
このデータソースが既にクローズされたかどうかを表します。
collection - class org.apache.struts.taglib.EnumerateTag の変数
The collection over which we will be iterating.
collection - class org.apache.struts.taglib.IterateTag の変数
The collection over which we will be iterating.
collection - class org.apache.struts.taglib.bean.SizeTag の変数
The actual collection to be counted.
collection - class org.apache.struts.taglib.html.OptionsTag の変数
The name of the collection containing beans that have properties to provide both the values and the labels (identified by the property and labelProperty attributes).
collection - class org.apache.struts.taglib.logic.IterateTag の変数
The collection over which we will be iterating.
cols - class org.apache.struts.taglib.BaseInputTag の変数
The number of character columns for this field, or negative for no limit.
cols - class org.apache.struts.taglib.html.BaseInputTag の変数
The number of character columns for this field, or negative for no limit.
commit() - class org.apache.struts.util.GenericConnection のメソッド
前回のコミットかロールバック処理からの全ての変更内容を反映し、 現在保持しているデータベースのロックを開放します。
comparator() - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 現在使用しているコンパレータを返します。
computeParameters(PageContext, String, String, String, String, String, String, String, boolean) - class org.apache.struts.util.RequestUtils の static メソッド
生成されたURLに動的に追加されるクエリパラメータを計算します。
computeURL(PageContext, String, String, String, Map, String, boolean) - class org.apache.struts.util.RequestUtils の static メソッド
forward, href, あるいは page の中の、 null でない一つのパラメータに基づき、ハイパーリンクURLを計算します。
condition() - class org.apache.struts.taglib.logic.CompareTagBase のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition(int, int) - class org.apache.struts.taglib.logic.CompareTagBase のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.ConditionalTagBase のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.EqualTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.GreaterEqualTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.GreaterThanTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.LessEqualTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.LessThanTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.MatchTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition(boolean) - class org.apache.struts.taglib.logic.MatchTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.NotEqualTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.NotMatchTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.NotPresentTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.PresentTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition(boolean) - class org.apache.struts.taglib.logic.PresentTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
config - class org.apache.struts.action.ActionServlet の変数
設定ファイル(struts-config.xml)のコンテキストからの相対パスです。
config - class org.apache.struts.util.MessageResources の変数
MessageResourcesを初期化する際の設定パラメータ
conn - class org.apache.struts.util.GenericConnection の変数
ラップしているコネクション
connections - class org.apache.struts.util.GenericDataSource の変数
既に生成済みだが現在使われていない(関連するラッパークラスにラップされた) コネクションのリストです。
constant - class org.apache.struts.taglib.html.MultiboxTag の変数
The constant String value to be returned when this checkbox is selected and the form is submitted.
contains(Object) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リストに指定の要素がある場合に true を返します。
containsAll(Collection) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リストに指定のコレクションのすべての要素がある場合に true を返します。
containsKey(Object) - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 マップが指定のキーのマッピングを保持する場合に true を返します。
containsKey(Object) - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 マップが指定のキーのマッピングを保持する場合に true を返します。
containsValue(Object) - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 マップが 1 つまたは複数のキーと指定された値をマッピングしている場合に true を返します。
containsValue(Object) - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 マップが 1 つ以上のキーを指定の値にマップする場合に true を返します。
content - class org.apache.struts.action.ActionServlet の変数
各レスポンスに設定されるコンテントタイプとキャラクタエンコーディングのデフォルト値です。
content - class org.apache.struts.taglib.template.PutTag の変数
The content's URI (or text).
content - class org.apache.struts.taglib.template.util.Content の変数
Templates regard this as content to be either included or printed directly.
contentLength - class org.apache.struts.upload.BufferedMultipartInputStream の変数
マルチパートデータのコンテント長。
contentLength - class org.apache.struts.upload.MultipartIterator の変数
リクエストのコンテント長。
contentLengthMet - class org.apache.struts.upload.BufferedMultipartInputStream の変数
Content-Length のバイト数まで読んだかどうか。
contentLengthMet() - class org.apache.struts.upload.BufferedMultipartInputStream のメソッド
 
contentRead - class org.apache.struts.upload.MultipartIterator の変数
ストリームの入力が完了したかどうか。
contentType - class org.apache.struts.upload.DiskFile の変数
ファイルのコンテントタイプ。
contentType - class org.apache.struts.upload.MultipartElement の変数
この要素のコンテントタイプ。
context - class org.apache.struts.util.ServletContextWriter の変数
関連付けされているサーブレットコンテキスト。
convert(Object) - class org.apache.struts.util.ConvertUtils の static メソッド
推奨されていません。 指定した値を String へ変換します。
convert(String, Class) - class org.apache.struts.util.ConvertUtils の static メソッド
推奨されていません。 指定した値を指定したクラスのオブジェクトに(可能ならば)変換します。
convert(String[], Class) - class org.apache.struts.util.ConvertUtils の static メソッド
推奨されていません。 指定した値の配列を指定したクラスのオブジェクト配列に(可能ならば)変換します。
convertBoolean(String, Boolean) - class org.apache.struts.util.ConvertUtils の static メソッド
推奨されていません。 String 値を対応する Boolean 値に変換します。
convertByte(String, Byte) - class org.apache.struts.util.ConvertUtils の static メソッド
推奨されていません。 String 値を対応する Byte 値に変換します。
convertCharacter(String, Character) - class org.apache.struts.util.ConvertUtils の static メソッド
推奨されていません。 String 値を対応する Character 値に変換します。
convertDouble(String, Double) - class org.apache.struts.util.ConvertUtils の static メソッド
推奨されていません。 String 値を対応する Double 値に変換します。
convertFloat(String, Float) - class org.apache.struts.util.ConvertUtils の static メソッド
推奨されていません。 String 値を対応する Float 値に変換します。
convertInteger(String, Integer) - class org.apache.struts.util.ConvertUtils の static メソッド
推奨されていません。 String 値を対応する Integer 値に変換します。
convertLong(String, Long) - class org.apache.struts.util.ConvertUtils の static メソッド
推奨されていません。 String 値を対応する Long 値に変換します。
convertShort(String, Short) - class org.apache.struts.util.ConvertUtils の static メソッド
推奨されていません。 String 値を対応する Short 値に変換します。
cookie - class org.apache.struts.taglib.logic.ConditionalTagBase の変数
The name of the cookie to be used as a variable.
copyProperties(Object, Object) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 名前が同じすべてのプロパティについて "origin"のbeanから"destination"のbeanへプロパティの値をコピーします (BeanInfoクラスによって、実際のゲッター、セッターメソッドが カスタマイズされている場合でも)。
createConnection() - class org.apache.struts.util.GenericDataSource のメソッド
対応するラッパーにラップされた新しいJDBCコネクションを生成、設定して返します。
createFactory() - class org.apache.struts.util.MessageResourcesFactory の static メソッド
カスタマイズされた MessageResources インスタンスを生成することのできる適切な MessageResourcesFactory インスタンスを生成し返します。
createFormInstance() - class org.apache.struts.action.ActionMapping のメソッド
推奨されていません。 アクションフォームインスタンスの生成はコントローラServletによって行われます。
createLocalFile() - class org.apache.struts.upload.MultipartIterator のメソッド
処理中のマルチパート要素からディスク上にファイルを生成します。
createResources(String) - class org.apache.struts.util.MessageResourcesFactory のメソッド
新たな MessageResources をインスタンス化し、返します。
createResources(String) - class org.apache.struts.util.PropertyMessageResourcesFactory のメソッド
MessageResourcesインスタンスを新たに生成し、返します。
createStatement() - class org.apache.struts.util.GenericConnection のメソッド
SQL文をデータベースに送るための Statement を生成します。
createStatement(int, int) - class org.apache.struts.util.GenericConnection のメソッド
(JDBC 2.0) 指定されたタイプと並行処理で ResultSet オブジェクトを生成する Statement を生成します。
currentLocale() - class org.apache.struts.taglib.html.HtmlTag のメソッド
Return the current Locale for this request, creating a new one if necessary.

D

DATA_SOURCE_KEY - class org.apache.struts.action.Action の static 変数
アプリケーションのために設定されている場合、 デフォルトのデータソース(javax.sql.DataSourceを実装している必要があります)が格納されているコンテキスト属性のキーです。
DOUBLE_COMPARE - class org.apache.struts.taglib.logic.CompareTagBase の static 変数
We will do a double/float comparison.
DefineTag - class org.apache.struts.taglib.bean.DefineTag.
Define a scripting variable based on the value(s) of the specified bean property.
DefineTag() - class org.apache.struts.taglib.bean.DefineTag のコンストラクタ
 
DefineTei - class org.apache.struts.taglib.bean.DefineTei.
Implementation of TagExtraInfo for the define tag, identifying the scripting object(s) to be made visible.
DefineTei() - class org.apache.struts.taglib.bean.DefineTei のコンストラクタ
 
Digester - class org.apache.struts.digester.Digester.
Digester は、 一連のネストした要素のパターンを検出することによって実行されるルールを、 パースの開始前に追加し、 それによって XML 入力ストリームの処理を行います。
Digester() - class org.apache.struts.digester.Digester のコンストラクタ
デフォルトプロパティで Digester を新規に構築します。
DiskFile - class org.apache.struts.upload.DiskFile.
 
DiskFile(String) - class org.apache.struts.upload.DiskFile のコンストラクタ
 
DiskMultipartRequestHandler - class org.apache.struts.upload.DiskMultipartRequestHandler.
これは MultipartRequestHandler であり、ファイルデータを直接、 ディスク上の一時ファイルに書き込みます。
DiskMultipartRequestHandler() - class org.apache.struts.upload.DiskMultipartRequestHandler のコンストラクタ
 
DispatchAction - class org.apache.struts.actions.DispatchAction.
抽象 Action クラスであり、対応する ActionMapping の parameter プロパティで指定された名前のリクエスト パラメータにより名づけられたパブリックメソッドへディスパッチします。
DispatchAction() - class org.apache.struts.actions.DispatchAction のコンストラクタ
 
data - class org.apache.struts.upload.MultipartElement の変数
推奨されていません。 これは使用しない方が良いでしょう。
dataSources - class org.apache.struts.action.ActionServlet の変数
このアプリケーション用に設定されたJDBCデータソースです(もしあれば)。
debug - class org.apache.struts.action.ActionServlet の変数
このサーブレットのデバッグレベルです。
debug - class org.apache.struts.digester.Digester の変数
このコンポーネントのデバッグ詳細レベル。
debug - class org.apache.struts.util.BeanUtils の static 変数
推奨されていません。 このコンポーネントのデバッグ詳細レベル。
debug - class org.apache.struts.util.GenericDataSource の変数
このデータソースに関するデバッグレベルです。
debug - class org.apache.struts.util.PropertyUtils の static 変数
推奨されていません。 このコンポーネントのデバッグ詳細レベル。
defaultBoolean - class org.apache.struts.util.ConvertUtils の static 変数
推奨されていません。 Boolean 変換のデフォルト値。
defaultByte - class org.apache.struts.util.ConvertUtils の static 変数
推奨されていません。 Byte 変換のデフォルト値。
defaultCharacter - class org.apache.struts.util.ConvertUtils の static 変数
推奨されていません。 Character 変換のデフォルト値。
defaultDouble - class org.apache.struts.util.ConvertUtils の static 変数
推奨されていません。 Double 変換のデフォルト値。
defaultFactory - class org.apache.struts.util.MessageResources の static 変数
MessageResources インスタンスを生成する際のデフォルトの MessageResourcesFactory
defaultFloat - class org.apache.struts.util.ConvertUtils の static 変数
推奨されていません。 Float 変換のデフォルト値。
defaultInteger - class org.apache.struts.util.ConvertUtils の static 変数
推奨されていません。 Integer 変換のデフォルト値。
defaultLocale - class org.apache.struts.action.Action の static 変数
システムのデフォルトのロケールです。
defaultLocale - class org.apache.struts.action.ActionServlet の変数
このサーバのデフォルトロケールです。
defaultLocale - class org.apache.struts.taglib.ErrorsTag の static 変数
The default locale on our server.
defaultLocale - class org.apache.struts.taglib.MessageTag の static 変数
The default Locale for our server.
defaultLocale - class org.apache.struts.taglib.bean.MessageTag の static 変数
The default Locale for our server.
defaultLocale - class org.apache.struts.taglib.html.ErrorsTag の static 変数
The default locale on our server.
defaultLocale - class org.apache.struts.taglib.html.ImageTag の static 変数
The default Locale for our server.
defaultLocale - class org.apache.struts.taglib.html.ImgTag の static 変数
The default Locale for our server.
defaultLocale - class org.apache.struts.taglib.html.OptionTag の static 変数
The default locale for our server.
defaultLocale - class org.apache.struts.util.MessageResources の変数
現在の環境でのデフォルトのLocale
defaultLocale - class org.apache.struts.util.RequestUtils の static 変数
サーバのデフォルトロケール。
defaultLong - class org.apache.struts.util.ConvertUtils の static 変数
推奨されていません。 Long 変換のデフォルト値。
defaultShort - class org.apache.struts.util.ConvertUtils の static 変数
推奨されていません。 Short 変換のデフォルト値。
describe(Object) - class org.apache.struts.util.BeanUtils の static メソッド
推奨されていません。 指定された bean が読み取りメソッドを提供する全プロパティを返します。
describe(Object) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 指定したbeanの提供する読み込みメソッドについて、 すべてのプロパティの集合を返します。
description - class org.apache.struts.util.GenericDataSource の変数
このデータソースの説明です。
descriptorsCache - class org.apache.struts.util.PropertyUtils の static 変数
推奨されていません。 既にインストロスペクトしたPropertyDescriptor配列のキャッシュ。
destroy() - class org.apache.struts.action.ActionServlet のメソッド
このコントローラサーブレットを速やかに停止し、 初期化時に確保されたあらゆるリソースを開放します。
destroy() - class org.apache.struts.upload.DiskFile のメソッド
一時ファイルを削除します。
destroy() - interface org.apache.struts.upload.FormFile のメソッド
フォームファイルの内容を全て消去します。
destroyActions() - class org.apache.struts.action.ActionServlet のメソッド
生成した全てのアクションインスタンスを速やかに停止します。
destroyApplication() - class org.apache.struts.action.ActionServlet のメソッド
生成した全てのアクションインスタンスを速やかに停止します。
destroyDataSources() - class org.apache.struts.action.ActionServlet のメソッド
当アプリケーションに関連するデータソースが存在する場合、 その使用を速やかに停止します。
destroyInternal() - class org.apache.struts.action.ActionServlet のメソッド
内部的なMessageResourcesの使用を速やかに停止します。
digester - class org.apache.struts.digester.Rule の変数
このルールと連携するダイジェスタ。
direct - class org.