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

A

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.html.BaseHandlerTag の変数
Access key character.
accessKey - class org.apache.struts.taglib.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.
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 のコンストラクタ
 
actions - class org.apache.struts.action.ActionServlet の変数
生成・初期化されたActionインスタンスを、 その完全修飾クラス名をキーにして格納した集合です。
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をプロパティとして設定します。
activeCount - class org.apache.struts.util.GenericDataSource の変数
このデータソースによって既に生成されたコネクション数です。
add(int, Object) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リストの指定された位置に、指定された要素を挿入します。
add(Object) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リストの最後に、指定された要素を追加します。
add(String, ActionError) - class org.apache.struts.action.ActionErrors のメソッド
指定されたプロパティに関して、 エラーの集合にエラーメッセージを追加します。
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, Class[]) - class org.apache.struts.digester.Digester のメソッド
指定されたパラメータに関連した "メソッドを呼び出す" ルールを追加します。
addCallMethod(String, String, int, String[]) - 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 のメソッド
当アプリケーションが使用するデータソースオブジェクトを追加します。
AddDataSourceRule - class org.apache.struts.action.AddDataSourceRule.
ActionServletインスタンス配下にデータソースを追加する、 プライベートなダイジェスタのRuleクラスです。
AddDataSourceRule(Digester) - class org.apache.struts.action.AddDataSourceRule のコンストラクタ
 
addError(String) - class org.apache.struts.util.ErrorMessages のメソッド
推奨されていません。 エラーメッセージキーを蓄積したエラーに追加します。
addFormBean(ActionFormBean) - class org.apache.struts.action.ActionServlet のメソッド
当サーブレット用に設定された集合にフォームbeanの定義を登録します。
addFormBean(ActionFormBean) - class org.apache.struts.action.ActionFormBeans のメソッド
このServletのために設定されている集合にフォームBeanを登録します。
AddFormBeanAction - class org.apache.struts.actions.AddFormBeanAction.
コントローラサーブレットの addFormBean() メソッドを呼び出して新しい アクションフォーム定義を動的に追加する、標準の Action です。
AddFormBeanAction() - class org.apache.struts.actions.AddFormBeanAction のコンストラクタ
 
addForward(ActionForward) - class org.apache.struts.action.ActionServlet のメソッド
当サーブレット用に設定されたセットに遷移先を登録します。
addForward(ActionForward) - class org.apache.struts.action.ActionMapping のメソッド
このマッピングに関連付けられる新しいActionForwardを追加します。
addForward(ActionForward) - class org.apache.struts.action.ActionForwards のメソッド
このServletのために設定されている集合に論理フォワーディングを登録します。
AddForwardAction - class org.apache.struts.actions.AddForwardAction.
コントローラサーブレットの addForward() メソッドを呼び出して新しい アクションフォワード定義を動的に追加する、標準の Action です。
AddForwardAction() - class org.apache.struts.actions.AddForwardAction のコンストラクタ
 
addMapping(ActionMapping) - class org.apache.struts.action.ActionServlet のメソッド
当サーブレット用に設定されたセットにマッピングを登録します。
addMapping(ActionMapping) - class org.apache.struts.action.ActionMappings のメソッド
このServletのために設定されている集合に論理マッピングを登録します。
AddMappingAction - class org.apache.struts.actions.AddMappingAction.
コントローラサーブレットの addMapping() メソッドを呼び出して新しい アクションマッピング定義を動的に追加する、標準の Action です。
AddMappingAction() - class org.apache.struts.actions.AddMappingAction のコンストラクタ
 
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.ImgTag の変数
The property to specify where to align the image.
align - class org.apache.struts.taglib.html.ImageTag の変数
The alignment for this image.
allElements - class org.apache.struts.upload.DiskMultipartRequestHandler の変数
全ての要素を表すハッシュテーブル。
alt - class org.apache.struts.taglib.html.ImgTag の変数
The alternate text to display for the image.
alt - class org.apache.struts.taglib.html.ImageTag の変数
The alternate text for this 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.
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.
altKey - class org.apache.struts.taglib.html.ImgTag の変数
The message lookup key used to look up internationalized messages.
altKey - class org.apache.struts.taglib.html.ImageTag の変数
The message resources key for the alternate text for this image.
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.
ArrayStack - class org.apache.struts.util.ArrayStack.
Vector ではなく、 ArrayList ベースによる java.util.Stack API の実装です。
ArrayStack() - class org.apache.struts.util.ArrayStack のコンストラクタ
 
attribute - class org.apache.struts.action.ActionMapping の変数
生成されたアクションフォームBeanが存在する場合に、それが保持されているリクエストまたはセッションの属性名です。
attributeName - class org.apache.struts.digester.ObjectCreateRule の変数
もしあった場合に、その内容でクラス名を代替する属性。
attributeName - class org.apache.struts.digester.CallParamRule の変数
パラメータの値から保存される属性。
autoCommit - class org.apache.struts.util.GenericDataSource の変数
新しく生成されるコネクションに使用される、自動コミット設定のデフォルト値です。
autoCommit - class org.apache.struts.util.GenericConnection の変数
解放後に返す、初期化時の自動コミットステータス
available() - class org.apache.struts.upload.BufferedMultipartInputStream のメソッド
再充填されるまでに、読み込みに利用できるバッファの残りのバイト数を返します。

B

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.html.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 のコンストラクタ
 
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.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.BaseHandlerTag のコンストラクタ
 
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.html.BaseInputTag.
Abstract base class for the various input tags.
BaseInputTag() - class org.apache.struts.taglib.BaseInputTag のコンストラクタ
 
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.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.BaseTag のコンストラクタ
 
BaseTag() - class org.apache.struts.taglib.html.BaseTag のコンストラクタ
 
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.
BeanUtils - class org.apache.struts.util.BeanUtils.
推奨されていません。 Struts 1.0 final以降のいずれかの時点で、Jakarta Commons Beanutils パッケージ中の同等なクラスに置き換えられます。
BeanUtils() - class org.apache.struts.util.BeanUtils のコンストラクタ
推奨されていません。  
begin(AttributeList) - class org.apache.struts.action.AddDataSourceRule のメソッド
 
begin(AttributeList) - class org.apache.struts.digester.SetPropertyRule のメソッド
要素の先頭での処理を行います。
begin(AttributeList) - class org.apache.struts.digester.SetPropertiesRule のメソッド
要素の先頭での処理を行います。
begin(AttributeList) - class org.apache.struts.digester.Rule のメソッド
このメソッドは一致した XML 要素の先頭に到達したときに呼び出されます。
begin(AttributeList) - class org.apache.struts.digester.ObjectCreateRule のメソッド
要素の先頭での処理を行います。
begin(AttributeList) - class org.apache.struts.digester.CallParamRule のメソッド
要素の先頭での処理を行います。
begin(AttributeList) - class org.apache.struts.digester.CallMethodRule のメソッド
要素の先頭での処理を行います。
body(String) - class org.apache.struts.digester.Rule のメソッド
このメソッドは一致した XML 要素のボディに到達したときに呼び出されます。
body(String) - class org.apache.struts.digester.CallParamRule のメソッド
当該要素のボディテキストを処理します。
body(String) - class org.apache.struts.digester.CallMethodRule のメソッド
当該要素のボディテキストを処理します。
bodyText - class org.apache.struts.digester.Digester の変数
処理中の要素のボディテキスト。
bodyText - class org.apache.struts.digester.CallParamRule の変数
当該要素から収集したボディテキスト。
bodyText - class org.apache.struts.digester.CallMethodRule の変数
当該要素から収集したボディテキスト。
bodyTexts - class org.apache.struts.digester.Digester の変数
一連の要素のボディテキストの( StringBuffer 型の)スタック。
border - class org.apache.struts.taglib.html.ImgTag の変数
The border size around the image.
border - class org.apache.struts.taglib.html.ImageTag の変数
The border size around the image.
boundary - class org.apache.struts.upload.MultipartIterator の変数
マルチパートリクエストの境界文字。
boundaryBytes - class org.apache.struts.upload.MultipartValueStream の変数
境界文字を入れるバイト型バッファ
boundaryBytes - class org.apache.struts.upload.MultipartIterator の変数
マルチパートリクエストの境界文字のバイト配列表現。
boundaryReached - class org.apache.struts.upload.MultipartValueStream の変数
境界文字まで到達したか?
buffer - class org.apache.struts.upload.BufferedMultipartInputStream の変数
バッファされたデータを保持するためのバイト配列。
buffer - class org.apache.struts.util.ServletContextWriter の変数
ロギングする行を蓄積するバッファ。
BUFFER_SIZE - class org.apache.struts.taglib.bean.ResourceTag の static 変数
Buffer size to use when reading the input stream.
BUFFER_SIZE - class org.apache.struts.taglib.bean.IncludeTag の static 変数
Buffer size to use when reading the input stream.
BufferedMultipartInputStream - class org.apache.struts.upload.BufferedMultipartInputStream.
このクラスは readLine() メソッドのように InputStream のバッファリングを行います。
BufferedMultipartInputStream(InputStream, int, long, long) - class org.apache.struts.upload.BufferedMultipartInputStream のコンストラクタ
このクラスの公開コンストラクタであり、与えられた InputStream をラップするだけのもの。
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.MultipartIterator の変数
リクエストから一度に読めるデータの総量。
bufferSize - class org.apache.struts.upload.BufferedMultipartInputStream の変数
バッファのバイト配列のサイズ。
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.OptionTag の変数
The name of the servlet context attribute containing our message 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.ImageTag の変数
The servlet context attribute key for our resources.
bundle - class org.apache.struts.taglib.html.ErrorsTag の変数
The servlet context attribute key for our resources.
ButtonTag - class org.apache.struts.taglib.ButtonTag.
Renders an HTML BUTTON tag within the Struts framework.
ButtonTag - class org.apache.struts.taglib.html.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 のコンストラクタ
 

C

CallMethodRule - class org.apache.struts.digester.CallMethodRule.
後続の CallParamRule または、当該要素のボディから収集した引数を渡して、 最上位(親)オブジェクトのメソッドを呼び出すルールを実装しています。
CallMethodRule(Digester, String, int) - class org.apache.struts.digester.CallMethodRule のコンストラクタ
メソッド名を指定して "メソッドを呼び出す" ルールを構築します。
CallMethodRule(Digester, String, int, Class[]) - class org.apache.struts.digester.CallMethodRule のコンストラクタ
メソッド名を指定して "メソッドを呼び出す" ルールを構築します。
CallMethodRule(Digester, String, int, String[]) - 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 のコンストラクタ
指定した属性の値をパラメータ値として保存する "パラメータを呼び出す" ルールを構築します。
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.
CancelTag - class org.apache.struts.taglib.CancelTag.
Tag for input fields of type "cancel".
CancelTag - class org.apache.struts.taglib.html.CancelTag.
Tag for input fields of type "cancel".
CancelTag() - class org.apache.struts.taglib.CancelTag のコンストラクタ
 
CancelTag() - class org.apache.struts.taglib.html.CancelTag のコンストラクタ
 
catalog - class org.apache.struts.util.GenericConnection の変数
解放後に返す、初期化時のカタログ名
characters(char[], int, int) - class org.apache.struts.digester.Digester のメソッド
XML 要素のボディから文字データを受け取ったことをプロセスから通知されます。
CheckboxTag - class org.apache.struts.taglib.CheckboxTag.
Tag for input fields of type "checkbox".
CheckboxTag - class org.apache.struts.taglib.html.CheckboxTag.
Tag for input fields of type "checkbox".
CheckboxTag() - class org.apache.struts.taglib.CheckboxTag のコンストラクタ
 
CheckboxTag() - class org.apache.struts.taglib.html.CheckboxTag のコンストラクタ
 
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.FastTreeMap のメソッド
推奨されていません。 マップから全てのマッピングを削除します。
clear() - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 マップから全てのマッピングを削除します。
clear() - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リストからすべての要素を削除します。
clear() - class org.apache.struts.util.ArrayStack のメソッド
全ての要素をこのスタックから取り除きます。
clearWarnings() - class org.apache.struts.util.GenericConnection のメソッド
この Connection の持つ全ての警告情報をクリアします。
clone() - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 FastTreeMap のインスタンスのシャローコピーを返します。
clone() - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 FastHashMap のインスタンスのシャローコピーを返します。.
clone() - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 FastArrayList のインスタンスのシャローコピーを返します。
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.ServletContextWriter のメソッド
ストリームをクローズします。
close() - class org.apache.struts.util.GenericDataSource のメソッド
このデータソースによって生成された全てのコネクションをクローズします。
close() - class org.apache.struts.util.GenericConnection のメソッド
データソースのコネクションプールに、ラップしているコネクションを返します。
closed - class org.apache.struts.util.GenericDataSource の変数
このデータソースが既にクローズされたかどうかを表します。
closed - class org.apache.struts.util.GenericConnection の変数
ラップしているコネクションがクローズしているかのフラグ
collection - class org.apache.struts.taglib.IterateTag の変数
The collection over which we will be iterating.
collection - class org.apache.struts.taglib.EnumerateTag の変数
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 のメソッド
推奨されていません。 現在使用しているコンパレータを返します。
CompareTagBase - class org.apache.struts.taglib.logic.CompareTagBase.
Abstract base class for comparison tags.
CompareTagBase() - class org.apache.struts.taglib.logic.CompareTagBase のコンストラクタ
 
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.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() - 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.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.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.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.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.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.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.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.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.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.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(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.
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(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.
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 のコンストラクタ
 
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.
Constants - class org.apache.struts.taglib.Constants.
Manifest constants for this package.
Constants - class org.apache.struts.taglib.html.Constants.
Manifest constants for this package.
Constants() - class org.apache.struts.taglib.Constants のコンストラクタ
 
Constants() - class org.apache.struts.taglib.html.Constants のコンストラクタ
 
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.FastTreeMap のメソッド
推奨されていません。 マップが指定のキーのマッピングを保持する場合に true を返します。
containsKey(Object) - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 マップが指定のキーのマッピングを保持する場合に true を返します。
containsValue(Object) - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 マップが 1 つ以上のキーを指定の値にマップする場合に true を返します。
containsValue(Object) - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 マップが 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.
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.
contentLength - class org.apache.struts.upload.MultipartIterator の変数
リクエストのコンテント長。
contentLength - class org.apache.struts.upload.BufferedMultipartInputStream の変数
マルチパートデータのコンテント長。
ContentLengthExceededException - exception org.apache.struts.upload.ContentLengthExceededException.
この例外はマルチパートポストデータが Content-Length ヘッダで与えられた値を超えた場合にスローされます。
ContentLengthExceededException() - class org.apache.struts.upload.ContentLengthExceededException のコンストラクタ
 
ContentLengthExceededException(long) - class org.apache.struts.upload.ContentLengthExceededException のコンストラクタ
 
contentLengthMet - class org.apache.struts.upload.BufferedMultipartInputStream の変数
Content-Length のバイト数まで読んだかどうか。
contentLengthMet() - class org.apache.struts.upload.BufferedMultipartInputStream のメソッド
 
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.
contentRead - class org.apache.struts.upload.MultipartIterator の変数
ストリームの入力が完了したかどうか。
contentType - class org.apache.struts.upload.MultipartElement の変数
この要素のコンテントタイプ。
contentType - class org.apache.struts.upload.DiskFile の変数
ファイルのコンテントタイプ。
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 値に変換します。
ConvertUtils - class org.apache.struts.util.ConvertUtils.
推奨されていません。 Struts 1.0 final以降のいずれかの時点で、Jakarta Commons Beanutils パッケージ中の同等なクラスに置き換えられます。
ConvertUtils() - class org.apache.struts.util.ConvertUtils のコンストラクタ
推奨されていません。  
cookie - class org.apache.struts.taglib.logic.ConditionalTagBase の変数
The name of the cookie to be used as a variable.
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 のコンストラクタ
 
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.PropertyMessageResourcesFactory のメソッド
MessageResourcesインスタンスを新たに生成し、返します。
createResources(String) - class org.apache.struts.util.MessageResourcesFactory のメソッド
新たな 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 - class org.apache.struts.upload.MultipartElement の変数
推奨されていません。 これは使用しない方が良いでしょう。
DATA_SOURCE_KEY - class org.apache.struts.action.Action の static 変数
アプリケーションのために設定されている場合、 デフォルトのデータソース(javax.sql.DataSourceを実装している必要があります)が格納されているコンテキスト属性のキーです。
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.PropertyUtils の static 変数
推奨されていません。 このコンポーネントのデバッグ詳細レベル。
debug - class org.apache.struts.util.GenericDataSource の変数
このデータソースに関するデバッグレベルです。
debug - class org.apache.struts.util.BeanUtils の 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.ActionServlet の変数
このサーバのデフォルトロケールです。
defaultLocale - class org.apache.struts.action.Action の static 変数
システムのデフォルトのロケールです。
defaultLocale - class org.apache.struts.taglib.MessageTag の static 変数
The default Locale for our server.
defaultLocale - class org.apache.struts.taglib.ErrorsTag の static 変数
The default locale on our server.
defaultLocale - class org.apache.struts.taglib.bean.MessageTag の 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.taglib.html.ImgTag の static 変数
The default Locale for our server.
defaultLocale - class org.apache.struts.taglib.html.ImageTag の 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.util.RequestUtils の static 変数
サーバのデフォルトロケール。
defaultLocale - class org.apache.struts.util.MessageResources の変数
現在の環境でのデフォルトのLocale
defaultLong - class org.apache.struts.util.ConvertUtils の static 変数
推奨されていません。 Long 変換のデフォルト値。
defaultShort - class org.apache.struts.util.ConvertUtils の static 変数
推奨されていません。 Short 変換のデフォルト値。
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 のコンストラクタ
 
describe(Object) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 指定したbeanの提供する読み込みメソッドについて、 すべてのプロパティの集合を返します。
describe(Object) - class org.apache.struts.util.BeanUtils の 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() - interface org.apache.struts.upload.FormFile のメソッド
フォームファイルの内容を全て消去します。
destroy() - class org.apache.struts.upload.DiskFile のメソッド
一時ファイルを削除します。
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 の変数
このルールと連携するダイジェスタ。
Digester - class org.apache.struts.digester.Digester.
Digester は、 一連のネストした要素のパターンを検出することによって実行されるルールを、 パースの開始前に追加し、 それによって XML 入力ストリームの処理を行います。
Digester() - class org.apache.struts.digester.Digester のコンストラクタ
デフォルトプロパティで Digester を新規に構築します。
direct - class org.apache.struts.taglib.template.PutTag の変数
Determines whether content is included (false) or printed (true).
direct - class org.apache.struts.taglib.template.util.Content の変数
Represents a boolean; if true, content is included, otherwise content is printed.
disabled - class org.apache.struts.taglib.html.OptionTag の変数
Is this option disabled?
disabled - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Component is disabled.
diskBufferSize - class org.apache.struts.upload.MultipartIterator の変数
ファイルシステムへ一度に書き込めるバイト数による最大サイズ [20K]。
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 のコンストラクタ
 
doAfterBody() - class org.apache.struts.taglib.IterateTag のメソッド
Make the next collection element available and loop, or finish the iterations if there are no more elements.
doAfterBody() - class org.apache.struts.taglib.EnumerateTag のメソッド
Make the next collection element available and loop, or finish the iterations if there are no more elements.
doAfterBody() - class org.apache.struts.taglib.html.SubmitTag のメソッド
Save the associated label from the body content.
doAfterBody() - class org.apache.struts.taglib.html.SelectTag のメソッド
Save any body content of this tag, which will generally be the option(s) representing the values displayed to the user.
doAfterBody() - class org.apache.struts.taglib.html.ResetTag のメソッド
Save the associated label from the body content.
doAfterBody() - class org.apache.struts.taglib.html.RadioTag のメソッド
Save the associated label from the body content.
doAfterBody() - class org.apache.struts.taglib.html.OptionTag のメソッド
Process the body text of this tag (if any).
doAfterBody() - class org.apache.struts.taglib.html.MultiboxTag のメソッド
Save the body contents of this tag as the constant that we will be returning.
doAfterBody() - class org.apache.struts.taglib.html.LinkTag のメソッド
Save the associated label from the body content.
doAfterBody() - class org.apache.struts.taglib.html.CheckboxTag のメソッド
Save the associated label from the body content.
doAfterBody() - class org.apache.struts.taglib.html.CancelTag のメソッド
Save the associated label from the body content.
doAfterBody() - class org.apache.struts.taglib.html.ButtonTag のメソッド
Save the associated label from the body content (if any).
doAfterBody() - class org.apache.struts.taglib.logic.IterateTag のメソッド
Make the next collection element available and loop, or finish the iterations if there are no more elements.
doEndTag() - class org.apache.struts.taglib.SubmitTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.SelectTag のメソッド
Render the end of this form.
doEndTag() - class org.apache.struts.taglib.ResetTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.RedirectTag のメソッド
Render a redirect to the specified hyperlink, and skip the remainder of the current page.
doEndTag() - class org.apache.struts.taglib.RadioTag のメソッド
Optionally render the associated label from the body content.
doEndTag() - class org.apache.struts.taglib.OptionTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.OptionsTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.Options1Tag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.MultiboxTag のメソッド
Optionally render the associated label from the body content.
doEndTag() - class org.apache.struts.taglib.LinkTag のメソッド
Render the end of the hyperlink.
doEndTag() - class org.apache.struts.taglib.Link1Tag のメソッド
Render the end of the hyperlink.
doEndTag() - class org.apache.struts.taglib.IterateTag のメソッド
Clean up after processing this enumeration.
doEndTag() - class org.apache.struts.taglib.IncludeTag のメソッド
Look up the ActionForward associated with the specified name, and perform an include of the corresponding actual path.
doEndTag() - class org.apache.struts.taglib.ForwardTag のメソッド
Look up the ActionForward associated with the specified name, and perform a forward or redirect to that path as indicated.
doEndTag() - class org.apache.struts.taglib.FormTag のメソッド
Render the end of this form.
doEndTag() - class org.apache.struts.taglib.EnumerateTag のメソッド
Clean up after processing this enumeration.
doEndTag() - class org.apache.struts.taglib.CheckboxTag のメソッド
Optionally render the associated label from the body content.
doEndTag() - class org.apache.struts.taglib.CancelTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.ButtonTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.BaseInputTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.html.SubmitTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.html.SelectTag のメソッド
Render the end of this form.
doEndTag() - class org.apache.struts.taglib.html.RewriteTag のメソッド
Ignore the end of this tag.
doEndTag() - class org.apache.struts.taglib.html.ResetTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.html.RadioTag のメソッド
Optionally render the associated label from the body content.
doEndTag() - class org.apache.struts.taglib.html.OptionTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.html.OptionsTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.html.MultiboxTag のメソッド
Render an input element for this tag.
doEndTag() - class org.apache.struts.taglib.html.LinkTag のメソッド
Render the end of the hyperlink.
doEndTag() - class org.apache.struts.taglib.html.ImgTag のメソッド
Render the end of the IMG tag.
doEndTag() - class org.apache.struts.taglib.html.ImageTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.html.HtmlTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.html.FormTag のメソッド
Render the end of this form.
doEndTag() - class org.apache.struts.taglib.html.CheckboxTag のメソッド
Process the remainder of this page normally.
doEndTag() - class org.apache.struts.taglib.html.CancelTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.html.ButtonTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.html.BaseInputTag のメソッド
Process the end of this tag.
doEndTag() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
Render the redirect and skip the remainder of this page.
doEndTag() - class org.apache.struts.taglib.logic.IterateTag のメソッド
Clean up after processing this enumeration.
doEndTag() - class org.apache.struts.taglib.logic.ForwardTag のメソッド
Look up the ActionForward associated with the specified name, and perform a forward or redirect to that path as indicated.
doEndTag() - class org.apache.struts.taglib.logic.ConditionalTagBase のメソッド
Evaluate the remainder of the current page normally.
doEndTag() - class org.apache.struts.taglib.template.PutTag のメソッド
Process the end tag by putting content into the enclosing insert tag.
doEndTag() - class org.apache.struts.taglib.template.InsertTag のメソッド
Process the end tag by including the template.
doGet(HttpServletRequest, HttpServletResponse) - class org.apache.struts.action.ActionServlet のメソッド
HTTPの"GET"リクエストを処理します。
doPost(HttpServletRequest, HttpServletResponse) - class org.apache.struts.action.ActionServlet のメソッド
HTTPの"POST"リクエストを処理します。
doStartTag() - class org.apache.struts.taglib.TextareaTag のメソッド
Generate the required input tag.
doStartTag() - class org.apache.struts.taglib.SubmitTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.SelectTag のメソッド
Render the beginning of this form.
doStartTag() - class org.apache.struts.taglib.ResetTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.RedirectTag のメソッド
Defer generation until the end of this tag is encountered.
doStartTag() - class org.apache.struts.taglib.RadioTag のメソッド
Generate the required input tag.
doStartTag() - class org.apache.struts.taglib.PropertyTag のメソッド
Generate the required input tag.
doStartTag() - class org.apache.struts.taglib.ParameterTag のメソッド
Generate the required value.
doStartTag() - class org.apache.struts.taglib.OptionTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.OptionsTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.Options1Tag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.MultiboxTag のメソッド
Generate the required input tag.
doStartTag() - class org.apache.struts.taglib.MessageTag のメソッド
Process the start tag.
doStartTag() - class org.apache.struts.taglib.LinkTag のメソッド
Render the beginning of the hyperlink.
doStartTag() - class org.apache.struts.taglib.Link1Tag のメソッド
Render the beginning of the hyperlink.
doStartTag() - class org.apache.struts.taglib.IterateTag のメソッド
Construct an iterator for the specified collection, and begin looping through the body once per element.
doStartTag() - class org.apache.struts.taglib.IncludeTag のメソッド
Defer generation until the end of this tag is encountered.
doStartTag() - class org.apache.struts.taglib.IfPropertyNotEqualsTag のメソッド
Conditionally evaluate the body content of this tag.
doStartTag() - class org.apache.struts.taglib.IfPropertyEqualsTag のメソッド
Conditionally evaluate the body content of this tag.
doStartTag() - class org.apache.struts.taglib.IfParameterNullTag のメソッド
Retrieve the specified parameter, and decide whether or not to include the body content.
doStartTag() - class org.apache.struts.taglib.IfParameterNotNullTag のメソッド
Retrieve the specified parameter, and decide whether or not to include the body content.
doStartTag() - class org.apache.struts.taglib.IfParameterNotEqualsTag のメソッド
Compare the specified parameter to the specified value, and decide whether or not to include the body content.
doStartTag() - class org.apache.struts.taglib.IfParameterEqualsTag のメソッド
Compare the specified parameter to the specified value, and decide whether or not to include the body content.
doStartTag() - class org.apache.struts.taglib.IfAttributeMissingTag のメソッド
Conditionally evaluate the body content of this tag.
doStartTag() - class org.apache.struts.taglib.IfAttributeExistsTag のメソッド
Conditionally evaluate the body content of this tag.
doStartTag() - class org.apache.struts.taglib.HtmlPropertyTag のメソッド
Process the start tag.
doStartTag() - class org.apache.struts.taglib.GetPropertyTag のメソッド
Retrieve the required property and expose it as a scripting variable.
doStartTag() - class org.apache.struts.taglib.ForwardTag のメソッド
Defer generation until the end of this tag is encountered.
doStartTag() - class org.apache.struts.taglib.FormTag のメソッド
Render the beginning of this form.
doStartTag() - class org.apache.struts.taglib.ErrorsTag のメソッド
Render the specified error messages if there are any.
doStartTag() - class org.apache.struts.taglib.EnumerateTag のメソッド
Construct an enumeration for the specified collection, and begin looping through the body once per element.
doStartTag() - class org.apache.struts.taglib.EncodeURLTag のメソッド
Process the start tag.
doStartTag() - class org.apache.struts.taglib.EncodeRedirectURLTag のメソッド
Process the start tag.
doStartTag() - class org.apache.struts.taglib.CheckboxTag のメソッド
Generate the required input tag.
doStartTag() - class org.apache.struts.taglib.CancelTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.ButtonTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.BaseTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.BaseInputTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.BaseFieldTag のメソッド
Generate the required input tag.
doStartTag() - class org.apache.struts.taglib.bean.WriteTag のメソッド
Process the start tag.
doStartTag() - class org.apache.struts.taglib.bean.StrutsTag のメソッド
Retrieve the required configuration object and expose it as a scripting variable.
doStartTag() - class org.apache.struts.taglib.bean.SizeTag のメソッド
Retrieve the required property and expose it as a scripting variable.
doStartTag() - class org.apache.struts.taglib.bean.ResourceTag のメソッド
Retrieve the required property and expose it as a scripting variable.
doStartTag() - class org.apache.struts.taglib.bean.ParameterTag のメソッド
Retrieve the required property and expose it as a scripting variable.
doStartTag() - class org.apache.struts.taglib.bean.PageTag のメソッド
Retrieve the required configuration object and expose it as a scripting variable.
doStartTag() - class org.apache.struts.taglib.bean.MessageTag のメソッド
Process the start tag.
doStartTag() - class org.apache.struts.taglib.bean.IncludeTag のメソッド
Define the contents returned for the specified resource as a page scope attribute.
doStartTag() - class org.apache.struts.taglib.bean.HeaderTag のメソッド
Retrieve the required property and expose it as a scripting variable.
doStartTag() - class org.apache.struts.taglib.bean.DefineTag のメソッド
Retrieve the required property and expose it as a scripting variable.
doStartTag() - class org.apache.struts.taglib.bean.CookieTag のメソッド
Retrieve the required property and expose it as a scripting variable.
doStartTag() - class org.apache.struts.taglib.html.TextareaTag のメソッド
Generate the required input tag.
doStartTag() - class org.apache.struts.taglib.html.SubmitTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.html.SelectTag のメソッド
Render the beginning of this form.
doStartTag() - class org.apache.struts.taglib.html.RewriteTag のメソッド
Render the appropriately encoded URI.
doStartTag() - class org.apache.struts.taglib.html.ResetTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.html.RadioTag のメソッド
Generate the required input tag.
doStartTag() - class org.apache.struts.taglib.html.OptionTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.html.OptionsTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.html.MultiboxTag のメソッド
Process the beginning of this tag.
doStartTag() - class org.apache.struts.taglib.html.LinkTag のメソッド
Render the beginning of the hyperlink.
doStartTag() - class org.apache.struts.taglib.html.ImgTag のメソッド
Render the beginning of the IMG tag.
doStartTag() - class org.apache.struts.taglib.html.ImageTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.html.HtmlTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.html.FormTag のメソッド
Render the beginning of this form.
doStartTag() - class org.apache.struts.taglib.html.ErrorsTag のメソッド
Render the specified error messages if there are any.
doStartTag() - class org.apache.struts.taglib.html.CheckboxTag のメソッド
Generate the required input tag.
doStartTag() - class org.apache.struts.taglib.html.CancelTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.html.ButtonTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.html.BaseTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.html.BaseInputTag のメソッド
Process the start of this tag.
doStartTag() - class org.apache.struts.taglib.html.BaseFieldTag のメソッド
Generate the required input tag.
doStartTag() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
Defer generation until the end of this tag is encountered.
doStartTag() - class org.apache.struts.taglib.logic.IterateTag のメソッド
Construct an iterator for the specified collection, and begin looping through the body once per element.
doStartTag() - class org.apache.struts.taglib.logic.ForwardTag のメソッド
Defer processing until the end of this tag is encountered.
doStartTag() - class org.apache.struts.taglib.logic.ConditionalTagBase のメソッド
Perform the test required for this particular tag, and either evaluate or skip the body of this tag.
doStartTag() - class org.apache.struts.taglib.template.InsertTag のメソッド
Process the start tag by pushing this tag's map onto the content map stack.
doStartTag() - class org.apache.struts.taglib.template.GetTag のメソッド
Print content named by setName() or include it, depending on the content's direct attribute.
DOUBLE_COMPARE - class org.apache.struts.taglib.logic.CompareTagBase の static 変数
We will do a double/float comparison.
driver - class org.apache.struts.util.GenericDataSource の変数
コネクションファクトリとして利用されるJDBCドライバです。
driverClass - class org.apache.struts.util.GenericDataSource の変数
使用するJDBCドライバのJavaクラスです。
dtds - class org.apache.struts.digester.Digester の変数
登録済みDTDのURL。

E

empty() - class org.apache.struts.action.ActionErrors のメソッド
このコレクションにエラーメッセージが記録されていない場合はtrueを返し、 そうでない場合はfalseを返します。
empty() - class org.apache.struts.util.ArrayStack のメソッド
スタックが現在空の場合、 true を返します。
EncodeRedirectURLTag - class org.apache.struts.taglib.EncodeRedirectURLTag.
Custom tag implementation that acts like <jsp:getProperty> but encodes the output stream so that HTML-related characters do not cause difficulties.
EncodeRedirectURLTag() - class org.apache.struts.taglib.EncodeRedirectURLTag のコンストラクタ
Construct a new instance of this tag.
EncodeURLTag - class org.apache.struts.taglib.EncodeURLTag.
Custom tag implementation that acts like <jsp:getProperty> but encodes the output stream so that HTML-related characters do not cause difficulties.
EncodeURLTag() - class org.apache.struts.taglib.EncodeURLTag のコンストラクタ
Construct a new instance of this tag.
encounteredFinalBoundary() - class org.apache.struts.upload.MultipartValueStream のメソッド
 
enctype - class org.apache.struts.taglib.FormTag の変数
The content encoding to be used on a POST submit.
enctype - class org.apache.struts.taglib.html.FormTag の変数
The content encoding to be used on a POST submit.
end() - class org.apache.struts.digester.SetTopRule のメソッド
要素の最後での処理を行います。
end() - class org.apache.struts.digester.SetNextRule のメソッド
要素の最後での処理を行います。
end() - class org.apache.struts.digester.Rule のメソッド
このメソッドは一致した XML 要素の最後に到達したときに呼び出されます。
end() - class org.apache.struts.digester.ObjectCreateRule のメソッド
要素の最後での処理を行います。
end() - class org.apache.struts.digester.CallParamRule のメソッド
要素の最後での処理を行います。
end() - class org.apache.struts.digester.CallMethodRule のメソッド
要素の最後での処理を行います。
endDocument() - class org.apache.struts.digester.Digester のメソッド
ドキュメントの最後に到達したことをプロセスから通知されます。
endElement(String) - class org.apache.struts.digester.Digester のメソッド
XML 要素の最後に到達したことをプロセスから通知されます。
ensureCapacity(int) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 必要に応じて、このArrayListのインスタンスのサイズを拡大し、 少なくとも最小サイズ引数で指定された数の要素を格納できるようにします。
entrySet() - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 マップに格納されているマッピングのコレクションビューを返します。
entrySet() - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 マップに格納されているマッピングのコレクションビューを返します。
enum - class org.apache.struts.util.IteratorAdapter の変数
 
EnumerateTag - class org.apache.struts.taglib.EnumerateTag.
Custom tag that enumerates the elements of a collection, which can be either an attribute or the property of an attribute.
EnumerateTag() - class org.apache.struts.taglib.EnumerateTag のコンストラクタ
 
EnumerateTei - class org.apache.struts.taglib.EnumerateTei.
Implementation of TagExtraInfo for the enumerate tag, identifying the scripting object(s) to be made visible.
EnumerateTei() - class org.apache.struts.taglib.EnumerateTei のコンストラクタ
 
enumeration - class org.apache.struts.taglib.EnumerateTag の変数
Enumeration of the elements of this collection.
equals(byte[], int, int, byte[]) - class org.apache.struts.upload.MultipartIterator の static メソッド
等価であるかどうかバイト列をチェックします。
equals(Object) - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 指定されたオブジェクトがこのマップと等しいかどうかを比較します。
equals(Object) - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 指定されたオブジェクトがこのマップと等しいかどうかを比較します。
equals(Object) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 指定されたオブジェクトがリストと等しいかどうかを比較します。
EqualTag - class org.apache.struts.taglib.logic.EqualTag.
Evaluate the nested body content of this tag if the specified variable and value are equal.
EqualTag() - class org.apache.struts.taglib.logic.EqualTag のコンストラクタ
 
error - class org.apache.struts.util.ServletContextWriter の変数
このストリームのエラー状態。
ERROR_KEY - class org.apache.struts.action.Action の static 変数
対応するカスタムタグライブラリの要素を使用している場合、アクションがorg.apache.struts.action.ActionErrorsオブジェクトを格納すべきリクエスト属性のキーです。
error(SAXParseException) - class org.apache.struts.digester.Digester のメソッド
パース時のエラーを(もしあれば)アプリケーションのエラーハンドラへ通知します。
errorHandler - class org.apache.struts.digester.Digester の変数
アプリケーションが用意するエラーハンドラ。
ErrorMessages - class org.apache.struts.util.ErrorMessages.
推奨されていません。 org.apache.struts.action.ActionErrors を使用してください
ErrorMessages() - class org.apache.struts.util.ErrorMessages のコンストラクタ
推奨されていません。  
errors - class org.apache.struts.action.ActionErrors の変数
プロパティ名をキーとして、 それぞれのプロパティに関して蓄積されたActionErrorオブジェクトの集合(ArrayListとして蓄積)です。
errors - class org.apache.struts.util.ErrorMessages の変数
推奨されていません。 蓄積したエラーメッセージキー。
ErrorsTag - class org.apache.struts.taglib.ErrorsTag.
Custom tag that renders error messages if an appropriate request attribute has been created.
ErrorsTag - class org.apache.struts.taglib.html.ErrorsTag.
Custom tag that renders error messages if an appropriate request attribute has been created.
ErrorsTag() - class org.apache.struts.taglib.ErrorsTag のコンストラクタ
 
ErrorsTag() - class org.apache.struts.taglib.html.ErrorsTag のコンストラクタ
 
escape(String) - class org.apache.struts.util.MessageResources のメソッド
指定されたメッセージ文字列に含まれるシングルクオート文字のエスケープ処理を行います。
EXCEPTION_KEY - class org.apache.struts.action.Action の static 変数
Strutsのカスタムタグの中で実行時に生じたJspExceptionを報告するために生成されたThrowableを格納するリクエスト属性のキーです。

F

factory - class org.apache.struts.util.MessageResources の変数
このインスタンスを生成した MessageResourcesFactory
factoryClass - class org.apache.struts.action.ActionServlet の変数
アプリケーションメッセージのリソースバンドルのための MessageResourcesFactoryクラスの名前です。
factoryClass - class org.apache.struts.util.MessageResourcesFactory の static 変数
MessageResourcesFactory インスタンスで使用されるクラスの完全修飾クラス名。
fast - class org.apache.struts.util.FastTreeMap の変数
推奨されていません。 "fast"モードで動作しているか?
fast - class org.apache.struts.util.FastHashMap の変数
推奨されていません。 "fast"モードで動作させるか?
fast - class org.apache.struts.util.FastArrayList の変数
推奨されていません。 "高速" モードで動作しているか。
FastArrayList - class org.apache.struts.util.FastArrayList.
推奨されていません。 Struts 1.0 の最終版では、Jakarta Commons Collections パッケージ内の同等のクラスによって置き換えられます。
FastArrayList() - class org.apache.struts.util.FastArrayList のコンストラクタ
推奨されていません。 空のリストを作成します。
FastArrayList(Collection) - class org.apache.struts.util.FastArrayList のコンストラクタ
推奨されていません。 指定されたコレクションの要素を含むリストを作成します。
FastArrayList(int) - class org.apache.struts.util.FastArrayList のコンストラクタ
推奨されていません。 容量を指定して空のリストを作成します。
FastHashMap - class org.apache.struts.util.FastHashMap.
推奨されていません。 Struts 1.0 final以降のいずれかの時点で、 Jakarta Commons Collections パッケージ中の同等なクラスに置き換えられます。
FastHashMap() - class org.apache.struts.util.FastHashMap のコンストラクタ
推奨されていません。 空のマップを作成します。
FastHashMap(int) - class org.apache.struts.util.FastHashMap のコンストラクタ
推奨されていません。 指定された初期容量で空のマップを作成します。
FastHashMap(int, float) - class org.apache.struts.util.FastHashMap のコンストラクタ
推奨されていません。 指定された初期容量と負荷係数で空のマップを作成します。
FastHashMap(Map) - class org.apache.struts.util.FastHashMap のコンストラクタ
推奨されていません。 指定されたマップと同じマッピングで新しいマップを作成します。
FastTreeMap - class org.apache.struts.util.FastTreeMap.
推奨されていません。 Struts 1.0 final以降のいずれかの時点で、 Jakarta Commons Collections パッケージ中の同等なクラスに置き換えられます。
FastTreeMap() - class org.apache.struts.util.FastTreeMap のコンストラクタ
推奨されていません。 空のマップを作成します。
FastTreeMap(Comparator) - class org.apache.struts.util.FastTreeMap のコンストラクタ
推奨されていません。 指定されたコンパレータで空のマップを作成します。
FastTreeMap(Map) - class org.apache.struts.util.FastTreeMap のコンストラクタ
推奨されていません。 指定されたマップと同じマッピングをもつ新しいマップを作成します。
FastTreeMap(SortedMap) - class org.apache.struts.util.FastTreeMap のコンストラクタ
推奨されていません。 指定されたマップと同じマッピングをもつ新しいマップを作成します。
fatalError(SAXParseException) - class org.apache.struts.digester.Digester のメソッド
パース時の致命的なエラーを(もしあれば)アプリケーションのエラーハンドラへ通知します。
file - class org.apache.struts.upload.MultipartElement の変数
(恐らく一時的な)ファイル形式の要素データ。
fileElements - class org.apache.struts.upload.DiskMultipartRequestHandler の変数
アップロードされたフォームファイルを表すハッシュテーブル。
fileName - class org.apache.struts.upload.MultipartElement の変数
要素のファイル名、テキスト要素の場合は null 。
fileName - class org.apache.struts.upload.DiskFile の変数
ファイル名。
filePath - class org.apache.struts.upload.DiskFile の変数
一時ファイルへのファイルパス。
fileSize - class org.apache.struts.upload.DiskFile の変数
バイト数によるファイルサイズ。
FileTag - class org.apache.struts.taglib.FileTag.
Custom tag for input fields of type "file".
FileTag - class org.apache.struts.taglib.html.FileTag.
Custom tag for input fields of type "file".
FileTag() - class org.apache.struts.taglib.FileTag のコンストラクタ
Construct a new instance of this tag.
FileTag() - class org.apache.struts.taglib.html.FileTag のコンストラクタ
Construct a new instance of this tag.
fill() - class org.apache.struts.upload.BufferedMultipartInputStream のメソッド
配下の InputStream のデータをバッファへ充填します。
filter - class org.apache.struts.taglib.bean.WriteTag の変数
Filter the rendered output for characters that are sensitive in HTML?
filter(String) - class org.apache.struts.util.ResponseUtils の static メソッド
指定した文字列に対して、HTMLインタプリタに解釈されるキャラクタのフィルタ 処理を施し、これらのキャラクタを対応するキャラクタ・エンティティに変換した 文字列を返します。
finalBoundaryReached - class org.apache.struts.upload.MultipartValueStream の変数
見つかったこの境界文字は最後の境界文字か?
findDataSource(String) - class org.apache.struts.action.ActionServlet のメソッド
当アプリケーションに関連付けられたJDBCデータソースが存在する場合、それを返します。
findFormBean(String) - class org.apache.struts.action.ActionServlet のメソッド
指定された論理名に関連付けられたフォームbeanの定義が存在する場合それを返します。
findFormBean(String) - class org.apache.struts.action.ActionFormBeans のメソッド
指定された論理名に関連づけられているフォームBeanを返します。
findFormBeans() - class org.apache.struts.action.ActionFormBeans のメソッド
このコレクション中に定義されているフォームBeanの名前の集合を返します。
findForward(String) - class org.apache.struts.action.ActionServlet のメソッド
指定された論理名に紐付く遷移先が存在する場合それを返します。
findForward(String) - class org.apache.struts.action.ActionMapping のメソッド
指定された名前のActionForwardがあれば、それを返します。
findForward(String) - class org.apache.struts.action.ActionForwards のメソッド
指定された論理名に関連付けられているフォワーディングがあれば、それを返します。
findForwards() - class org.apache.struts.action.ActionMapping のメソッド
このマッピングに定義された全てのローカルフォワードの論理名を返します。
findForwards() - class org.apache.struts.action.ActionForwards のメソッド
このコレクション中に定義されているフォワーディングの名前の集合を返します。
findMapping(String) - class org.apache.struts.action.ActionServlet のメソッド
指定されたリクエストパスに紐付くマッピングが存在する場合それを返します。
findMapping(String) - class org.apache.struts.action.ActionMappings のメソッド
指定した論理名に関連付けられているマッピングがあれば、それを返します。
findMappings() - class org.apache.struts.action.ActionMappings のメソッド
このコレクション内に定義されているマッピングへ向けたパスの配列を返します。
finish() - class org.apache.struts.digester.SetTopRule のメソッド
パース完了後の後始末をします。
finish() - class org.apache.struts.digester.SetNextRule のメソッド
パース完了後の後始末をします。
finish() - class org.apache.struts.digester.Rule のメソッド
このメソッドはルールが一時データの削除を行う目的で、 全てのパースメソッドが呼び出された後に呼び出されます。
finish() - class org.apache.struts.digester.ObjectCreateRule のメソッド
パース完了後の後始末をします。
finish() - class org.apache.struts.digester.CallParamRule のメソッド
パース完了後の後始末をします。
finish() - class org.apache.struts.digester.CallMethodRule のメソッド
パース完了後の後始末をします。
finish() - interface org.apache.struts.upload.MultipartRequestHandler のメソッド
このメソッドは、フォームからのポストが成功した場合に呼び出されます。
finish() - class org.apache.struts.upload.DiskMultipartRequestHandler のメソッド
一時ファイルを削除するために rollback() を呼び出します。
firstKey() - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 現在この順序を持つマップに格納されている最初の(一番下の)キーを返します。
flush - class org.apache.struts.taglib.template.GetTag の変数
Should we flush before including this text?
flush() - class org.apache.struts.util.ServletContextWriter のメソッド
ストリームをフラッシュします。
focus - class org.apache.struts.taglib.FormTag の変数
The name of the field to receive focus, if any.
focus - class org.apache.struts.taglib.html.FormTag の変数
The name of the field to receive focus, if any.
FORM_BEANS_KEY - class org.apache.struts.action.Action の static 変数
ActionServletの初期化により上書きされるまで、 org.apache.struts.action.ActionFormBeansコレクションが通常格納されているコンテキスト属性のキーです。
FORM_KEY - class org.apache.struts.taglib.Constants の static 変数
The attribute key for the form tag itself.
FORM_KEY - class org.apache.struts.taglib.html.Constants の static 変数
The attribute key for the form tag itself.
formats - class org.apache.struts.util.MessageResources の変数
今までに生成された MessageFormat オブジェクトの集合。
formBean - class org.apache.struts.taglib.bean.StrutsTag の変数
The name of the ActionFormBean object to be exposed.
formBeanClass - class org.apache.struts.action.ActionServlet の変数
ActionFormBeanの実装クラス名です。
formBeans - class org.apache.struts.action.ActionServlet の変数
当コントローラのActionFormBean全てを集めたものです。
formBeans - class org.apache.struts.action.ActionFormBeans の変数
名前をキーとする、ActionFormBeanのインスタンスのコレクションです。
FormFile - interface org.apache.struts.upload.FormFile.
このインターフェースはクライアントによってアップロードされるファイルを定義するために使用されます。
FormTag - class org.apache.struts.taglib.FormTag.
Custom tag that represents an input form, associated with a bean whose properties correspond to the various fields of the form.
FormTag - class org.apache.struts.taglib.html.FormTag.
Custom tag that represents an input form, associated with a bean whose properties correspond to the various fields of the form.
FormTag() - class org.apache.struts.taglib.FormTag のコンストラクタ
 
FormTag() - class org.apache.struts.taglib.html.FormTag のコンストラクタ
 
forward - class org.apache.struts.action.ActionMapping の変数
RequestDispatcher.forward()によって呼び出され、リクエストを処理するサーブレットやJSPリソースのコンテキスト相対パスです。
forward - class org.apache.struts.taglib.LinkTag の変数
The logical forward name from which to retrieve the hyperlink URI.
forward - class org.apache.struts.taglib.Link1Tag の変数
The logical forward name from which to retrieve the hyperlink URI.
forward - class org.apache.struts.taglib.bean.StrutsTag の変数
The name of the ActionForward object to be exposed.
forward - class org.apache.struts.taglib.bean.IncludeTag の変数
The name of the global ActionForward that contains a path to our requested resource.
forward - class org.apache.struts.taglib.html.LinkTag の変数
The logical forward name from which to retrieve the hyperlink URI.
forward - class org.apache.struts.taglib.logic.RedirectTag の変数
The logical forward name from which to retrieve the redirect URI.
ForwardAction - class org.apache.struts.actions.ForwardAction.
関連付けされた ActionMappingparameter プロパティで 指定されたコンテキスト相対URIへ転送する Action です。
ForwardAction() - class org.apache.struts.actions.ForwardAction のコンストラクタ
 
forwardClass - class org.apache.struts.action.ActionServlet の変数
ActionForwardの実装クラス名です。
ForwardingActionForward - class org.apache.struts.action.ForwardingActionForward.
ActionForwardのサブクラスです。
ForwardingActionForward() - class org.apache.struts.action.ForwardingActionForward のコンストラクタ
デフォルト値でインスタンスを生成します。
ForwardingActionForward(String) - class org.apache.struts.action.ForwardingActionForward のコンストラクタ
pathで指定された値でインスタンスを生成します。
forwards - class org.apache.struts.action.ActionServlet の変数
当コントローラのActionForward全てを集めたものです。
forwards - class org.apache.struts.action.ActionMapping の変数
このマッピングに関連付けられているActionForwardオブジェクトの集合です。
forwards - class org.apache.struts.action.ActionForwards の変数
論理名をキーとするActionForwardインスタンスのコレクションです。
FORWARDS_KEY - class org.apache.struts.action.Action の static 変数
ActionServletの初期化により上書きされるまで、 org.apache.struts.action.ActionForwardsコレクションが通常格納されているコンテキスト属性のキーです。
ForwardTag - class org.apache.struts.taglib.ForwardTag.
Perform a forward or redirect to a page that is looked up in the global ActionForwards collection associated with our application.
ForwardTag - class org.apache.struts.taglib.logic.ForwardTag.
Perform a forward or redirect to a page that is looked up in the global ActionForwards collection associated with our application.
ForwardTag() - class org.apache.struts.taglib.ForwardTag のコンストラクタ
 
ForwardTag() - class org.apache.struts.taglib.logic.ForwardTag のコンストラクタ
 

G

generateToken(HttpServletRequest) - class org.apache.struts.action.Action のメソッド
1つのトランザクションに対してリクエストが1つだけであるようにするために使用する、 新しいトランザクショントークンを生成します。
GenericConnection - class org.apache.struts.util.GenericConnection.
汎用的な Connection のラッパー実装です。
GenericConnection(GenericDataSource, Connection, boolean, boolean) - class org.apache.struts.util.GenericConnection のコンストラクタ
指定されたコネクションをラップした新たな GenericConnection を生成します。
GenericDataSource - class org.apache.struts.util.GenericDataSource.
DataSourceインタフェースの汎用的な実装です。
GenericDataSource() - class org.apache.struts.util.GenericDataSource のコンストラクタ
 
get() - class org.apache.struts.action.ActionErrors のメソッド
どのプロパティに関連づけられているかを区別せずに、 記録されている全てのエラーメッセージの集合を返します。
get(int) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リスト内の指定された位置にある要素を返します。
get(Object) - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 マップが指定のキーにマップしている値を返します。
get(Object) - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 マップが指定のキーにマップしている値を返します。
get(String) - class org.apache.struts.action.ActionErrors のメソッド
指定されたプロパティに関連づけられているエラーメッセージの集合を返します。
get(String) - class org.apache.struts.taglib.template.util.ContentMap のメソッド
Returns the content associated with name
getAccept() - class org.apache.struts.taglib.BaseFieldTag のメソッド
 
getAccept() - class org.apache.struts.taglib.html.BaseFieldTag のメソッド
 
getAccessibleMethod(Method) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 指定したメソッドを実装するアクセス可能なメソッドを返します (メソッドはリフレクションによって実行可能です)。
getAccessibleMethodFromInterfaceNest(Class, String, Class[]) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 指定したメソッドを実装するアクセス可能なメソッドを返します (メソッドはリフレクションによって実行可能です)。
getAccesskey() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the accessKey character.
getAccessKey() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the accessKey character.
getAction() - class org.apache.struts.taglib.FormTag のメソッド
Return the action URL to which this form should be submitted.
getAction() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the action URL to which this form should be submitted.
getActionClass() - class org.apache.struts.action.ActionMapping のメソッド
推奨されていません。 getType()を使うようにして下さい。
getActionMappingName() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the form action converted into an action mapping path.
getActionMappingURL() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the form action converted into a server-relative URL.
getActiveCount() - class org.apache.struts.util.GenericDataSource のメソッド
 
getActualContent() - class org.apache.struts.taglib.template.PutTag のメソッド
Returns the content associated with this tag.
getAlign() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getAlign() - class org.apache.struts.taglib.html.ImageTag のメソッド
 
getAllElements() - interface org.apache.struts.upload.MultipartRequestHandler のメソッド
このメソッドは、マルチパートリクエストの全ての要素を返します。
getAllElements() - class org.apache.struts.upload.DiskMultipartRequestHandler のメソッド
 
getAlt() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getAlt() - class org.apache.struts.taglib.html.ImageTag のメソッド
 
getAltKey() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getAltKey() - class org.apache.struts.taglib.html.ImageTag のメソッド
 
getAncestor(String) - class org.apache.struts.taglib.template.PutTag のメソッド
Convenience method for locating ancestor tags by class name.
getAnchor() - class org.apache.struts.taglib.bean.IncludeTag のメソッド
 
getAnchor() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getAnchor() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
 
getArg0() - class org.apache.struts.taglib.MessageTag のメソッド
Return the first optional argument.
getArg0() - class org.apache.struts.taglib.bean.MessageTag のメソッド
 
getArg1() - class org.apache.struts.taglib.MessageTag のメソッド
Return the second optional argument.
getArg1() - class org.apache.struts.taglib.bean.MessageTag のメソッド
 
getArg2() - class org.apache.struts.taglib.MessageTag のメソッド
Return the third optional argument.
getArg2() - class org.apache.struts.taglib.bean.MessageTag のメソッド
 
getArg3() - class org.apache.struts.taglib.MessageTag のメソッド
Return the fourth optional argument.
getArg3() - class org.apache.struts.taglib.bean.MessageTag のメソッド
 
getArg4() - class org.apache.struts.taglib.MessageTag のメソッド
Return the fifth optional argument.
getArg4() - class org.apache.struts.taglib.bean.MessageTag のメソッド
 
getArrayProperty(Object, String) - class org.apache.struts.util.BeanUtils の static メソッド
推奨されていません。 指定した bean の指定した配列プロパティの値を String 配列として返します。
getAttribute() - class org.apache.struts.action.ActionMapping のメソッド
アクションフォームBeanのための属性名を返します。
getAttribute(String) - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getAttributeNames() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getAuthType() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getAutoCommit() - class org.apache.struts.util.GenericDataSource のメソッド
 
getAutoCommit() - class org.apache.struts.util.GenericConnection のメソッド
現在の自動コミットステータスを返します。
getBorder() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getBorder() - class org.apache.struts.taglib.html.ImageTag のメソッド
 
getBufferSize() - class org.apache.struts.action.ActionServlet のメソッド
ファイルアップロードで使用するバッファサイズを取得します。
getBufferSize() - class org.apache.struts.upload.MultipartIterator のメソッド
一行から一度に読める総バイト数の上限を取得します。
getBundle() - class org.apache.struts.taglib.MessageTag のメソッド
Return the bundle key.
getBundle() - class org.apache.struts.taglib.bean.MessageTag のメソッド
 
getBundle() - class org.apache.struts.taglib.html.OptionTag のメソッド
 
getBundle() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getBundle() - class org.apache.struts.taglib.html.ImageTag のメソッド
 
getBundle() - class org.apache.struts.taglib.html.ErrorsTag のメソッド
 
getCatalog() - class org.apache.struts.util.GenericConnection のメソッド
保持する Connection の現在のカタログ名を返します。
getCharacterEncoding() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getCollection() - class org.apache.struts.taglib.IterateTag のメソッド
Return the collection over which we will be iterating.
getCollection() - class org.apache.struts.taglib.EnumerateTag のメソッド
Return the collection over which we will be enumerating.
getCollection() - class org.apache.struts.taglib.bean.SizeTag のメソッド
 
getCollection() - class org.apache.struts.taglib.html.OptionsTag のメソッド
 
getCollection() - class org.apache.struts.taglib.logic.IterateTag のメソッド
 
getCols() - class org.apache.struts.taglib.BaseInputTag のメソッド
Return the number of columns for this field.
getCols() - class org.apache.struts.taglib.html.BaseInputTag のメソッド
Return the number of columns for this field.
getConfig() - class org.apache.struts.util.MessageResources のメソッド
 
getConnection() - class org.apache.struts.util.GenericDataSource のメソッド
データベースコネクションの確立を試みます。
getConnection() - class org.apache.struts.util.GenericConnection のメソッド
ラップしている実際の接続(オブジェクト)を返します。
getConnection(String, String) - class org.apache.struts.util.GenericDataSource のメソッド
データベースコネクションの確立を試みます。
getContent() - class org.apache.struts.taglib.template.PutTag のメソッド
Get the content attribute.
getContent() - class org.apache.struts.taglib.template.util.Content のメソッド
Return content
getContentLength() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getContentMap() - class org.apache.struts.taglib.template.InsertTag のメソッド
Get the map attribute.
getContentType() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getContentType() - class org.apache.struts.upload.MultipartElement のメソッド
コンテントタイプを取得します。
getContentType() - interface org.apache.struts.upload.FormFile のメソッド
ファイルのコンテントタイプを取得します。
getContentType() - class org.apache.struts.upload.DiskFile のメソッド
コンテントタイプを取得します。
getContextPath() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getCookie() - class org.apache.struts.taglib.logic.ConditionalTagBase のメソッド
 
getCookies() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getCount() - class org.apache.struts.digester.Digester のメソッド
要素のスタックの現在の深さを返します。
getData() - class org.apache.struts.upload.MultipartElement のメソッド
推奨されていません。 この要素自体を表すファイルを取得したい場合は getFile メソッドを使用してください
getDataSource() - class org.apache.struts.util.GenericConnection のメソッド
この接続を保持するデータソースを返します。
getDateHeader(String) - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getDebug() - class org.apache.struts.action.ActionServlet のメソッド
当サーブレットのデバッグの詳細レベルを返します。
getDebug() - class org.apache.struts.digester.Digester のメソッド
Digester のデバッグ詳細レベルを返します。
getDebug() - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。  
getDebug() - class org.apache.struts.util.GenericDataSource のメソッド
 
getDebug() - class org.apache.struts.util.BeanUtils の static メソッド
推奨されていません。  
getDefaultBoolean() - class org.apache.struts.util.ConvertUtils のメソッド
推奨されていません。  
getDefaultByte() - class org.apache.struts.util.ConvertUtils のメソッド
推奨されていません。  
getDefaultCharacter() - class org.apache.struts.util.ConvertUtils のメソッド
推奨されていません。  
getDefaultDouble() - class org.apache.struts.util.ConvertUtils のメソッド
推奨されていません。  
getDefaultFloat() - class org.apache.struts.util.ConvertUtils のメソッド
推奨されていません。  
getDefaultInteger() - class org.apache.struts.util.ConvertUtils のメソッド
推奨されていません。  
getDefaultLong() - class org.apache.struts.util.ConvertUtils のメソッド
推奨されていません。  
getDefaultShort() - class org.apache.struts.util.ConvertUtils のメソッド
推奨されていません。  
getDescription() - class org.apache.struts.util.GenericDataSource のメソッド
 
getDirect() - class org.apache.struts.taglib.template.PutTag のメソッド
Returns the direct attribute associated with this tag.
getDisabled() - class org.apache.struts.taglib.html.OptionTag のメソッド
 
getDisabled() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the disabled event handler.
getDriverClass() - class org.apache.struts.util.GenericDataSource のメソッド
 
getEnctype() - class org.apache.struts.taglib.FormTag のメソッド
 
getEnctype() - class org.apache.struts.taglib.html.FormTag のメソッド
 
getEnumeration(String, String) - class org.apache.struts.taglib.Options1Tag のメソッド
Return an enumeration for the option labels or values, based on our configured properties.
getError(int) - class org.apache.struts.util.ErrorMessages のメソッド
推奨されていません。 指定したゼロ相対インデックスのエラーメッセージキーを返します。
getErrorHandler() - class org.apache.struts.digester.Digester のメソッド
Digester のエラーハンドラを返します。
getErrors() - class org.apache.struts.util.ErrorMessages のメソッド
推奨されていません。 蓄積したエラーメッセージキーを返します。
getFactory() - class org.apache.struts.util.MessageResources のメソッド
 
getFactoryClass() - class org.apache.struts.util.MessageResourcesFactory の static メソッド
 
getFast() - class org.apache.struts.action.ActionMappings のメソッド
"fast"モードフラグを返します。
getFast() - class org.apache.struts.action.ActionForwards のメソッド
"fast"モードフラグを返します。
getFast() - class org.apache.struts.action.ActionFormBeans のメソッド
"fast"モードのフラグを返します。
getFast() - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。  
getFast() - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。  
getFast() - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。  
getFile() - class org.apache.struts.upload.MultipartElement のメソッド
この要素のデータを保持するファイルを取得します。
getFileData() - interface org.apache.struts.upload.FormFile のメソッド
ファイルのデータをバイト配列として取り出します。
getFileData() - class org.apache.struts.upload.DiskFile のメソッド
一時ファイルの読み込みを試み、バイト配列形式でデータを取得します。
getFileData(int) - class org.apache.struts.upload.DiskFile のメソッド
ファイルから一度に n バイト読み込もうとします。
getFileElements() - interface org.apache.struts.upload.MultipartRequestHandler のメソッド
このメソッドは、リクエストから全ての入力された FormFile 要素を取り出すために使用されます。
getFileElements() - class org.apache.struts.upload.DiskMultipartRequestHandler のメソッド
 
getFileName() - class org.apache.struts.upload.MultipartElement のメソッド
ファイル名を取得します。
getFileName() - interface org.apache.struts.upload.FormFile のメソッド
ファイルのファイル名を取得します。
getFileName() - class org.apache.struts.upload.DiskFile のメソッド
ファイル名を取得します。
getFilePath() - class org.apache.struts.upload.DiskFile のメソッド
フォームファイルのための一時ファイルのパスを取得します。
getFileSize() - interface org.apache.struts.upload.FormFile のメソッド
ファイルのサイズを取得します。
getFileSize() - class org.apache.struts.upload.DiskFile のメソッド
ファイルサイズを取得します。
getFilter() - class org.apache.struts.taglib.bean.WriteTag のメソッド
 
getFlush() - class org.apache.struts.taglib.template.GetTag のメソッド
Get the flush-before-include attribute.
getFocus() - class org.apache.struts.taglib.FormTag のメソッド
Return the focus field name for this form.
getFocus() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the focus field name for this form.
getFormAttribute() - class org.apache.struts.action.ActionMapping のメソッド
推奨されていません。 getAttribute()を使うようにして下さい。
getFormBean() - class org.apache.struts.taglib.bean.StrutsTag のメソッド
 
getFormBeanClass() - class org.apache.struts.action.ActionServlet のメソッド
ActionFormBeanオブジェクトを生成するためのJavaクラス名を返します。
getFormClass() - class org.apache.struts.action.ActionMapping のメソッド
推奨されていません。 Beanの名前を用いて対応するアクションフォームBeanを取得するようにして下さい。
getFormPrefix() - class org.apache.struts.action.ActionMapping のメソッド
推奨されていません。 getPrefix()を使うようにして下さい。
getFormScope() - class org.apache.struts.action.ActionMapping のメソッド
推奨されていません。 getScope()を使うようにして下さい。
getFormSuffix() - class org.apache.struts.action.ActionMapping のメソッド
推奨されていません。 getSuffix()を使うようにして下さい。
getForward() - class org.apache.struts.action.ActionMapping のメソッド
このマッピングのフォワードパスを返します。
getForward() - class org.apache.struts.taglib.LinkTag のメソッド
Return the logical forward name.
getForward() - class org.apache.struts.taglib.Link1Tag のメソッド
Return the logical forward name.
getForward() - class org.apache.struts.taglib.bean.StrutsTag のメソッド
 
getForward() - class org.apache.struts.taglib.bean.IncludeTag のメソッド
 
getForward() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getForward() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
 
getForwardClass() - class org.apache.struts.action.ActionServlet のメソッド
ActionForwardオブジェクトを生成するためのJavaクラス名を返します。
getHeader() - class org.apache.struts.taglib.logic.ConditionalTagBase のメソッド
 
getHeader(String) - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getHeaderNames() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getHeaders(String) - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getHeight() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getHref() - class org.apache.struts.taglib.RedirectTag のメソッド
Return the hyperlink URI.
getHref() - class org.apache.struts.taglib.LinkTag のメソッド
Return the hyperlink URI.
getHref() - class org.apache.struts.taglib.Link1Tag のメソッド
Return the hyperlink URI.
getHref() - class org.apache.struts.taglib.bean.IncludeTag のメソッド
 
getHref() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getHref() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
 
getHspace() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getId() - class org.apache.struts.taglib.IterateTag のメソッド
Return the name of the scripting variable.
getId() - class org.apache.struts.taglib.GetPropertyTag のメソッド
Return the name of the scripting variable.
getId() - class org.apache.struts.taglib.EnumerateTag のメソッド
Return the name of the scripting variable.
getId() - class org.apache.struts.taglib.bean.StrutsTag のメソッド
 
getId() - class org.apache.struts.taglib.bean.SizeTag のメソッド
 
getId() - class org.apache.struts.taglib.bean.ResourceTag のメソッド
 
getId() - class org.apache.struts.taglib.bean.ParameterTag のメソッド
 
getId() - class org.apache.struts.taglib.bean.PageTag のメソッド
 
getId() - class org.apache.struts.taglib.bean.IncludeTag のメソッド
 
getId() - class org.apache.struts.taglib.bean.HeaderTag のメソッド
 
getId() - class org.apache.struts.taglib.bean.DefineTag のメソッド
 
getId() - class org.apache.struts.taglib.bean.CookieTag のメソッド
 
getId() - class org.apache.struts.taglib.logic.IterateTag のメソッド
 
getIgnore() - class org.apache.struts.taglib.bean.WriteTag のメソッド
 
getImageName() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getInclude() - class org.apache.struts.action.ActionMapping のメソッド
このマッピングのインクルードパスを返します。
getIndex() - class org.apache.struts.taglib.logic.IterateTag のメソッド
Return the zero-relative index of the current iteration through the loop.
getIndexedProperty(Object, String) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 指定したbeanの指定したインデックス付きプロパティの値を返します。
getIndexedProperty(Object, String) - class org.apache.struts.util.BeanUtils の static メソッド
推奨されていません。 指定した bean の指定したインデックスプロパティの値を String として返します。
getIndexedProperty(Object, String, int) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 指定したbeanの指定したインデックス付きプロパティの値を返します。
getIndexedProperty(Object, String, int) - class org.apache.struts.util.BeanUtils の static メソッド
推奨されていません。 指定した bean の指定したインデックスプロパティの値を String として返します。
getIndexId() - class org.apache.struts.taglib.logic.IterateTag のメソッド
 
getInput() - class org.apache.struts.action.ActionMapping のメソッド
このマッピングの入力フォームのパスを返します。
getInput() - class org.apache.struts.taglib.bean.ResourceTag のメソッド
 
getInputForm() - class org.apache.struts.action.ActionMapping のメソッド
推奨されていません。 getInput()を使うようにして下さい。
getInputStream() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getInputStream() - interface org.apache.struts.upload.FormFile のメソッド
ファイルに対する InputStream を取得します。
getInputStream() - class org.apache.struts.upload.DiskFile のメソッド
ファイルへの FileInputStream を返します。
getIntHeader(String) - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getIsmap() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getIterator(String, String) - class org.apache.struts.taglib.OptionsTag のメソッド
Return an iterator for the option labels or values, based on our configured properties.
getIterator(String, String) - class org.apache.struts.taglib.html.OptionsTag のメソッド
Return an iterator for the option labels or values, based on our configured properties.
getKey() - class org.apache.struts.action.ActionError のメソッド
このエラーメッセージのメッセージキーを返します。
getKey() - class org.apache.struts.taglib.MessageTag のメソッド
Return the message key.
getKey() - class org.apache.struts.taglib.bean.MessageTag のメソッド
 
getKey() - class org.apache.struts.taglib.html.OptionTag のメソッド
 
getLabelName() - class org.apache.struts.taglib.OptionsTag のメソッド
 
getLabelName() - class org.apache.struts.taglib.Options1Tag のメソッド
 
getLabelName() - class org.apache.struts.taglib.html.OptionsTag のメソッド
 
getLabelProperty() - class org.apache.struts.taglib.OptionsTag のメソッド
 
getLabelProperty() - class org.apache.struts.taglib.Options1Tag のメソッド
 
getLabelProperty() - class org.apache.struts.taglib.html.OptionsTag のメソッド
 
getLength() - class org.apache.struts.taglib.IterateTag のメソッド
Return the length.
getLength() - class org.apache.struts.taglib.EnumerateTag のメソッド
Return the length.
getLength() - class org.apache.struts.taglib.logic.IterateTag のメソッド
 
getLinkName() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getLocale() - class org.apache.struts.taglib.MessageTag のメソッド
Return the locale key.
getLocale() - class org.apache.struts.taglib.bean.MessageTag のメソッド
 
getLocale() - class org.apache.struts.taglib.html.OptionTag のメソッド
 
getLocale() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getLocale() - class org.apache.struts.taglib.html.ImageTag のメソッド
 
getLocale() - class org.apache.struts.taglib.html.HtmlTag のメソッド
 
getLocale() - class org.apache.struts.taglib.html.ErrorsTag のメソッド
 
getLocale() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getLocale(HttpServletRequest) - class org.apache.struts.action.Action のメソッド
ユーザの現在選択されているロケールを返します。
getLocales() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getLocation() - class org.apache.struts.taglib.logic.MatchTag のメソッド
 
getLoginTimeout() - class org.apache.struts.util.GenericDataSource のメソッド
このデータソースのコネクションタイムアウト値を返します。
getLogWriter() - class org.apache.struts.util.GenericDataSource のメソッド
このデータソース用のログライターを返します。
getLowsrc() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getMapping() - class org.apache.struts.taglib.bean.StrutsTag のメソッド
 
getMapping() - interface org.apache.struts.upload.MultipartRequestHandler のメソッド
リクエストに関する ActionMapping インスタンスを取得します。
getMapping() - class org.apache.struts.upload.DiskMultipartRequestHandler のメソッド
 
getMappingClass() - class org.apache.struts.action.ActionServlet のメソッド
ActionMappingオブジェクトを生成するためのJavaクラス名を返します。
getMappings() - class org.apache.struts.action.ActionMapping のメソッド
このマッピングインスタンスが含まれているActionMappingsコレクションを返します。
getMatch() - class org.apache.struts.taglib.SelectTag のメソッド
Return the actual match value (only valid from nested tags).
getMaxCount() - class org.apache.struts.util.GenericDataSource のメソッド
 
getMaxFileSize() - class org.apache.struts.action.ActionServlet のメソッド
最大ファイルサイズを返します。
getMaxlength() - class org.apache.struts.taglib.BaseInputTag のメソッド
Return the maximum length allowed.
getMaxlength() - class org.apache.struts.taglib.html.BaseInputTag のメソッド
Return the maximum length allowed.
getMaxSize() - class org.apache.struts.upload.MultipartIterator のメソッド
マルチパートリクエストとして許容される最大ポストデータサイズを取得します。
getMaxSizeFromServlet() - class org.apache.struts.upload.DiskMultipartRequestHandler のメソッド
ActionServlet 内の文字列から、ポストされるデータのバイト数による最大サイズを取得します。
getMessage() - class org.apache.struts.upload.MaxLengthExceededException のメソッド
 
getMessage() - class org.apache.struts.upload.ContentLengthExceededException のメソッド
 
getMessage(Locale, String) - class org.apache.struts.util.PropertyMessageResources のメソッド
キーで指定されたデフォルト Locale のテキストメッセージを返します。
getMessage(Locale, String) - class org.apache.struts.util.MessageResources のメソッド
指定されたキーとLocaleに該当するテキストメッセージを返します。
getMessage(Locale, String, Object) - class org.apache.struts.util.MessageResources のメソッド
指定されたパラメータでプレースホルダの置換を行ない、生成したテキストメッセージを返します。
getMessage(Locale, String, Object[]) - class org.apache.struts.util.MessageResources のメソッド
指定されたパラメータでプレースホルダの置換を行ない、生成したテキストメッセージを返します。
getMessage(Locale, String, Object, Object) - class org.apache.struts.util.MessageResources のメソッド
指定されたパラメータでプレースホルダの置換を行ない、生成したテキストメッセージを返します。
getMessage(Locale, String, Object, Object, Object) - class org.apache.struts.util.MessageResources のメソッド
指定されたパラメータでプレースホルダの置換を行ない、生成したテキストメッセージを返します。
getMessage(Locale, String, Object, Object, Object, Object) - class org.apache.struts.util.MessageResources のメソッド
指定されたパラメータでプレースホルダの置換を行ない、生成したテキストメッセージを返します。
getMessage(String) - class org.apache.struts.util.MessageResources のメソッド
指定されたキーに該当するデフォルトLocaleでのテキストメッセージを返します。
getMessage(String, Object) - class org.apache.struts.util.MessageResources のメソッド
指定されたパラメータでプレースホルダの置換を行ない、生成したテキストメッセージを返します。
getMessage(String, Object[]) - class org.apache.struts.util.MessageResources のメソッド
指定されたパラメータでプレースホルダの置換を行ない、生成したテキストメッセージを返します。
getMessage(String, Object, Object) - class org.apache.struts.util.MessageResources のメソッド
指定されたパラメータでプレースホルダの置換を行ない、生成したテキストメッセージを返します。
getMessage(String, Object, Object, Object) - class org.apache.struts.util.MessageResources のメソッド
指定されたパラメータでプレースホルダの置換を行ない、生成したテキストメッセージを返します。
getMessage(String, Object, Object, Object, Object) - class org.apache.struts.util.MessageResources のメソッド
指定されたパラメータでプレースホルダの置換を行ない、生成したテキストメッセージを返します。
getMessageResources(String) - class org.apache.struts.util.MessageResources の static メソッド
デフォルトのMessageResourcesFactory を使用して MessageResources インスタンスを生成し、返します。
getMetaData() - class org.apache.struts.util.GenericConnection のメソッド
接続しているデータベースに関するメタデータを取得します。
getMethod() - class org.apache.struts.taglib.FormTag のメソッド
Return the request method used when submitting this form.
getMethod() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the request method used when submitting this form.
getMethod() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getMethod(String) - class org.apache.struts.actions.DispatchAction のメソッド
現在のクラスをイントロスペクトし、指定された名前で、perform() メソッドと同じパラメータタイプを受け入れるメソッドを見つけます。
getMinCount() - class org.apache.struts.util.GenericDataSource のメソッド
 
getMultipartClass() - class org.apache.struts.action.ActionServletWrapper のメソッド
MultipartRequestHandlerを実装したクラスのクラス名を取得します。
getMultipartClass() - class org.apache.struts.action.ActionServlet のメソッド
MultipartRequestHandlerを実装したクラス名を返します。
getMultipartClass() - class org.apache.struts.action.ActionMapping のメソッド
マルチパートリクエストを処理するために使用するクラスの名前を取得します。
getMultipartRequestHandler() - class org.apache.struts.action.ActionForm のメソッド
このフォームのMultipartRequestHandlerを返します。
getMultiple() - class org.apache.struts.taglib.SelectTag のメソッド
 
getMultiple() - class org.apache.struts.taglib.bean.ParameterTag のメソッド
 
getMultiple() - class org.apache.struts.taglib.bean.HeaderTag のメソッド
 
getMultiple() - class org.apache.struts.taglib.bean.CookieTag のメソッド
 
getMultiple() - class org.apache.struts.taglib.html.SelectTag のメソッド
 
getName() - class org.apache.struts.action.ActionMapping のメソッド
このマッピングのアクションフォームBeanの名前を返します。
getName() - class org.apache.struts.action.ActionForward のメソッド
名前を返します。
getName() - class org.apache.struts.action.ActionFormBean のメソッド
このアクションフォームBeanのBean名を返します。
getName() - class org.apache.struts.taglib.TextareaTag のメソッド
 
getName() - class org.apache.struts.taglib.SelectTag のメソッド
 
getName() - class org.apache.struts.taglib.ResetTag のメソッド
Return the field name.
getName() - class org.apache.struts.taglib.RadioTag のメソッド
 
getName() - class org.apache.struts.taglib.PropertyTag のメソッド
 
getName() - class org.apache.struts.taglib.ParameterTag のメソッド
Return the parameter name.
getName() - class org.apache.struts.taglib.OptionsTag のメソッド
 
getName() - class org.apache.struts.taglib.Options1Tag のメソッド
 
getName() - class org.apache.struts.taglib.MultiboxTag のメソッド
 
getName() - class org.apache.struts.taglib.LinkTag のメソッド
Return the bean name.
getName() - class org.apache.struts.taglib.Link1Tag のメソッド
Return the bean name.
getName() - class org.apache.struts.taglib.IterateTag のメソッド
Return the name of the collection or owning bean.
getName() - class org.apache.struts.taglib.IncludeTag のメソッド
Return the logical name.
getName() - class org.apache.struts.taglib.IfParameterNullTag のメソッド
Return the parameter name.
getName() - class org.apache.struts.taglib.IfParameterNotNullTag のメソッド
Return the parameter name.
getName() - class org.apache.struts.taglib.IfParameterNotEqualsTag のメソッド
Return the parameter name.
getName() - class org.apache.struts.taglib.IfParameterEqualsTag のメソッド
Return the parameter name.
getName() - class org.apache.struts.taglib.HtmlPropertyTag のメソッド
Return the object name.
getName() - class org.apache.struts.taglib.GetPropertyTag のメソッド
Return the name of the bean.
getName() - class org.apache.struts.taglib.ForwardTag のメソッド
Return the logical name.
getName() - class org.apache.struts.taglib.FormTag のメソッド
Return the attribute key name of our bean.
getName() - class org.apache.struts.taglib.ErrorsTag のメソッド
Return the errors attribute name.
getName() - class org.apache.struts.taglib.EnumerateTag のメソッド
Return the name of the collection or owning bean.
getName() - class org.apache.struts.taglib.CheckboxTag のメソッド
 
getName() - class org.apache.struts.taglib.BaseFieldTag のメソッド
 
getName() - class org.apache.struts.taglib.BaseAttributeTag のメソッド
Return the attribute name.
getName() - class org.apache.struts.taglib.bean.WriteTag のメソッド
 
getName() - class org.apache.struts.taglib.bean.SizeTag のメソッド
 
getName() - class org.apache.struts.taglib.bean.ResourceTag のメソッド
 
getName() - class org.apache.struts.taglib.bean.ParameterTag のメソッド
 
getName() - class org.apache.struts.taglib.bean.HeaderTag のメソッド
 
getName() - class org.apache.struts.taglib.bean.DefineTag のメソッド
 
getName() - class org.apache.struts.taglib.bean.CookieTag のメソッド
 
getName() - class org.apache.struts.taglib.html.TextareaTag のメソッド
 
getName() - class org.apache.struts.taglib.html.SelectTag のメソッド
 
getName() - class org.apache.struts.taglib.html.ResetTag のメソッド
Return the field name.
getName() - class org.apache.struts.taglib.html.RadioTag のメソッド
 
getName() - class org.apache.struts.taglib.html.OptionsTag のメソッド
 
getName() - class org.apache.struts.taglib.html.MultiboxTag のメソッド
 
getName() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getName() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getName() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the attribute key name of our bean.
getName() - class org.apache.struts.taglib.html.ErrorsTag のメソッド
 
getName() - class org.apache.struts.taglib.html.CheckboxTag のメソッド
 
getName() - class org.apache.struts.taglib.html.BaseFieldTag のメソッド
 
getName() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
 
getName() - class org.apache.struts.taglib.logic.IterateTag のメソッド
 
getName() - class org.apache.struts.taglib.logic.ForwardTag のメソッド
 
getName() - class org.apache.struts.taglib.logic.ConditionalTagBase のメソッド
 
getName() - class org.apache.struts.taglib.template.PutTag のメソッド
Get the name attribute.
getName() - class org.apache.struts.taglib.template.GetTag のメソッド
Get the name attribute.
getName() - class org.apache.struts.upload.MultipartElement のメソッド
名前を取得します。
getNestedProperty(Object, String) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 指定したbeanの、 指定した名前の(おそらくネストした)プロパティの値を返します。
getNestedProperty(Object, String) - class org.apache.struts.util.BeanUtils の static メソッド
推奨されていません。 指定した bean の指定した名前の(おそらくネストした)プロパティの値を String として返します。
getNextElement() - class org.apache.struts.upload.MultipartIterator のメソッド
イテレータ内に次の要素が存在する場合にそれを取り出します。
getOffset() - class org.apache.struts.taglib.IterateTag のメソッド
Return the offset.
getOffset() - class org.apache.struts.taglib.EnumerateTag のメソッド
Return the offset.
getOffset() - class org.apache.struts.taglib.logic.IterateTag のメソッド
 
getOnblur() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onBlur event handler.
getOnBlur() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onBlur event handler.
getOnchange() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onChange event handler.
getOnChange() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onChange event handler.
getOnclick() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onClick event handler.
getOnClick() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onClick event handler.
getOndblclick() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onDblClick event handler.
getOnDblClick() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onDblClick event handler.
getOnfocus() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onFocus event handler.
getOnFocus() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onFocus event handler.
getOnkeydown() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onKeyDown event handler.
getOnKeyDown() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onKeyDown event handler.
getOnkeypress() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onKeyPress event handler.
getOnKeyPress() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onKeyPress event handler.
getOnkeyup() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onKeyUp event handler.
getOnKeyUp() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onKeyUp event handler.
getOnmousedown() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onMouseDown event handler.
getOnMouseDown() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onMouseDown event handler.
getOnmousemove() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onMouseMove event handler.
getOnMouseMove() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onMouseMove event handler.
getOnmouseout() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onMouseOut event handler.
getOnMouseOut() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onMouseOut event handler.
getOnmouseover() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onMouseOver event handler.
getOnMouseOver() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onMouseOver event handler.
getOnmouseup() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onMouseUp event handler.
getOnMouseUp() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onMouseUp event handler.
getOnreset() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the onReset event script.
getOnReset() - class org.apache.struts.taglib.FormTag のメソッド
Return the onReset event script.
getOnselect() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the onSelect event handler.
getOnSelect() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the onSelect event handler.
getOnsubmit() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the onSubmit event script.
getOnSubmit() - class org.apache.struts.taglib.FormTag のメソッド
Return the onSubmit event script.
getPage() - class org.apache.struts.taglib.bean.IncludeTag のメソッド
 
getPage() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getPage() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getPage() - class org.apache.struts.taglib.html.ImageTag のメソッド
 
getPage() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
 
getPageKey() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getPageKey() - class org.apache.struts.taglib.html.ImageTag のメソッド
 
getParameter() - class org.apache.struts.action.ActionMapping のメソッド
このマッピングの汎用的な設定パラメータを返します。
getParameter() - class org.apache.struts.taglib.logic.ConditionalTagBase のメソッド
 
getParameter(String) - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
リクエストのパラメータの取得を試みます。
getParameterMap() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
このメソッドは null を返します。
getParameterNames() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
リクエストの一連のパラメータ名を返します。
getParameterValues(String) - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getParamId() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getParamId() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getParamId() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
 
getParamName() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getParamName() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getParamName() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
 
getParamProperty() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getParamProperty() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getParamProperty() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
 
getParamScope() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getParamScope() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getParamScope() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
 
getParser() - class org.apache.struts.digester.Digester のメソッド
入力ストリームのパースに使用する SAXParser を返します。
getPassword() - class org.apache.struts.util.GenericDataSource のメソッド
 
getPath() - class org.apache.struts.action.ActionMapping のメソッド
このマッピングを選択するために利用されるリクエストURIを返します。
getPath() - class org.apache.struts.action.ActionForward のメソッド
パスを返します。
getPathInfo() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getPathTranslated() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getPingCommand() - class org.apache.struts.util.GenericDataSource のメソッド
 
getPingQuery() - class org.apache.struts.util.GenericDataSource のメソッド
 
getPrefix() - class org.apache.struts.action.ActionMapping のメソッド
このマッピングのプレフィックスを返します。
getProperty() - class org.apache.struts.taglib.SubmitTag のメソッド
Return the property.
getProperty() - class org.apache.struts.taglib.SelectTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.RadioTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.OptionsTag のメソッド
 
getProperty() - class org.apache.struts.taglib.Options1Tag のメソッド
 
getProperty() - class org.apache.struts.taglib.MultiboxTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.LinkTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.Link1Tag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.IterateTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.IfPropertyNotEqualsTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.IfPropertyEqualsTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.HtmlPropertyTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.GetPropertyTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.EnumerateTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.CheckboxTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.CancelTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.ButtonTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.BaseInputTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.bean.WriteTag のメソッド
 
getProperty() - class org.apache.struts.taglib.bean.SizeTag のメソッド
 
getProperty() - class org.apache.struts.taglib.bean.PageTag のメソッド
 
getProperty() - class org.apache.struts.taglib.bean.DefineTag のメソッド
 
getProperty() - class org.apache.struts.taglib.html.SubmitTag のメソッド
Return the property.
getProperty() - class org.apache.struts.taglib.html.SelectTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.html.RadioTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.html.OptionsTag のメソッド
 
getProperty() - class org.apache.struts.taglib.html.MultiboxTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getProperty() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getProperty() - class org.apache.struts.taglib.html.ImageTag のメソッド
 
getProperty() - class org.apache.struts.taglib.html.ErrorsTag のメソッド
 
getProperty() - class org.apache.struts.taglib.html.CheckboxTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.html.CancelTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.html.ButtonTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.html.BaseInputTag のメソッド
Return the property name.
getProperty() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
 
getProperty() - class org.apache.struts.taglib.logic.IterateTag のメソッド
 
getProperty() - class org.apache.struts.taglib.logic.ConditionalTagBase のメソッド
 
getProperty(Object, String) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 全てのプロパティ参照フォーマットに対する、 指定したbeanの指定したプロパティの値を返します。
getProperty(Object, String) - class org.apache.struts.util.BeanUtils の static メソッド
推奨されていません。 指定した bean の指定したプロパティの値を、プロパティの参照フォーマット に関わらず、Stringとして返します。
getPropertyDescriptor(Object, String) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 指定したbeanの指定したプロパティについての、 プロパティディスクリプタを取得します。
getPropertyDescriptors(Object) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 指定したbeanのプロパティディスクリプタを取得します。
getPropertyEditorClass(Object, String) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 (もしあれば)プロパティに登録されている プロパティエディタクラスを表すJavaクラスを返します。
GetPropertyTag - class org.apache.struts.taglib.GetPropertyTag.
Expose the value of a bean property as a scripting variable.
GetPropertyTag() - class org.apache.struts.taglib.GetPropertyTag のコンストラクタ
 
GetPropertyTei - class org.apache.struts.taglib.GetPropertyTei.
Implementation of TagExtraInfo for the getProperty tag, identifying the scripting object(s) to be made visible.
GetPropertyTei() - class org.apache.struts.taglib.GetPropertyTei のコンストラクタ
 
getPropertyType(Object, String) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 指定したプロパティのプロパティの型を表すJavaクラスを返します。
getProtocol() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getQueryString() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getReader() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getReadMethod(PropertyDescriptor) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 このプロパティに対するアクセス可能なゲッターメソッドを返します。
getReadonly() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the readonly event handler.
getReadOnly() - class org.apache.struts.util.GenericDataSource のメソッド
 
getRealPath(String) - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getRedirect() - class org.apache.struts.action.ActionForward のメソッド
リダイレクトフラグを返します。
getRedisplay() - class org.apache.struts.taglib.html.BaseFieldTag のメソッド
 
getRemoteAddr() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getRemoteHost() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getRemoteUser() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getRequest() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
このラッパの配下の HttpServletRequest を返します。
getRequestDispatcher(String) - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getRequestedSessionId() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getRequestURI() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getRequestURL() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
このメソッドは null を返します。
getResources() - class org.apache.struts.action.ActionServlet のメソッド
当Webアプリケーション用のアプリケーションリソースが存在する場合、それを返します。
getResources() - class org.apache.struts.action.Action のメソッド
このアプリケーションのメッセージリソースを返します。
getReturnNull() - class org.apache.struts.util.MessageResourcesFactory のメソッド
 
getReturnNull() - class org.apache.struts.util.MessageResources のメソッド
 
getRole() - class org.apache.struts.taglib.logic.ConditionalTagBase のメソッド
 
getRole() - class org.apache.struts.taglib.template.PutTag のメソッド
Get the role attribute.
getRole() - class org.apache.struts.taglib.template.GetTag のメソッド
Get the role attribute.
getRows() - class org.apache.struts.taglib.BaseInputTag のメソッド
Return the number of rows for this field.
getRows() - class org.apache.struts.taglib.html.BaseInputTag のメソッド
Return the number of rows for this field.
getRules(String) - class org.apache.struts.digester.Digester のメソッド
指定した検出位置に対応する、一揃えのルールを返します。
getScheme() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getScope() - class org.apache.struts.action.ActionMapping のメソッド
このマッピングのスコープを返します。
getScope() - class org.apache.struts.taglib.FormTag のメソッド
Return the attribute scope of our bean.
getScope() - class org.apache.struts.taglib.BaseAttributeTag のメソッド
Return the attribute scope.
getScope() - class org.apache.struts.taglib.bean.WriteTag のメソッド
 
getScope() - class org.apache.struts.taglib.bean.SizeTag のメソッド
 
getScope() - class org.apache.struts.taglib.bean.DefineTag のメソッド
 
getScope() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getScope() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getScope() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the attribute scope of our bean.
getScope() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
 
getScope() - class org.apache.struts.taglib.logic.IterateTag のメソッド
 
getScope() - class org.apache.struts.taglib.logic.ConditionalTagBase のメソッド
 
getScopeId() - class org.apache.struts.taglib.BaseAttributeTag のメソッド
Return the scope identifier of the scope we are requesting.
getServerName() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getServerPort() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getServlet() - class org.apache.struts.action.ActionMappings のメソッド
アプリケーションのActionServletインスタンスを返します。
getServlet() - class org.apache.struts.action.ActionForm のメソッド
結びつけられているコントローラServletのインスタンスを返します。
getServlet() - class org.apache.struts.action.Action のメソッド
このActionに関連づけられているコントローラServletのインスタンスを返します。
getServlet() - interface org.apache.struts.upload.MultipartRequestHandler のメソッド
ActionServlet インスタンスを取得します。
getServlet() - class org.apache.struts.upload.DiskMultipartRequestHandler のメソッド
 
getServletPath() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getServletWrapper() - class org.apache.struts.action.ActionForm のメソッド
結びつけられているコントローラServletのインスタンスを返します。
getSession() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getSession(boolean) - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getSimpleProperty(Object, String) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 指定したbeanの指定した単純なプロパティの値を返します。
getSimpleProperty(Object, String) - class org.apache.struts.util.BeanUtils の static メソッド
推奨されていません。 指定した bean の指定したシンプルプロパティの値を String に変換して返します。
getSize() - class org.apache.struts.taglib.SelectTag のメソッド
 
getSize() - class org.apache.struts.taglib.BaseInputTag のメソッド
Return the size of this field (synonym for getCols()).
getSize() - class org.apache.struts.taglib.html.SelectTag のメソッド
 
getSize() - class org.apache.struts.taglib.html.BaseInputTag のメソッド
Return the size of this field (synonym for getCols()).
getSize() - class org.apache.struts.util.ErrorMessages のメソッド
推奨されていません。 これまでに蓄積したエラーメッセージキーの数を返します。
getSrc() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getSrc() - class org.apache.struts.taglib.html.ImageTag のメソッド
 
getSrcKey() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getSrcKey() - class org.apache.struts.taglib.html.ImageTag のメソッド
 
getStack(PageContext) - class org.apache.struts.taglib.template.util.ContentMapStack の static メソッド
Return a reference to the stack.
getStyle() - class org.apache.struts.taglib.FormTag のメソッド
Return the style attribute for this tag.
getStyle() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the style attribute.
getStyle() - class org.apache.struts.taglib.html.OptionTag のメソッド
 
getStyle() - class org.apache.struts.taglib.html.OptionsTag のメソッド
 
getStyle() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the style attribute for this tag.
getStyle() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the style attribute.
getStyleClass() - class org.apache.struts.taglib.FormTag のメソッド
Return the style class for this tag.
getStyleClass() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the style class attribute.
getStyleClass() - class org.apache.struts.taglib.html.OptionTag のメソッド
 
getStyleClass() - class org.apache.struts.taglib.html.OptionsTag のメソッド
 
getStyleClass() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the style class for this tag.
getStyleClass() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the style class attribute.
getStyleId() - class org.apache.struts.taglib.FormTag のメソッド
Return the style id for this tag.
getStyleId() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the style id attribute.
getStyleId() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the style identifier for this tag.
getStyleId() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the style id attribute.
getSuffix() - class org.apache.struts.action.ActionMapping のメソッド
このマッピングのサフィックスを返します。
getTabindex() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the tabIndex value.
getTabIndex() - class org.apache.struts.taglib.BaseHandlerTag のメソッド
Returns the tabIndex value.
GetTag - class org.apache.struts.taglib.template.GetTag.
This is the tag handler for <template:get>, which gets content from the request scope and either includes the content or prints it, depending upon the value of the content's direct attribute.
GetTag() - class org.apache.struts.taglib.template.GetTag のコンストラクタ
 
getTarget() - class org.apache.struts.taglib.LinkTag のメソッド
Return the window target.
getTarget() - class org.apache.struts.taglib.Link1Tag のメソッド
Return the window target.
getTarget() - class org.apache.struts.taglib.FormTag のメソッド
Return the window target.
getTarget() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getTarget() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the window target.
getTarget() - class org.apache.struts.taglib.html.BaseTag のメソッド
 
getTempDir() - class org.apache.struts.action.ActionServlet のメソッド
フォームファイルを保存する一時ディレクトリを返します。
getTemplate() - class org.apache.struts.taglib.template.InsertTag のメソッド
Get the template attribute.
getTextElements() - interface org.apache.struts.upload.MultipartRequestHandler のメソッド
このメソッドは、リクエストから全ての入力されたテキスト要素を取り出すために使用されます。
getTextElements() - class org.apache.struts.upload.DiskMultipartRequestHandler のメソッド
 
getTitle() - class org.apache.struts.taglib.html.BaseHandlerTag のメソッド
Returns the advisory title attribute.
getToScope() - class org.apache.struts.taglib.bean.DefineTag のメソッド
 
getTransaction() - class org.apache.struts.taglib.bean.IncludeTag のメソッド
 
getTransaction() - class org.apache.struts.taglib.html.LinkTag のメソッド
 
getTransaction() - class org.apache.struts.taglib.logic.RedirectTag のメソッド
 
getTransactionIsolation() - class org.apache.struts.util.GenericConnection のメソッド
保持する Connection の現在のトランザクションの遮断レベルを返します。
getType() - class org.apache.struts.action.ActionMapping のメソッド
完全修飾されたアクションクラス名を返します。
getType() - class org.apache.struts.action.ActionFormBean のメソッド
このアクションフォームBeanのJavaクラス名を返します。
getType() - class org.apache.struts.taglib.FormTag のメソッド
Return the Java class of our bean.
getType() - class org.apache.struts.taglib.bean.DefineTag のメソッド
 
getType() - class org.apache.struts.taglib.html.FormTag のメソッド
Return the Java class of our bean.
getType() - class org.apache.struts.taglib.logic.IterateTag のメソッド
 
getTypeMap() - class org.apache.struts.util.GenericConnection のメソッド
(JDBC 2.0) この接続時の型マップを返します。
getUnknown() - class org.apache.struts.action.ActionMapping のメソッド
このマッピングのunknownフラグを返します。
getUnknown(HttpServletRequest) - class org.apache.struts.action.ActionMappings のメソッド
未知のリクエストパスを処理するActionMappingを返します。
getUnknown(ServletRequest) - class org.apache.struts.action.ActionMappings のメソッド
未知のリクエストパスを処理するActionMappingを返します。
getUrl() - class org.apache.struts.taglib.EncodeURLTag のメソッド
Return the URL to be encoded.
getUrl() - class org.apache.struts.taglib.EncodeRedirectURLTag のメソッド
Return the URL to be encoded.
getUrl() - class org.apache.struts.util.GenericDataSource のメソッド
 
getUseCount() - class org.apache.struts.util.GenericDataSource のメソッド
 
getUsemap() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getUser() - class org.apache.struts.taglib.logic.ConditionalTagBase のメソッド
 
getUser() - class org.apache.struts.util.GenericDataSource のメソッド
 
getUserPrincipal() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
getValidate() - class org.apache.struts.action.ActionMapping のメソッド
このマッピングのvalidateフラグを返します。
getValidating() - class org.apache.struts.digester.Digester のメソッド
パーサの妥当性検査フラグを返します。
getValue() - class org.apache.struts.taglib.SubmitTag のメソッド
Return the label value.
getValue() - class org.apache.struts.taglib.SelectTag のメソッド
Return the comparison value.
getValue() - class org.apache.struts.taglib.ResetTag のメソッド
Return the label value.
getValue() - class org.apache.struts.taglib.RadioTag のメソッド
Return the server value.
getValue() - class org.apache.struts.taglib.OptionTag のメソッド
Return the server value.
getValue() - class org.apache.struts.taglib.MultiboxTag のメソッド
Return the server value.
getValue() - class org.apache.struts.taglib.IfPropertyNotEqualsTag のメソッド
Return the matching value.
getValue() - class org.apache.struts.taglib.IfPropertyEqualsTag のメソッド
Return the matching value.
getValue() - class org.apache.struts.taglib.IfParameterNotEqualsTag のメソッド
Return the comparison value.
getValue() - class org.apache.struts.taglib.IfParameterEqualsTag のメソッド
Return the comparison value.
getValue() - class org.apache.struts.taglib.CheckboxTag のメソッド
Return the server value.
getValue() - class org.apache.struts.taglib.CancelTag のメソッド
Return the label value.
getValue() - class org.apache.struts.taglib.ButtonTag のメソッド
Return the label value.
getValue() - class org.apache.struts.taglib.BaseInputTag のメソッド
Return the field value (if any).
getValue() - class org.apache.struts.taglib.bean.ParameterTag のメソッド
 
getValue() - class org.apache.struts.taglib.bean.HeaderTag のメソッド
 
getValue() - class org.apache.struts.taglib.bean.DefineTag のメソッド
 
getValue() - class org.apache.struts.taglib.bean.CookieTag のメソッド
 
getValue() - class org.apache.struts.taglib.html.SubmitTag のメソッド
Return the label value.
getValue() - class org.apache.struts.taglib.html.SelectTag のメソッド
Return the comparison value.
getValue() - class org.apache.struts.taglib.html.ResetTag のメソッド
Return the label value.
getValue() - class org.apache.struts.taglib.html.RadioTag のメソッド
Return the server value.
getValue() - class org.apache.struts.taglib.html.OptionTag のメソッド
 
getValue() - class org.apache.struts.taglib.html.MultiboxTag のメソッド
Return the server value.
getValue() - class org.apache.struts.taglib.html.CheckboxTag のメソッド
Return the server value.
getValue() - class org.apache.struts.taglib.html.CancelTag のメソッド
Return the label value.
getValue() - class org.apache.struts.taglib.html.ButtonTag のメソッド
Return the label value.
getValue() - class org.apache.struts.taglib.html.BaseInputTag のメソッド
Return the field value (if any).
getValue() - class org.apache.struts.taglib.logic.MatchTag のメソッド
 
getValue() - class org.apache.struts.taglib.logic.CompareTagBase のメソッド
 
getValue() - class org.apache.struts.upload.MultipartElement のメソッド
このマルチパート要素の内容を返します。
getValues() - class org.apache.struts.action.ActionError のメソッド
このエラーメッセージの置換用の値を返します。
getVariableInfo(TagData) - class org.apache.struts.taglib.IterateTei のメソッド
Return information about the scripting variables to be created.
getVariableInfo(TagData) - class org.apache.struts.taglib.GetPropertyTei のメソッド
Return information about the scripting variables to be created.
getVariableInfo(TagData) - class org.apache.struts.taglib.EnumerateTei のメソッド
Return information about the scripting variables to be created.
getVariableInfo(TagData) - class org.apache.struts.taglib.bean.StrutsTei のメソッド
Return information about the scripting variables to be created.
getVariableInfo(TagData) - class org.apache.struts.taglib.bean.SizeTei のメソッド
Return information about the scripting variables to be created.
getVariableInfo(TagData) - class org.apache.struts.taglib.bean.ResourceTei のメソッド
Return information about the scripting variables to be created.
getVariableInfo(TagData) - class org.apache.struts.taglib.bean.ParameterTei のメソッド
Return information about the scripting variables to be created.
getVariableInfo(TagData) - class org.apache.struts.taglib.bean.PageTei のメソッド
Return information about the scripting variables to be created.
getVariableInfo(TagData) - class org.apache.struts.taglib.bean.IncludeTei のメソッド
Return information about the scripting variables to be created.
getVariableInfo(TagData) - class org.apache.struts.taglib.bean.HeaderTei のメソッド
Return information about the scripting variables to be created.
getVariableInfo(TagData) - class org.apache.struts.taglib.bean.DefineTei のメソッド
Return information about the scripting variables to be created.
getVariableInfo(TagData) - class org.apache.struts.taglib.bean.CookieTei のメソッド
Return information about the scripting variables to be created.
getVariableInfo(TagData) - class org.apache.struts.taglib.logic.IterateTei のメソッド
Return information about the scripting variables to be created.
getVspace() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getWarnings() - class org.apache.struts.util.GenericConnection のメソッド
保持する Connection からレポートされた最初の警告を返します。
getWidth() - class org.apache.struts.taglib.html.ImgTag のメソッド
 
getWriteMethod(PropertyDescriptor) - class org.apache.struts.util.PropertyUtils の static メソッド
推奨されていません。 このプロパティに対する アクセス可能なプロパティのセッターメソッドを返します。
getXhtml() - class org.apache.struts.taglib.html.HtmlTag のメソッド
 
GLOBAL_ERROR - class org.apache.struts.action.ActionErrors の static 変数
特定のプロパティに関連するエラーとは反対に、 グローバルなエラーに用いる「プロパティ名」マーカです。
GreaterEqualTag - class org.apache.struts.taglib.logic.GreaterEqualTag.
Evaluate the nested body content of this tag if the specified variable is greater than or equal to the specified value.
GreaterEqualTag() - class org.apache.struts.taglib.logic.GreaterEqualTag のコンストラクタ
 
GreaterThanTag - class org.apache.struts.taglib.logic.GreaterThanTag.
Evaluate the nested body content of this tag if the specified variable is greater than the specified value.
GreaterThanTag() - class org.apache.struts.taglib.logic.GreaterThanTag のコンストラクタ
 

H

handleRequest(HttpServletRequest) - interface org.apache.struts.upload.MultipartRequestHandler のメソッド
構築後、ActionServlet によって最初に呼び出されるメソッドです。
handleRequest(HttpServletRequest) - class org.apache.struts.upload.DiskMultipartRequestHandler のメソッド
このメソッドは、マルチパートリクエストデータを内部のハッシュテーブルに蓄積します。
hasBody() - class org.apache.struts.taglib.template.PutTag のメソッド
Returns a boolean indicating whether this tag has a body.
hashCode() - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 マップのハッシュコード値を返します。
hashCode() - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 マップのハッシュコード値を返します。
hashCode() - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リストのハッシュコード値を返します。
hasNext() - class org.apache.struts.util.IteratorAdapter のメソッド
 
header - class org.apache.struts.taglib.logic.ConditionalTagBase の変数
The name of the HTTP request header to be used as a variable.
HEADER_ENCODING - class org.apache.struts.upload.MultipartValueStream の static 変数
 
HeaderTag - class org.apache.struts.taglib.bean.HeaderTag.
Define a scripting variable based on the value(s) of the specified header received with this request.
HeaderTag() - class org.apache.struts.taglib.bean.HeaderTag のコンストラクタ
 
HeaderTei - class org.apache.struts.taglib.bean.HeaderTei.
Implementation of TagExtraInfo for the header tag, identifying the scripting object(s) to be made visible.
HeaderTei() - class org.apache.struts.taglib.bean.HeaderTei のコンストラクタ
 
headMap(Object) - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 指定されたキーより下のキーをもつ部分のビューを返します。
height - class org.apache.struts.taglib.html.ImgTag の変数
The image height.
HiddenTag - class org.apache.struts.taglib.HiddenTag.
Custom tag for input fields of type "text".
HiddenTag - class org.apache.struts.taglib.html.HiddenTag.
Custom tag for input fields of type "text".
HiddenTag() - class org.apache.struts.taglib.HiddenTag のコンストラクタ
Construct a new instance of this tag.
HiddenTag() - class org.apache.struts.taglib.html.HiddenTag のコンストラクタ
Construct a new instance of this tag.
href - class org.apache.struts.taglib.RedirectTag の変数
The hyperlink URI.
href - class org.apache.struts.taglib.LinkTag の変数
The hyperlink URI.
href - class org.apache.struts.taglib.Link1Tag の変数
The hyperlink URI.
href - class org.apache.struts.taglib.bean.IncludeTag の変数
The absolute URL to the resource to be included.
href - class org.apache.struts.taglib.html.LinkTag の変数
The hyperlink URI.
href - class org.apache.struts.taglib.logic.RedirectTag の変数
The redirect URI.
hspace - class org.apache.struts.taglib.html.ImgTag の変数
The horizontal spacing around the image.
HtmlPropertyTag - class org.apache.struts.taglib.HtmlPropertyTag.
Custom tag implementation that acts like <jsp:getProperty> but encodes the output stream so that HTML-related characters do not cause difficulties.
HtmlPropertyTag() - class org.apache.struts.taglib.HtmlPropertyTag のコンストラクタ
Construct a new instance of this tag.
HtmlTag - class org.apache.struts.taglib.html.HtmlTag.
Renders an HTML element with appropriate language attributes if there is a current Locale available in the user's session.
HtmlTag() - class org.apache.struts.taglib.html.HtmlTag のコンストラクタ
 
hyperlink() - class org.apache.struts.taglib.LinkTag のメソッド
Return the specified hyperlink, modified as necessary with optional request parameters.
hyperlink() - class org.apache.struts.taglib.Link1Tag のメソッド
Return the specified hyperlink, modified as necessary with optional request parameters.

I

id - class org.apache.struts.taglib.IterateTag の変数
The name of the scripting variable to be exposed.
id - class org.apache.struts.taglib.GetPropertyTag の変数
The name of the scripting variable to be exposed.
id - class org.apache.struts.taglib.EnumerateTag の変数
The name of the scripting variable to be exposed.
id - class org.apache.struts.taglib.bean.StrutsTag の変数
The name of the scripting variable that will be exposed as a page scope attribute.
id - class org.apache.struts.taglib.bean.SizeTag の変数
The name of the scripting variable that will be exposed as a page scope attribute.
id - class org.apache.struts.taglib.bean.ResourceTag の変数
The name of the scripting variable that will be exposed as a page scope attribute.
id - class org.apache.struts.taglib.bean.ParameterTag の変数
The name of the scripting variable that will be exposed as a page scope attribute.
id - class org.apache.struts.taglib.bean.PageTag の変数
The name of the scripting variable that will be exposed as a page scope attribute.
id - class org.apache.struts.taglib.bean.IncludeTag の変数
The name of the scripting variable that will be exposed as a page scope attribute.
id - class org.apache.struts.taglib.bean.HeaderTag の変数
The name of the scripting variable that will be exposed as a page scope attribute.
id - class org.apache.struts.taglib.bean.DefineTag の変数
The name of the scripting variable that will be exposed as a page scope attribute.
id - class org.apache.struts.taglib.bean.CookieTag の変数
The name of the scripting variable that will be exposed as a page scope attribute.
id - class org.apache.struts.taglib.logic.IterateTag の変数
The name of the scripting variable to be exposed.
IfAttributeExistsTag - class org.apache.struts.taglib.IfAttributeExistsTag.
Conditionally include the body of this tag if the specified attribute exists in the specified scope.
IfAttributeExistsTag() - class org.apache.struts.taglib.IfAttributeExistsTag のコンストラクタ
 
IfAttributeMissingTag - class org.apache.struts.taglib.IfAttributeMissingTag.
Conditionally include the body of this tag if the specified attribute does not exist in the specified scope.
IfAttributeMissingTag() - class org.apache.struts.taglib.IfAttributeMissingTag のコンストラクタ
 
IfParameterEqualsTag - class org.apache.struts.taglib.IfParameterEqualsTag.
Conditionally include the body of this tag if the specified parameter matches the specified value.
IfParameterEqualsTag() - class org.apache.struts.taglib.IfParameterEqualsTag のコンストラクタ
 
IfParameterNotEqualsTag - class org.apache.struts.taglib.IfParameterNotEqualsTag.
Conditionally include the body of this tag if the specified parameter does not match the specified value.
IfParameterNotEqualsTag() - class org.apache.struts.taglib.IfParameterNotEqualsTag のコンストラクタ
 
IfParameterNotNullTag - class org.apache.struts.taglib.IfParameterNotNullTag.
Conditionally include the body of this tag if the specified parameter is present in the current request, and has a length greather than zero.
IfParameterNotNullTag() - class org.apache.struts.taglib.IfParameterNotNullTag のコンストラクタ
 
IfParameterNullTag - class org.apache.struts.taglib.IfParameterNullTag.
Conditionally include the body of this tag if the specified parameter is not present in the current request, or it is present as a zero length string.
IfParameterNullTag() - class org.apache.struts.taglib.IfParameterNullTag のコンストラクタ
 
IfPropertyEqualsTag - class org.apache.struts.taglib.IfPropertyEqualsTag.
Conditionally include the body of this tag if the specified property of the specified attribute (in any scope) has the specified value.
IfPropertyEqualsTag() - class org.apache.struts.taglib.IfPropertyEqualsTag のコンストラクタ
 
IfPropertyNotEqualsTag - class org.apache.struts.taglib.IfPropertyNotEqualsTag.
Conditionally include the body of this tag if the specified property of the specified attribute (in any scope) has the specified value.
IfPropertyNotEqualsTag() - class org.apache.struts.taglib.IfPropertyNotEqualsTag のコンストラクタ
 
ignorableWhitespace(char[], int, int) - class org.apache.struts.digester.Digester のメソッド
XML 要素のボディから除去される空白を受け取ったことをプロセスから通知されます。
ignore - class org.apache.struts.taglib.bean.WriteTag の変数
Should we ignore missing beans and simply output nothing?
imageName - class org.apache.struts.taglib.html.ImgTag の変数
The image name for named images.
ImageTag - class org.apache.struts.taglib.html.ImageTag.
Tag for input fields of type "image".
ImageTag() - class org.apache.struts.taglib.html.ImageTag のコンストラクタ
 
ImgTag - class org.apache.struts.taglib.html.ImgTag.
Generate an IMG tag to the specified image URI.
ImgTag() - class org.apache.struts.taglib.html.ImgTag のコンストラクタ
 
in - class org.apache.struts.upload.MultipartValueStream の変数
配下のストリーム
include - class org.apache.struts.action.ActionMapping の変数
RequestDispatcher.include()によって呼び出され、リクエストを処理するサーブレットやJSPリソースのコンテキスト相対パスです。
IncludeAction - class org.apache.struts.actions.IncludeAction.
関連付けされた ActionMappingparameter プロパティで 指定されたコンテキスト相対URIをインクルードする Action です。
IncludeAction() - class org.apache.struts.actions.IncludeAction のコンストラクタ
 
IncludeTag - class org.apache.struts.taglib.IncludeTag.
Perform an include of a page that is looked up in the global ActionForwards collection associated with our application.
IncludeTag - class org.apache.struts.taglib.bean.IncludeTag.
Define the contents of a specified intra-application request as a page scope attribute of type java.lang.String.
IncludeTag() - class org.apache.struts.taglib.IncludeTag のコンストラクタ
 
IncludeTag() - class org.apache.struts.taglib.bean.IncludeTag のコンストラクタ
 
IncludeTei - class org.apache.struts.taglib.bean.IncludeTei.
Implementation of TagExtraInfo for the include tag, identifying the scripting object(s) to be made visible.
IncludeTei() - class org.apache.struts.taglib.bean.IncludeTei のコンストラクタ
 
INDEXED_DELIM - class org.apache.struts.util.PropertyUtils の static 変数
推奨されていません。 0からの相対で表される配列要素の添字の前につけるデミリタ。
INDEXED_DELIM2 - class org.apache.struts.util.PropertyUtils の static 変数
推奨されていません。 0からの相対で表される配列要素の添字の後ろにつけるデミリタ。
indexId - class org.apache.struts.taglib.logic.IterateTag の変数
The name of the scripting variable to be exposed as the current index.
indexOf(Object) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 equals()メソッドを使って等しいかどうかを判定しながら、 指定された引数と同じ内容の要素を先頭から検索します。
init() - class org.apache.struts.action.ActionServlet のメソッド
このサーブレットを初期化します。
initActions() - class org.apache.struts.action.ActionServlet のメソッド
生成済みのActionインスタンス全てを初期化します。
initApplication() - class org.apache.struts.action.ActionServlet のメソッド
当アプリケーションのMessageResourcesバンドルが存在すればそれを初期化します。
initDataSources() - class org.apache.struts.action.ActionServlet のメソッド
当アプリケーションに関連するデータソースが存在する場合、 それらを初期化します。
initDebug() - class org.apache.struts.action.ActionServlet のメソッド
当アプリケーションの詳細デバッグレベルを初期化します。
initDigester(int) - class org.apache.struts.action.ActionServlet のメソッド
新しい設定ファイルフォーマットを使用するダイジェスタを生成し、 それを返します。
initDigesterOld(int) - class org.apache.struts.action.ActionServlet のメソッド
古い設定ファイルフォーマットを使用するダイジェスタを生成し、 それを返します。
initInternal() - class org.apache.struts.action.ActionServlet のメソッド
内部的なMessageResourcesバンドルを初期化します。
initMapping() - class org.apache.struts.action.ActionServlet のメソッド
当アプリケーションのマッピング情報を初期化します。
initOther() - class org.apache.struts.action.ActionServlet のメソッド
まだ処理されていないその他の設定パラメータを初期化します。
initServlet() - class org.apache.struts.action.ActionServlet のメソッド
当コントローラサーブレットの処理配下にあるサーブレットマッピングを初期化します。
initUpload() - class org.apache.struts.action.ActionServlet のメソッド
アップロードパラメータであるbufferSize・multipartClass・maxFileSize・tempDirを初期化します。
input - class org.apache.struts.action.ActionMapping の変数
入力パラメータの検証エラーが発生した場合に制御を戻す入力フォームのコンテキスト相対パスです。
input - class org.apache.struts.taglib.bean.ResourceTag の変数
Return an InputStream to the specified resource if this is non-null.
inputStream - class org.apache.struts.upload.MultipartIterator の変数
このクラスのための入力ストリームインスタンス。
inputStream - class org.apache.struts.upload.BufferedMultipartInputStream の変数
このクラスによって使用される、配下の InputStream。
InsertTag - class org.apache.struts.taglib.template.InsertTag.
This is the tag handler for <template:insert>, which includes a template.
InsertTag() - class org.apache.struts.taglib.template.InsertTag のコンストラクタ
 
instance - class org.apache.struts.action.ActionMapping の変数
このマッピングのために初期化されたActionクラスのインスタンスです。
internal - class org.apache.struts.action.ActionServlet の変数
内部的に使用するメッセージリソースです。
internalName - class org.apache.struts.action.ActionServlet の変数
内部的に使用するリソースの基本クラス名です。
isCancelled(HttpServletRequest) - class org.apache.struts.action.Action のメソッド
現在のフォームのキャンセルボタンが押されていれば trueを返します。
isClosed() - class org.apache.struts.util.GenericConnection のメソッド
保持する Connection がクローズされていた場合に true を返します。
isDirect() - class org.apache.struts.taglib.template.util.Content のメソッド
Is content to be printed directly (isDirect() == true)
instead of included (isDirect() == false)?
isEmpty() - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 内部に要素を保持していないかどうかテストします。
isEmpty() - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 マップがマッピングを保持しない場合に true を返します。
isEmpty() - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リストに要素がないかどうかを判定します。
isFile - class org.apache.struts.upload.MultipartElement の変数
この要素がファイルかどうか。
isFile() - class org.apache.struts.upload.MultipartElement のメソッド
こ要素がファイルかどうか?
ismap - class org.apache.struts.taglib.html.ImgTag の変数
Server-side image map declaration.
isMatched(String) - class org.apache.struts.taglib.html.SelectTag のメソッド
Does the specified value match one of those we are looking for?
isPresent(Locale, String) - class org.apache.struts.util.MessageResources のメソッド
指定されたLocaleとキーに対応するメッセージが定義されている場合に true を返します。
isPresent(String) - class org.apache.struts.util.MessageResources のメソッド
システムのデフォルトロケールで、指定されたキーに対応するメッセージが定義されている場合に true を返します。
isReadOnly() - class org.apache.struts.util.GenericConnection のメソッド
Connection が読み込み専用モードの時に true を返します。
isRequestedSessionIdFromCookie() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
このメソッドは false を返します。
isRequestedSessionIdFromUrl() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
isRequestedSessionIdFromURL() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
isRequestedSessionIdValid() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
isSecure() - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
isTokenValid(HttpServletRequest) - class org.apache.struts.action.Action のメソッド
ユーザの現在のセッションにトランザクショントークンが保持されていて、 かつこのアクションのリクエストパラメータとして送信された値がそのトークンとマッチする場合に trueを返します。
isUserInRole(String) - class org.apache.struts.upload.MultipartRequestWrapper のメソッド
 
IterateTag - class org.apache.struts.taglib.IterateTag.
Custom tag that iterates the elements of a collection, which can be either an attribute or the property of an attribute.
IterateTag - class org.apache.struts.taglib.logic.IterateTag.
Custom tag that iterates the elements of a collection, which can be either an attribute or the property of an attribute.
IterateTag() - class org.apache.struts.taglib.IterateTag のコンストラクタ
 
IterateTag() - class org.apache.struts.taglib.logic.IterateTag のコンストラクタ
 
IterateTei - class org.apache.struts.taglib.IterateTei.
Implementation of TagExtraInfo for the iterate tag, identifying the scripting object(s) to be made visible.
IterateTei - class org.apache.struts.taglib.logic.IterateTei.
Implementation of TagExtraInfo for the iterate tag, identifying the scripting object(s) to be made visible.
IterateTei() - class org.apache.struts.taglib.IterateTei のコンストラクタ
 
IterateTei() - class org.apache.struts.taglib.logic.IterateTei のコンストラクタ
 
iterator - class org.apache.struts.taglib.IterateTag の変数
Iterator of the elements of this collection.
iterator - class org.apache.struts.taglib.logic.IterateTag の変数
Iterator of the elements of this collection, while we are actually running.
iterator() - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 このリスト内の要素を適切な順序で繰り返し処理する反復子を返します。
IteratorAdapter - class org.apache.struts.util.IteratorAdapter.
Enumeration を Iterator クラスへ変換するユーティリティメソッドです。
IteratorAdapter(Enumeration) - class org.apache.struts.util.IteratorAdapter のコンストラクタ
 

K

key - class org.apache.struts.action.ActionError の変数
このエラーメッセージのメッセージキーです。
key - class org.apache.struts.taglib.MessageTag の変数
The message key of the message to be retrieved.
key - class org.apache.struts.taglib.bean.MessageTag の変数
The message key of the message to be retrieved.
key - class org.apache.struts.taglib.html.OptionTag の変数
The key used to look up the text displayed to the user for this option, if any.
keySet() - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 マップに格納されているキーのセットビューを返します。
keySet() - class org.apache.struts.util.FastHashMap のメソッド
推奨されていません。 マップに格納されているキーのセットビューを返します。

L

labelName - class org.apache.struts.taglib.OptionsTag の変数
The name of the bean containing the labels collection.
labelName - class org.apache.struts.taglib.Options1Tag の変数
The name of the bean containing the labels collection.
labelName - class org.apache.struts.taglib.html.OptionsTag の変数
The name of the bean containing the labels collection.
labelProperty - class org.apache.struts.taglib.OptionsTag の変数
The bean property containing the labels collection.
labelProperty - class org.apache.struts.taglib.Options1Tag の変数
The bean property containing the labels collection.
labelProperty - class org.apache.struts.taglib.html.OptionsTag の変数
The bean property containing the labels collection.
lastIndexOf(Object) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 equals()メソッドを使って等しいかどうかを判定しながら、 指定された引数と同じ内容の要素を末尾から検索し、 対応するインデックスを返します。
lastKey() - class org.apache.struts.util.FastTreeMap のメソッド
推奨されていません。 現在この順序を持つマップに格納されている最後の(一番上の)キーを返します。
length - class org.apache.struts.taglib.IterateTag の変数
The length value or attribute name (<=0 means no limit).
length - class org.apache.struts.taglib.EnumerateTag の変数
The length value or attribute name (<=0 means no limit).
length - class org.apache.struts.taglib.logic.IterateTag の変数
The length value or attribute name (<=0 means no limit).
lengthCount - class org.apache.struts.taglib.IterateTag の変数
The number of elements we have already rendered.
lengthCount - class org.apache.struts.taglib.EnumerateTag の変数
The number of elements we have already rendered.
lengthCount - class org.apache.struts.taglib.logic.IterateTag の変数
The number of elements we have already rendered.
lengthValue - class org.apache.struts.taglib.IterateTag の変数
The actual length value (calculated in the start tag).
lengthValue - class org.apache.struts.taglib.EnumerateTag の変数
The actual length value (calculated in the start tag).
lengthValue - class org.apache.struts.taglib.logic.IterateTag の変数
The actual length value (calculated in the start tag).
LessEqualTag - class org.apache.struts.taglib.logic.LessEqualTag.
Evaluate the nested body content of this tag if the specified variable is less than or equal to the specified value.
LessEqualTag() - class org.apache.struts.taglib.logic.LessEqualTag のコンストラクタ
 
LessThanTag - class org.apache.struts.taglib.logic.LessThanTag.
Evaluate the nested body content of this tag if the specified variable is less than the specified value.
LessThanTag() - class org.apache.struts.taglib.logic.LessThanTag のコンストラクタ
 
level - class org.apache.struts.util.GenericConnection の変数
解放後に返す、初期化時のトランザクションの遮断レベル
Link1Tag - class org.apache.struts.taglib.Link1Tag.
Generate a URL-encoded hyperlink to the specified URI.
Link1Tag() - class org.apache.struts.taglib.Link1Tag のコンストラクタ
 
linkName - class org.apache.struts.taglib.html.LinkTag の変数
The link name for named links.
LinkTag - class org.apache.struts.taglib.LinkTag.
Generate a URL-encoded hyperlink to the specified URI.
LinkTag - class org.apache.struts.taglib.html.LinkTag.
Generate a URL-encoded hyperlink to the specified URI.
LinkTag() - class org.apache.struts.taglib.LinkTag のコンストラクタ
 
LinkTag() - class org.apache.struts.taglib.html.LinkTag のコンストラクタ
 
list - class org.apache.struts.util.FastArrayList の変数
推奨されていません。 操作対象となるリスト。
list - class org.apache.struts.util.ArrayStack の変数
基礎をなすコレクションクラス。
listIterator() - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リスト内の要素を適切な順序で繰り返し処理する反復子を返します。
listIterator(int) - class org.apache.struts.util.FastArrayList のメソッド
推奨されていません。 リスト内の要素を適切な順序で繰り返し処理する、 リスト内の指定された位置から開始する反復子を返します。
loadLocale(String) - class org.apache.struts.util.PropertyMessageResources のメソッド
指定された Locale キーに対応するメッセージをロードします。
locale - class org.apache.struts.action.ActionServlet の変数
まだ存在しない場合、リクエストのHTTPヘッダに基づいて java.util.Localeを生成すべきかどうかを指定します。
locale - class org.apache.struts.taglib.html.OptionTag の変数
The name of the attribute containing the Locale to be used for looking up internationalized messages.
locale - class org.apache.struts.taglib.html.ImgTag の変数
The name of the attribute containing the Locale to be used for looking up internationalized messages.
locale - class org.apache.struts.taglib.html.ImageTag の変数
The session attribute key for our locale.
locale - class org.apache.struts.taglib.html.HtmlTag の変数
Should we set the current Locale for this user if needed?
locale - class org.apache.struts.taglib.html.ErrorsTag の変数
The session attribute key for our locale.
LOCALE_KEY - class org.apache.struts.action.Action の static 変数
ユーザが選択したjava.util.Localeがあればそれが格納されているセッション属性のキーです。
localeKey - class org.apache.struts.taglib.MessageTag の変数
The session scope key under which our Locale is stored.
localeKey - class org.apache.struts.taglib.bean.MessageTag の変数
The session scope key under which our Locale is stored.
localeKey(Locale) - class org.apache.struts.util.MessageResources のメソッド
Localeに対応するキャッシュ情報を参照するためのキーを計算し、返します。
locales - class org.apache.struts.util.PropertyMessageResources の変数
既にロードされたメッセージに対するロケールキーの集合。
location - class org.apache.struts.taglib.logic.MatchTag の変数
The location where the match must exist (start or end), or null for anywhere.
locator - class org.apache.struts.digester.Digester の変数
parser に関連する Locator 。
log(String) - class org.apache.struts.action.ActionServletWrapper のメソッド
 
log(String) - class org.apache.struts.digester.Digester のメソッド
現在の状況に関するメッセージをログ出力へ送ります。
log(String) - class org.apache.struts.util.MessageResources のメソッド
現在の環境に設定されている Writer に対して、メッセージをログ出力します。
log(String) - class org.apache.struts.util.GenericDataSource のメソッド
ログライターが設定されていれば、そこに指定されたメッセージを出力します。
log(String, int) - class org.apache.struts.action.ActionServletWrapper のメソッド
このサーブレットに対する現在のデバッグの詳細レベルがlevelの値と等しいか高く設定されている場合、 指定のメッセージをログ出力します。
log(String, int) - class org.apache.struts.action.ActionServlet のメソッド
当サーブレットに設定されている現在のデバッグレベル以上の値が指定された場合、 指定されたメッセージをログ出力します。
log(String, Throwable) - class org.apache.struts.digester.Digester のメソッド
現在の状況に関するメッセージと関連する例外をログ出力へ送ります。
log(String, Throwable) - class org.apache.struts.util.MessageResources のメソッド
現在の環境に設定されている Writer に対して、メッセージと例外をログ出力します。
log(String, Throwable) - class org.apache.struts.util.GenericDataSource のメソッド
ログライターが設定されていれば、そこに指定されたメッセージと例外を出力します。
loginTimeout - class org.apache.struts.util.GenericDataSource の変数
このデータソースのコネクションタイムアウト値です。
logWriter - class org.apache.struts.util.GenericDataSource の変数
このデータソース用のログライターです。
LONG_COMPARE - class org.apache.struts.taglib.logic.CompareTagBase の static 変数
We will do a long/int comparison.
lookup() - class org.apache.struts.taglib.html.FormTag のメソッド
Look up values for the name, scope, and type properties if necessary.
lookup(PageContext, String, String) - class org.apache.struts.util.RequestUtils の static メソッド
指定した bean を、指定したページコンテキスト内の、オプションとして指定した スコープから探し出し、返します。
lookup(PageContext, String, String, String) - class org.apache.struts.util.RequestUtils の static メソッド
指定した bean の指定したプロパティを、指定したページコンテキスト内の、 オプションで指定したスコープから探し出し、返します。
lowsrc - class org.apache.struts.taglib.html.ImgTag の変数
The low resolution image source URI.

M

map - class org.apache.struts.taglib.template.InsertTag の変数
Each insert tag has a map of content.
map - class org.apache.struts.taglib.template.util.ContentMap の変数
The map.
map - class org.apache.struts.util.GenericConnection の変数
解放後に返す、初期化時の型マップ
map - class org.apache.struts.util.FastTreeMap の変数
推奨されていません。 内部で管理されるマップ.
map - class org.apache.struts.util.FastHashMap の変数
推奨されていません。 内部で管理されるマップ.
mapping - class org.apache.struts.taglib.bean.StrutsTag の変数
The name of the ActionMapping object to be exposed.
mapping - class org.apache.struts.upload.DiskMultipartRequestHandler の変数
このクラスで使用される ActionMapping インスタンス。
MAPPING_KEY - class org.apache.struts.action.Action の static 変数
org.apache.struts.ActionMappingのインスタンスが渡されるリクエスト属性のキーです。
mappingClass - class org.apache.struts.action.ActionServlet の変数
ActionMappingの実装クラス名です。
mappings - class org.apache.struts.action.ActionServlet の変数
このWebアプリケーションのためのマッピング全てを、 パスをキーにして集めたものです。
mappings - class org.apache.struts.action.ActionMappings の変数
リクエストパスをキーとするActionMappingインスタンスのコレクションです。
mappings - class org.apache.struts.action.ActionMapping の変数
このマッピングオブジェクトをその一部とするActionMappingsコレクションです。
MAPPINGS_KEY - class org.apache.struts.action.Action の static 変数
ActionServletの初期化により上書きされるまで、 org.apache.struts.action.ActionMappingsのコレクションが通常格納されているコンテキスト属性のキーです。
mark(int) - class org.apache.struts.upload.BufferedMultipartInputStream のメソッド
このメソッドは、配下の InputStream の mark() メソッドを呼び出します。
markSupported() - class org.apache.struts.upload.BufferedMultipartInputStream のメソッド
このメソッドは、配下の InputStream の markSupported() メソッドを呼び出します。
match - class org.apache.struts.digester.Digester の変数
ネストされた要素の処理の中で現在、検出しているパターン。
match - class org.apache.struts.taglib.SelectTag の変数
The actual value we will match against, calculated in doStartTag().
match - class org.apache.struts.taglib.html.SelectTag の変数
The actual values we will match against, calculated in doStartTag().
matchedBoundaryBytes - class org.apache.struts.upload.MultipartValueStream の変数
現時点で境界文字のバイト列と何バイト一致したか?
MatchTag - class org.apache.struts.taglib.logic.MatchTag.
Evalute the nested body content of this tag if the specified value is a substring of the specified variable.
MatchTag() - class org.apache.struts.taglib.logic.MatchTag のコンストラクタ
 
MAX_LINE_SIZE - class org.apache.struts.upload.MultipartIterator の static 変数
行の読み込みに使用されるバッファの、バイト数による最大サイズ [4K]。
maxCount - class org.apache.struts.util.GenericDataSource の変数
生成されるコネクションの最大数です。
maxFileSize - class org.apache.struts.action.ActionServlet の変数
クライアントからのアップロードで許可する最大サイズです。
maxlength - class org.apache.struts.taglib.BaseInputTag の変数
The maximum number of characters allowed, or negative for no limit.
maxlength - class org.apache.struts.taglib.html.BaseInputTag の変数
The maximum number of characters allowed, or negative for no limit.
MaxLengthExceededException - exception org.apache.struts.upload.MaxLengthExceededException.
この例外はマルチパートポストデータが最大値の設定を超えた場合にスローされます。
MaxLengthExceededException() - class org.apache.struts.upload.MaxLengthExceededException のコンストラクタ
 
MaxLengthExceededException(long) - class org.apache.struts.upload.MaxLengthExceededException のコンストラクタ
 
maxLengthMet - class org.apache.struts.upload.BufferedMultipartInputStream の変数
最大バイト長まで読んだかどうか。
maxLengthMet() - class org.apache.struts.upload.BufferedMultipartInputStream のメソッド
 
maxSize - class org.apache.struts.upload.MultipartIterator の変数
許容される最大ファイルサイズのバイト数。
maxSize - class org.apache.struts.upload.BufferedMultipartInputStream の変数
許容されるマルチパートデータの最大サイズ、-1 を指定することでファイルの大きさを無制限にします。
message - class org.apache.struts.upload.MaxLengthExceededException の変数
 
message - class org.apache.struts.upload.ContentLengthExceededException の変数
 
message(PageContext, String, String, String) - class org.apache.struts.util.RequestUtils の static メソッド
指定したパラメータに基づき、メッセージ文字列を検索し、返します。
message(PageContext, String, String, String, Object[]) - class org.apache.struts.util.RequestUtils の static メソッド
指定したパラメータに基づき、メッセージ文字列を検索し、返します。
messageKey(Locale, String) - class org.apache.struts.util.MessageResources のメソッド
Localeとメッセージキーに対応するキャッシュ情報を参照するためのキーを計算し、返します。
messageKey(String, String) - class org.apache.struts.util.MessageResources のメソッド
Localeキーとメッセージキーに対応するキャッシュ情報を参照するためのキーを計算し、返します。
MessageResources - class org.apache.struts.util.MessageResources.
明確に定義されていないリソースのロケーションからLocale毎のメッセージを 取得し、MessageFormatクラスを使用して 国際化されたメッセージに対してパラメータ置換を行い 出力するためのAPIを記述した汎用的な目的をもつ抽象クラスです。
MessageResources(MessageResourcesFactory, String) - class org.apache.struts.util.MessageResources のコンストラクタ
指定されたパラメータで新規 MessageResources を生成します。
MessageResources(MessageResourcesFactory, String, boolean) - class org.apache.struts.util.MessageResources のコンストラクタ
指定されたパラメータで新規 MessageResources を生成します。
MessageResourcesFactory - class org.apache.struts.util.MessageResourcesFactory.
MessageResourcesインスタンスのファクトリーです。
MessageResourcesFactory() - class org.apache.struts.util.MessageResourcesFactory のコンストラクタ
 
messages - class org.apache.struts.actions.IncludeAction の static 変数
このパッケージのメッセージリソース。
messages - class org.apache.struts.actions.ForwardAction の static 変数
このパッケージのメッセージリソース。
messages - class org.apache.struts.actions.DispatchAction の static 変数
このパッケージのメッセージリソース。
messages - class org.apache.struts.taglib.SubmitTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.SelectTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.ResetTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.RedirectTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.RadioTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.ParameterTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.OptionTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.OptionsTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.Options1Tag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.MultiboxTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.MessageTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.LinkTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.Link1Tag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.IterateTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.IncludeTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.IfPropertyNotEqualsTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.IfPropertyEqualsTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.HtmlPropertyTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.GetPropertyTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.ForwardTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.FormTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.EnumerateTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.EncodeURLTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.EncodeRedirectURLTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.CheckboxTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.CancelTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.BaseTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.BaseInputTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.BaseHandlerTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.bean.StrutsTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.bean.SizeTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.bean.ResourceTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.bean.ParameterTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.bean.PageTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.bean.MessageTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.bean.IncludeTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.bean.HeaderTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.bean.CookieTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.SubmitTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.SelectTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.ResetTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.RadioTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.OptionTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.OptionsTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.MultiboxTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.LinkTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.ImgTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.HtmlTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.FormTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.ErrorsTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.CheckboxTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.CancelTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.BaseTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.BaseInputTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.html.BaseHandlerTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.logic.RedirectTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.logic.IterateTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.logic.ForwardTag の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.logic.ConditionalTagBase の static 変数
The message resources for this package.
messages - class org.apache.struts.taglib.logic.CompareTagBase の static 変数
The message resources for this package.
messages - class org.apache.struts.util.ResponseUtils の static 変数
このパッケージのメッセージリソース。
messages - class org.apache.struts.util.RequestUtils の static 変数
このパッケージのメッセージリソース。
messages - class org.apache.struts.util.PropertyMessageResources の変数
今までに蓄積したメッセージのキャッシュ。
MESSAGES_KEY - class org.apache.struts.action.Action の static 変数
ActionServletの初期化により上書きされるまで、 アプリケーションのリソースが通常格納されているコンテキスト属性のキーです。
MessageTag - class org.apache.struts.taglib.MessageTag.
Custom tag that retrieves an internationalized messages string (with optional parametric replacement) from the ActionResources object stored as a context attribute by our associated ActionServlet implementation.
MessageTag - class org.apache.struts.taglib.bean.MessageTag.
Custom tag that retrieves an internationalized messages string (with optional parametric replacement) from the ActionResources object stored as a context attribute by our associated ActionServlet implementation.
MessageTag() - class org.apache.struts.taglib.MessageTag のコンストラクタ
Construct a new instance of this tag.
MessageTag() - class org.apache.struts.taglib.bean.MessageTag のコンストラクタ
 
method - class org.apache.struts.taglib.FormTag の変数
The request method used when submitting this form.
method - class org.apache.struts.taglib.html.FormTag の変数
The request method used when submitting this form.
methodName - class org.apache.struts.digester.SetTopRule の変数
呼び出す親オブジェクトのメソッドの名前。
methodName - class org.apache.struts.digester.SetNextRule の変数
親オブジェクトから呼び出すメソッドの名前。
methodName - class org.apache.struts.digester.CallMethodRule の変数
親オブジェクトから呼び出すメソッドの名前。
methods - class org.apache.struts.actions.DispatchAction の変数
このクラスのためにイントロスペクトする、Method オブジェクトの集合で、 キーはメソッド名。
minCount - class org.apache.struts.util.GenericDataSource の変数
生成されるコネクションの最小数です。
MultiboxTag - class org.apache.struts.taglib.MultiboxTag.
Tag for input fields of type "checkbox".
MultiboxTag - class org.apache.struts.taglib.html.MultiboxTag.
Tag for input fields of type "checkbox".
MultiboxTag() - class org.apache.struts.taglib.MultiboxTag のコンストラクタ
 
MultiboxTag() - class org.apache.struts.taglib.html.MultiboxTag のコンストラクタ
 
MULTIPART_KEY - class org.apache.struts.action.Action の static 変数
マルチパートのクラスが格納されているリクエスト属性のキーです。
multipartClass - class org.apache.struts.action.ActionServlet の変数
リクエストでのマルチパートフォームを扱うためのMultipartRequestHandlerクラスの名前です。
multipartClass - class org.apache.struts.action.ActionMapping の変数
このマッピングへのマルチパートリクエストを処理するために使用される、 MultipartRequestHandler実装クラスの完全修飾名です。
MultipartElement - class org.apache.struts.upload.MultipartElement.
このクラスはマルチパートリクエストの中の一要素を表します。
MultipartElement(String, String) - class org.apache.struts.upload.MultipartElement のコンストラクタ
テキスト要素のためのコンストラクタ。
MultipartElement(String, String, String, byte[]) - class org.apache.struts.upload.MultipartElement のコンストラクタ
推奨されていません。 このコンストラクタを使用すると、 File を引数とする場合に反してバイト配列を引数とするため、 メモリに関する問題を引き起こす可能性があります。
MultipartElement(String, String, String, File) - class org.apache.struts.upload.MultipartElement のコンストラクタ
ファイル要素のためのコンストラクタ。
MultipartIterator - class org.apache.struts.upload.MultipartIterator.
この MultipartIterator クラスは、 マルチパートリクエストの入力データの読み込みと、 それを入力要素に分割する役割を担っており、表現を簡潔にするために MultipartElement を内包しています。
MultipartIterator(HttpServletRequest) - class org.apache.struts.upload.MultipartIterator のコンストラクタ
デフォルトのバッファサイズおよび無制限のファイルサイズによって MultipartIterator を構築します。
MultipartIterator(HttpServletRequest, int) - class org.apache.struts.upload.MultipartIterator のコンストラクタ
指定されたバッファサイズおよび無制限のファイルサイズによって MultipartIterator を構築します。
MultipartIterator(HttpServletRequest, int, long) - class org.apache.struts.upload.MultipartIterator のコンストラクタ
指定されたバッファサイズおよびバイト数で指定された、ファイルサイズの上限によって MultipartIterator を構築します。
MultipartIterator(HttpServletRequest, int, long, String) - class org.apache.struts.upload.MultipartIterator のコンストラクタ
 
multipartRequestHandler - class org.apache.struts.action.ActionForm の変数
このフォームのMultipartRequestHandlerです。
MultipartRequestHandler - interface org.apache.struts.upload.MultipartRequestHandler.
MultipartRequestHandler は、Struts のために用意された標準となるインターフェースであり、 ENCTYPE が "multipart/form-data"であるフォームからアップロードされる、添付ファイルを扱えるようにします。
MultipartRequestWrapper - class org.apache.struts.upload.MultipartRequestWrapper.
このクラスは、マルチパートリクエスト向けに getParameter メソッドの機能を提供するための、 HttpServletRequestのラッパーとして機能します。
MultipartRequestWrapper(HttpServletRequest) - class org.apache.struts.upload.MultipartRequestWrapper のコンストラクタ
 
MultipartValueStream - class org.apache.struts.upload.MultipartValueStream.
このクラスは、入力ストリームからマルチパートの境界文字が見つかるまで、 ストリームを読み続ける機能を実装しています。
MultipartValueStream(InputStream, String) - class org.apache.struts.upload.MultipartValueStream のコンストラクタ
ストリームを生成し、そこから境界文字を読み込むと停止します 注意: boundary パラメータは付随する "--" 記号を含みません。
multiple - class org.apache.struts.taglib.SelectTag の変数
Should multiple selections be allowed?
multiple - class org.apache.struts.taglib.bean.ParameterTag の変数
Return an array of parameter values if multiple is non-null.
multiple - class org.apache.struts.taglib.bean.HeaderTag の変数
Return an array of header values if multiple is non-null.
multiple - class org.apache.struts.taglib.bean.CookieTag の変数
Return an array of Cookies if multiple is non-null.
multiple - class org.apache.struts.taglib.html.SelectTag の変数
Should multiple selections be allowed?

N

name - class org.apache.struts.action.ActionMapping の変数
このアクションに関連付けられているアクションフォームBeanの名前です。
name - class org.apache.struts.action.ActionForward の変数
このフォワードの論理名です。
name - class org.apache.struts.action.ActionFormBean の変数
このアクションフォームBeanのBean名です。
name - class org.apache.struts.digester.SetPropertyRule の変数
プロパティ名を含む属性。
name - class org.apache.struts.taglib.TextareaTag の変数
The name of the bean containing our underlying property.
name - class org.apache.struts.taglib.SelectTag の変数
The name of the bean containing our underlying property.
name - class org.apache.struts.taglib.ResetTag の変数
The name of the generated input field.
name - class org.apache.struts.taglib.RadioTag の変数
The name of the bean containing our underlying property.
name - class org.apache.struts.taglib.PropertyTag の変数
The name of the bean containing our underlying property.
name - class org.apache.struts.taglib.ParameterTag の変数
The name of the desired parameter.
name - class org.apache.struts.taglib.OptionsTag の変数
The name of the bean containing the values collection.
name - class org.apache.struts.taglib.Options1Tag の変数
The name of the bean containing the values collection.
name - class org.apache.struts.taglib.MultiboxTag の変数
The name of the bean containing our underlying property.
name - class org.apache.struts.taglib.LinkTag の変数
The JSP bean name for query parameters.
name - class org.apache.struts.taglib.Link1Tag の変数
The JSP bean name for query parameters.
name - class org.apache.struts.taglib.IterateTag の変数
The name of the collection or owning bean.
name - class org.apache.struts.taglib.IncludeTag の変数
The logical name of the global ActionForward we will look up
name - class org.apache.struts.taglib.IfParameterNullTag の変数
The name of the parameter being compared.
name - class org.apache.struts.taglib.IfParameterNotNullTag の変数
The name of the parameter being compared.
name - class org.apache.struts.taglib.IfParameterNotEqualsTag の変数
The name of the parameter being compared.
name - class org.apache.struts.taglib.IfParameterEqualsTag の変数
The name of the parameter being compared.
name - class org.apache.struts.taglib.HtmlPropertyTag の変数
The name of the object instance from which the property is obtained.
name - class org.apache.struts.taglib.GetPropertyTag の変数
The name of the bean owning the property.
name - class org.apache.struts.taglib.ForwardTag の変数
The logical name of the global ActionForward we will look up
name - class org.apache.struts.taglib.FormTag の変数
The attribute key under which our associated bean is stored.
name - class org.apache.struts.taglib.ErrorsTag の変数
Name of the request scope attribute containing our error messages, if any.
name - class org.apache.struts.taglib.EnumerateTag の変数
The name of the collection or owning bean.
name - class org.apache.struts.taglib.CheckboxTag の変数
The name of the bean containing our underlying property.
name - class org.apache.struts.taglib.BaseFieldTag の変数
The name of the bean containing our underlying property.
name - class org.apache.struts.taglib.BaseAttributeTag の変数
The name of the attribute being tested.
name - class org.apache.struts.taglib.bean.WriteTag の変数
Name of the bean that contains the data we will be rendering.
name - class org.apache.struts.taglib.bean.SizeTag の変数
The name of the bean owning the property to be counted.
name - class org.apache.struts.taglib.bean.ResourceTag の変数
The name of the resource whose contents are to be exposed.
name - class org.apache.struts.taglib.bean.ParameterTag の変数
The name of the parameter whose value is to be exposed.
name - class org.apache.struts.taglib.bean.HeaderTag の変数
The name of the header whose value is to be exposed.
name - class org.apache.struts.taglib.bean.DefineTag の変数
The name of the bean owning the property to be exposed.
name - class org.apache.struts.taglib.bean.CookieTag の変数
The name of the cookie whose value is to be exposed.
name - class org.apache.struts.taglib.html.TextareaTag の変数
The name of the bean containing our underlying property.
name - class org.apache.struts.taglib.html.SelectTag の変数
The name of the bean containing our underlying property.
name - class org.apache.struts.taglib.html.ResetTag の変数
The name of the generated input field.
name - class org.apache.struts.taglib.html.RadioTag の変数
The name of the bean containing our underlying property.
name - class org.apache.struts.taglib.html.OptionsTag の変数
The name of the bean containing the values collection.
name - class org.apache.struts.taglib.html.MultiboxTag の変数
The name of the bean containing our underlying property.
name - class org.apache.struts.taglib.html.LinkTag の変数
The JSP bean name for query parameters.
name - class org.apache.struts.taglib.html.ImgTag の変数
The JSP bean name for query parameters.
name - class org.apache.struts.taglib.html.FormTag の変数
The attribute key under which our associated bean is stored.
name - class org.apache.struts.taglib.html.ErrorsTag の変数
The request attribute key for our error messages (if any).
name - class org.apache.struts.taglib.html.CheckboxTag の変数
The name of the bean containing our underlying property.
name - class org.apache.struts.taglib.html.BaseFieldTag の変数
The name of the bean containing our underlying property.
name - class org.apache.struts.taglib.logic.RedirectTag の変数
The JSP bean name for query parameters.
name - class org.apache.struts.taglib.logic.IterateTag の変数
The name of the collection or owning bean.
name - class org.apache.struts.taglib.logic.ForwardTag の変数
The logical name of the ActionForward entry to be looked up.
name - class org.apache.struts.taglib.logic.ConditionalTagBase の変数
The name of the JSP bean to be used as a variable (if property is not specified), or whose property is to be accessed (if property is specified).
name - class org.apache.struts.taglib.template.PutTag の変数
The content's name.
name - class org.apache.struts.taglib.template.GetTag の変数
The name of the content that this tag includes (or prints).
name - class org.apache.struts.upload.MultipartElement の変数
要素の名前。
nativeSQL(String) - class org.apache.struts.util.GenericConnection のメソッド
指定された SQL 文をシステムの本来の SQL 文法に変換します。
NESTED_DELIM - class org.apache.struts.util.PropertyUtils の static 変数
推奨されていません。 ネストした参照のコンポーネントを分割するデミリタ。
next() - class org.apache.struts.util.IteratorAdapter のメソッド
 
nocache - class org.apache.struts.action.ActionServlet の変数
レスポンスにno-cachingヘッダを含めるかどうかを指定します。
notationDecl(String, String, String) - class org.apache.struts.digester.Digester のメソッド
表記法宣言の通知イベントを受け取ります。
NotEqualTag - class org.apache.struts.taglib.logic.NotEqualTag.
Evaluate the nested body content of this tag if the specified variable and value are not equal.
NotEqualTag() - class org.apache.struts.taglib.logic.NotEqualTag のコンストラクタ
 
NotMatchTag - class org.apache.struts.taglib.logic.NotMatchTag.
Evalute the nested body content of this tag if the specified value is not a substring of the specified variable.
NotMatchTag() - class org.apache.struts.taglib.logic.NotMatchTag のコンストラクタ
 
NotPresentTag - class org.apache.struts.taglib.logic.NotPresentTag.
Evalute the nested body content of this tag if the specified value is not present for this request.
NotPresentTag() - class org.apache.struts.taglib.logic.NotPresentTag のコンストラクタ
 

O

ObjectCreateRule - class org.apache.struts.digester.ObjectCreateRule.
新しいオブジェクトを生成しオブジェクトスタックへプッシュするルールを実装しています。
ObjectCreateRule(Digester, String) - class org.apache.struts.digester.ObjectCreateRule のコンストラクタ
クラス名を指定してオブジェクトを生成するルールを構築します。
ObjectCreateRule(Digester, String, String) - class org.apache.struts.digester.ObjectCreateRule のコンストラクタ
クラス名と、代替するクラス名を含むオプションの属性名を指定して、 オブジェクトを生成するルールを構築します。
offset - class org.apache.struts.taglib.IterateTag の変数
The starting offset (zero relative).
offset - class org.apache.struts.taglib.EnumerateTag の変数
The starting offset (zero relative).
offset - class org.apache.struts.taglib.logic.IterateTag の変数
The starting offset (zero relative).
offsetValue - class org.apache.struts.taglib.IterateTag の変数
The actual offset value (calculated in the start tag).
offsetValue - class org.apache.struts.taglib.EnumerateTag の変数
The actual offset value (calculated in the start tag).
offsetValue - class org.apache.struts.taglib.logic.IterateTag の変数
The actual offset value (calculated in the start tag).
onblur - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Component lost focus event.
onBlur - class org.apache.struts.taglib.BaseHandlerTag の変数
Component lost focus event.
onchange - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Content changed after component lost focus event.
onChange - class org.apache.struts.taglib.BaseHandlerTag の変数
Content changed after component lost focus event.
onclick - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Mouse click event.
onClick - class org.apache.struts.taglib.BaseHandlerTag の変数
Mouse click event.
ondblclick - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Mouse double click event.
onDblClick - class org.apache.struts.taglib.BaseHandlerTag の変数
Mouse double click event.
onfocus - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Component has received focus event.
onFocus - class org.apache.struts.taglib.BaseHandlerTag の変数
Component has received focus event.
onkeydown - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Key down in component event.
onKeyDown - class org.apache.struts.taglib.BaseHandlerTag の変数
Key down in component event.
onkeypress - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Key down and up together in component event.
onKeyPress - class org.apache.struts.taglib.BaseHandlerTag の変数
Key down and up together in component event.
onkeyup - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Key released in component event.
onKeyUp - class org.apache.struts.taglib.BaseHandlerTag の変数
Key released in component event.
onmousedown - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Mouse pressed on component event.
onMouseDown - class org.apache.struts.taglib.BaseHandlerTag の変数
Mouse pressed on component event.
onmousemove - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Mouse moved over component event.
onMouseMove - class org.apache.struts.taglib.BaseHandlerTag の変数
Mouse moved over component event.
onmouseout - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Mouse exit component event.
onMouseOut - class org.apache.struts.taglib.BaseHandlerTag の変数
Mouse exit component event.
onmouseover - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Mouse over component event.
onMouseOver - class org.apache.struts.taglib.BaseHandlerTag の変数
Mouse over component event.
onmouseup - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Mouse released on component event.
onMouseUp - class org.apache.struts.taglib.BaseHandlerTag の変数
Mouse released on component event.
onreset - class org.apache.struts.taglib.html.FormTag の変数
The onReset event script.
onReset - class org.apache.struts.taglib.FormTag の変数
The onReset event script.
onselect - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Text selected in component event.
onSelect - class org.apache.struts.taglib.BaseHandlerTag の変数
Text selected in component event.
onsubmit - class org.apache.struts.taglib.html.FormTag の変数
The onSubmit event script.
onSubmit - class org.apache.struts.taglib.FormTag の変数
The onSubmit event script.
open() - class org.apache.struts.util.GenericDataSource のメソッド
このデータソースに適合する最初のコネクションをオープンします。
Options1Tag - class org.apache.struts.taglib.Options1Tag.
Tag for creating multiple <select> options from a collection.
Options1Tag() - class org.apache.struts.taglib.Options1Tag のコンストラクタ
 
OptionsTag - class org.apache.struts.taglib.OptionsTag.
Tag for creating multiple <select> options from a collection.
OptionsTag - class org.apache.struts.taglib.html.OptionsTag.
Tag for creating multiple <select> options from a collection.
OptionsTag() - class org.apache.struts.taglib.OptionsTag のコンストラクタ
 
OptionsTag() - class org.apache.struts.taglib.html.OptionsTag のコンストラクタ
 
OptionTag - class org.apache.struts.taglib.OptionTag.
Tag for select options.
OptionTag - class org.apache.struts.taglib.html.OptionTag.
Tag for select options.
OptionTag() - class org.apache.struts.taglib.OptionTag のコンストラクタ
 
OptionTag() - class org.apache.struts.taglib.html.OptionTag のコンストラクタ
 
org.apache.struts.action - package org.apache.struts.action
 
org.apache.struts.actions - package org.apache.struts.actions
 
org.apache.struts.digester - package org.apache.struts.digester
Digester パッケージは、独自の XML 文書をルールに基づいて処理する機能を提供します。
org.apache.struts.taglib - package org.apache.struts.taglib
 
org.apache.struts.taglib.bean - package org.apache.struts.taglib.bean
"struts-bean" タグライブラリは、bean ( または bean プロパティ ) をレスポンス出力にレンダリングするだけでなく、 利用可能なさまざまなソースから新しい bean を ( 任意のスコープで ) 定義できる有用なJSPのカスタムタグです。
org.apache.struts.taglib.html - package org.apache.struts.taglib.html
"struts-html" タグライブラリには、 HTML を用いた入力フォームなどのユーザインターフェースを動的に生成するのに有用な JSP カスタムタグが含まれています。
org.apache.struts.taglib.logic - package org.apache.struts.taglib.logic
"struts-logic"タグライブラリは次のような便利なタグを含みます。
org.apache.struts.taglib.template - package org.apache.struts.taglib.template
"struts-template" タグライブラリには、複数のページがひとつのフォーマットを共有することを目的とした、 動的に適用される JSP のテンプレートを作成するのに有用なタグが含まれています。
org.apache.struts.taglib.template.util - package org.apache.struts.taglib.template.util
 
org.apache.struts.upload - package org.apache.struts.upload
 
org.apache.struts.util - package org.apache.struts.util
Utilitiesパッケージは、Webアプリケーションを構築する上でよく直面する問題を解決するために、 様々なファミリのクラス群を提供します。

P

Package - class org.apache.struts.taglib.Constants の static 変数
The name of this package.
Package - class org.apache.struts.taglib.html.Constants の static 変数
The name of this package.
page - class org.apache.struts.taglib.bean.IncludeTag の変数
The context-relative URI of the page or servlet to be included.
page - class org.apache.struts.taglib.html.LinkTag の変数
The context-relative page URL (beginning with a slash) to which this hyperlink will be rendered.
page - class org.apache.struts.taglib.html.ImgTag の変数
The context-relative path, starting with a slash character, of the image to be displayed by this rendered tag.
page - class org.apache.struts.taglib.html.ImageTag の変数
The context-relative URI of the image.
page - class org.apache.struts.taglib.logic.RedirectTag の変数
The context-relative page URL (beginning with a slash) to which this redirect will be rendered.
pageKey - class org.apache.struts.taglib.html.ImgTag の変数
The message resources key under which we should look up the page attribute for this generated tag, if any.
pageKey - class org.apache.struts.taglib.html.ImageTag の変数
The message resources key of the context-relative URI of the image.
PageTag - class org.apache.struts.taglib.bean.PageTag.
Define a scripting variable that exposes the requested page context item as a scripting variable and a page scope bean.
PageTag() - class org.apache.struts.taglib.bean.PageTag のコンストラクタ
 
PageTei - class org.apache.struts.taglib.bean.PageTei.
Implementation of TagExtraInfo for the page tag, identifying the scripting object(s) to be made visible.
PageTei() - class org.apache.struts.taglib.bean.PageTei のコンストラクタ
 
paramCount - class org.apache.struts.digester.CallMethodRule の変数
MethodParam [訳注:CallParamRule の誤りと思われます]ルールから収集するパラメータの数。
parameter - class org.apache.struts.action.ActionMapping の変数
このマッピングのために汎用的に使用できるパラメータです。
parameter - class org.apache.struts.taglib.logic.ConditionalTagBase の変数
The name of the HTTP request parameter to be used as a variable.
parameters - class org.apache.struts.upload.MultipartRequestWrapper の変数
マルチパートリクエストのための一連のパラメータ。
ParameterTag - class org.apache.struts.taglib.ParameterTag.
Display the value of the specified query parameter as read-only HTML text.
ParameterTag - class org.apache.struts.taglib.bean.ParameterTag.
Define a scripting variable based on the value(s) of the specified parameter received with this request.
ParameterTag() - class org.apache.struts.taglib.ParameterTag のコンストラクタ
 
ParameterTag() - class org.apache.struts.taglib.bean.ParameterTag のコンストラクタ
 
ParameterTei - class org.apache.struts.taglib.bean.ParameterTei.
Implementation of TagExtraInfo for the parameter tag, identifying the scripting object(s) to be made visible.
ParameterTei() - class org.apache.struts.taglib.bean.ParameterTei のコンストラクタ
 
paramId - class org.apache.struts.taglib.html.LinkTag の変数
The single-parameter request parameter name to generate.
paramId - class org.apache.struts.taglib.html.ImgTag の変数
In situations where an image is dynamically generated (such as to create a chart graph), this specifies the single-parameter request parameter name to generate.
paramId - class org.apache.struts.taglib.logic.RedirectTag の変数
The single-parameter request parameter name to generate.
paramIndex - class org.apache.struts.digester.CallParamRule の変数
保存したパラメータの0以降のインデックス。
paramName - class org.apache.struts.taglib.html.LinkTag の変数
The single-parameter JSP bean name.
paramName - class org.apache.struts.taglib.html.ImgTag の変数
The single-parameter JSP bean name.
paramName - class org.apache.struts.taglib.logic.RedirectTag の変数
The single-parameter JSP bean name.
paramProperty - class org.apache.struts.taglib.html.LinkTag の変数
The single-parameter JSP bean property.
paramProperty - class org.apache.struts.taglib.html.ImgTag の変数
The single-parameter JSP bean property.
paramProperty - class org.apache.struts.taglib.logic.RedirectTag の変数
The single-parameter JSP bean property.
paramScope - class org.apache.struts.taglib.html.LinkTag の変数
The single-parameter JSP bean scope.
paramScope - class org.apache.struts.taglib.html.ImgTag の変数
The single-parameter JSP bean scope.
paramScope