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

A

ACTION - class org.apache.struts.tiles.ComponentDefinition の static 変数
Controller name type.
ACTION_DEFINITION - class org.apache.struts.tiles.DefinitionsUtil の static 変数
推奨されていません。 Constant name used to store definition in jsp context.
ACTION_ERRORS_KEY - class org.apache.struts.validator.Resources の static 変数
推奨されていません。 This will be removed after Struts 1.2
ACTION_MESSAGES_PARAM - class org.apache.struts.validator.Resources の static 変数
Resources key the ActionMessages is stored under.
ACTION_SERVLET_KEY - class org.apache.struts.Globals の static 変数
ActionServletインスタンスが格納されるコンテキスト属性のキー。
AND - class org.apache.struts.validator.validwhen.ValidWhenParser の変数
 
ANDSIGN - interface org.apache.struts.validator.validwhen.ValidWhenParserTokenTypes の static 変数
 
ATTRIBUTE_MAX_LENGTH_EXCEEDED - interface org.apache.struts.upload.MultipartRequestHandler の static 変数
This is the ServletRequest attribute that should be set when a multipart request is being read and the maximum length is exceeded.
Action - class org.apache.struts.action.Action.
Actionは、受信した HTTPリクエストの内容とそのリクエストを処理するために実行されるべきビジネスロジックを適合させます。
Action() - class org.apache.struts.action.Action のコンストラクタ
 
ActionConfig - class org.apache.struts.config.ActionConfig.
A JavaBean representing the configuration information of an <action> element from a Struts module configuration file.
ActionConfig() - class org.apache.struts.config.ActionConfig のコンストラクタ
 
ActionConfigMatcher - class org.apache.struts.config.ActionConfigMatcher.
Matches paths against pre-compiled wildcard expressions pulled from action configs.
ActionConfigMatcher(ActionConfig[]) - class org.apache.struts.config.ActionConfigMatcher のコンストラクタ
Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes.
ActionConfigMatcher.Mapping - class org.apache.struts.config.ActionConfigMatcher.Mapping.
Stores a compiled wildcard pattern and the ActionConfig it came from.
ActionConfigMatcher.Mapping(int[], ActionConfig) - class org.apache.struts.config.ActionConfigMatcher.Mapping のコンストラクタ
Contructs a read-only Mapping instance.
ActionController - class org.apache.struts.tiles.ActionController.
Struts wrapper implementation of Controller.
ActionController(Action) - class org.apache.struts.tiles.ActionController のコンストラクタ
Constructor.
ActionError - class org.apache.struts.action.ActionError.
推奨されていません。 Please use ActionMessage instead, deprecated since 1.2.0.
ActionError(String) - class org.apache.struts.action.ActionError のコンストラクタ
推奨されていません。 Construct an action error with no replacement values.
ActionError(String, Object) - class org.apache.struts.action.ActionError のコンストラクタ
推奨されていません。 Construct an action error with the specified replacement values.
ActionError(String, Object, Object) - class org.apache.struts.action.ActionError のコンストラクタ
推奨されていません。 Construct an action error with the specified replacement values.
ActionError(String, Object, Object, Object) - class org.apache.struts.action.ActionError のコンストラクタ
推奨されていません。 Construct an action error with the specified replacement values.
ActionError(String, Object, Object, Object, Object) - class org.apache.struts.action.ActionError のコンストラクタ
推奨されていません。 Construct an action error with the specified replacement values.
ActionError(String, Object[]) - class org.apache.struts.action.ActionError のコンストラクタ
推奨されていません。 Construct an action error with the specified replacement values.
ActionErrors - class org.apache.struts.action.ActionErrors.
ActionFormvalidate()メソッドが報告するエラーメッセージをカプセル化するクラスです。
ActionErrors() - class org.apache.struts.action.ActionErrors のコンストラクタ
空のActionErrorsオブジェクトを生成します。
ActionErrors(ActionErrors) - class org.apache.struts.action.ActionErrors のコンストラクタ
与えられたメッセージで初期化されたActionErrorsオブジェクトを生成します。
ActionForm - class org.apache.struts.action.ActionForm.
ActionFormは、 1つ以上のActionMappingに任意に関連づけることのできる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 のコンストラクタ
デフォルト値でインスタンスを生成します。
ActionFormBean(String, String) - class org.apache.struts.action.ActionFormBean のコンストラクタ
指定された値でインスタンスを生成します。
ActionFormBeanFactory - class org.apache.struts.config.ActionFormBeanFactory.
An object creation factory which creates action form bean instances, taking into account the default class name, which may have been specified on the parent element and which is made available through the object on the top of the stack, which must be a org.apache.struts.config.ModuleConfig.
ActionFormBeanFactory() - class org.apache.struts.config.ActionFormBeanFactory のコンストラクタ
 
ActionForward - class org.apache.struts.action.ActionForward.
ActionForwardは、 Actionクラスの処理の結果として、 コントローラ(RequestProcessor)によって実行される、 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 のコンストラクタ
指定されたpathredirectフラグを用いて新しいインスタンスをコンストラクトします。
ActionForward(String, String, boolean) - class org.apache.struts.action.ActionForward のコンストラクタ
指定されたnamepathそしてredirectフラグを用いて新しいインスタンスをコンストラクトします。
ActionForward(String, String, boolean, boolean) - class org.apache.struts.action.ActionForward のコンストラクタ
推奨されていません。 contextRelativeよりもモジュールを使って下さい。
@deprecated Use module rather than contextRelative
ActionForward(String, String, boolean, String) - class org.apache.struts.action.ActionForward のコンストラクタ
指定された値を用いて新しいインスタンスをコンストラクトします。
ActionForward(ActionForward) - class org.apache.struts.action.ActionForward のコンストラクタ
別のActionForwardの値を基に新しいインスタンスをコンストラクトします。
ActionForwardFactory - class org.apache.struts.config.ActionForwardFactory.
An object creation factory which creates action forward instances, taking into account the default class name, which may have been specified on the parent element and which is made available through the object on the top of the stack, which must be a org.apache.struts.config.ModuleConfig.
ActionForwardFactory() - class org.apache.struts.config.ActionForwardFactory のコンストラクタ
 
ActionMapping - class org.apache.struts.action.ActionMapping.
コントローラのRequestProcessorが知っている、 Actionクラスのインスタンスとリクエストのマッピング情報を、 ActionMappingは表わします。
ActionMapping() - class org.apache.struts.action.ActionMapping のコンストラクタ
 
ActionMappingFactory - class org.apache.struts.config.ActionMappingFactory.
An object creation factory which creates action mapping instances, taking into account the default class name, which may have been specified on the parent element and which is made available through the object on the top of the stack, which must be a org.apache.struts.config.ModuleConfig.
ActionMappingFactory() - class org.apache.struts.config.ActionMappingFactory のコンストラクタ
 
ActionMessage - class org.apache.struts.action.ActionMessage.
ActionFormvalidateメソッドにより返される、 特定メッセージをカプセル化します。
ActionMessage(String) - class org.apache.struts.action.ActionMessage のコンストラクタ
置き換える値のないアクションメッセージを構成します。
ActionMessage(String, Object) - class org.apache.struts.action.ActionMessage のコンストラクタ
指定された置き換える値を持つアクションメッセージを構成します。
ActionMessage(String, Object, Object) - class org.apache.struts.action.ActionMessage のコンストラクタ
指定された置き換える値を持つアクションメッセージを構成します。
ActionMessage(String, Object, Object, Object) - class org.apache.struts.action.ActionMessage のコンストラクタ
指定された置き換える値を持つアクションメッセージを構成します。
ActionMessage(String, Object, Object, Object, Object) - class org.apache.struts.action.ActionMessage のコンストラクタ
指定された置き換える値を持つアクションメッセージを構成します。
ActionMessage(String, Object[]) - class org.apache.struts.action.ActionMessage のコンストラクタ
指定された置き換える値を持つアクションメッセージを構成します。
ActionMessages - class org.apache.struts.action.ActionMessages.
メッセージをカプセル化したクラスです。
ActionMessages() - class org.apache.struts.action.ActionMessages のコンストラクタ
空のActionMessagesオブジェクトを生成します。
ActionMessages(ActionMessages) - class org.apache.struts.action.ActionMessages のコンストラクタ
与えられたメッセージで初期化されたActionMessagesオブジェクトを生成します。
ActionMessages.ActionMessageItem - class org.apache.struts.action.ActionMessages.ActionMessageItem.
プロパティ/キーとリストに最初に追加する位置に関連付けられたメッセージのセットを登録するため、 このクラスは使われます。
ActionMessages.ActionMessageItem(List, int, String) - class org.apache.struts.action.ActionMessages.ActionMessageItem のコンストラクタ
 
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プロパティに設定します。
AddDataSourcePropertyRule - class org.apache.struts.config.AddDataSourcePropertyRule.
Class that calls addProperty() for the top object on the stack, which must be a org.apache.struts.config.DataSourceConfig.
AddDataSourcePropertyRule() - class org.apache.struts.config.AddDataSourcePropertyRule のコンストラクタ
 
AddTag - class org.apache.struts.taglib.tiles.AddTag.
Add an element to the surrounding list tag.
AddTag() - class org.apache.struts.taglib.tiles.AddTag のコンストラクタ
default constructor
AddTagParent - interface org.apache.struts.taglib.tiles.AddTagParent.
Tag classes implementing this interface can contain nested PutTags.
AttributeDefinition - interface org.apache.struts.tiles.AttributeDefinition.
Attribute definition used in a component definition.
AttributeToScopeTag - class org.apache.struts.taglib.tiles.AttributeToScopeTag.
推奨されていません。 Is it still in use ?
AttributeToScopeTag() - class org.apache.struts.taglib.tiles.AttributeToScopeTag のコンストラクタ
推奨されていません。  
absoluteURL(HttpServletRequest, String) - class org.apache.struts.util.RequestUtils の static メソッド
Create and return an absolute URL for the specified context-relative path, based on the server and context information in the specified request.
accept - class org.apache.struts.taglib.html.BaseFieldTag の変数
Comma-delimited list of content types that a server processing this form will handle correctly.
acceptCharset - class org.apache.struts.taglib.html.FormTag の変数
The list of character encodings for input data that the server should accept.
accessed - class org.apache.struts.action.ActionMessages の変数
このオブジェクトに関連付けられたメッセージを持つかのboolean。
accesskey - class org.apache.struts.taglib.html.BaseHandlerTag の変数
Access key character.
action(String) - class org.apache.struts.config.ConfigHelper のメソッド
Wrapper for getAction(String)
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.taglib.html.ImgTag の変数
The module-relative action (beginning with a slash) which will be used as the source for this image.
action - class org.apache.struts.taglib.html.LinkTag の変数
The module-relative action (beginning with a slash) which will be called by this link
action - class org.apache.struts.taglib.logic.RedirectTag の変数
The module-relative action (beginning with a slash) which will be called by this link
action - class org.apache.struts.tiles.ActionController の変数
Struts action wrapped.
actionComparator - class org.apache.struts.taglib.html.JavascriptValidatorTag の static 変数
A Comparator to use when sorting ValidatorAction objects.
actionConfigList - class org.apache.struts.config.impl.ModuleConfigImpl の変数
The set of action configurations for this module, if any, listed in the order in which they are added.
actionConfigs - class org.apache.struts.config.impl.ModuleConfigImpl の変数
The set of action configurations for this module, if any, keyed by the path property.
actionFormBeanClass - class org.apache.struts.config.impl.ModuleConfigImpl の変数
The default class name to be used when creating action form bean instances.
actionForwardClass - class org.apache.struts.config.impl.ModuleConfigImpl の変数
The default class name to be used when creating action forward instances.
actionItemComparator - class org.apache.struts.action.ActionMessages の static 変数
アクションメッセージアイテムオブジェクトを比較します。
actionMappingClass - class org.apache.struts.config.impl.ModuleConfigImpl の変数
The default class name to be used when creating action mapping instances.
actionURL(HttpServletRequest, ActionConfig, String) - class org.apache.struts.util.RequestUtils の static メソッド
Return the context-relative URL that corresponds to the specified ActionConfig, relative to the module associated with the current modules's ModuleConfig.
actions - class org.apache.struts.action.RequestProcessor の変数
生成そして初期化された、 Action インスタンスのセット。
add(String, ActionError) - class org.apache.struts.action.ActionErrors のメソッド
推奨されていません。 代わりにadd(String, ActionMessage)を使ってください。 これはStruts 1.2.より後に削除されます。
@deprecated Use add(String, ActionMessage) instead. This will be removed after Struts 1.2.
add(String, ActionMessage) - class org.apache.struts.action.ActionMessages のメソッド
指定されたプロパティでメッセージのセットにメッセージを追加します。
add(ActionMessages) - class org.apache.struts.action.ActionMessages のメソッド
このメッセージのセットに与えられたActionMessagesオブジェクトからメッセージを追加します。
add(XmlAttribute) - class org.apache.struts.tiles.xmlDefinition.XmlListAttribute のメソッド
Add an element in list.
add(Object) - class org.apache.struts.tiles.xmlDefinition.XmlListAttribute のメソッド
Add an element in list.
addActionConfig(ActionConfig) - interface org.apache.struts.config.ModuleConfig のメソッド
Add a new ActionConfig instance to the set associated with this module.
addActionConfig(ActionConfig) - class org.apache.struts.config.impl.ModuleConfigImpl のメソッド
Add a new ActionConfig instance to the set associated with this module.
addAll(Map) - class org.apache.struts.tiles.ComponentContext のメソッド
Add all attributes to this context.
addAttribute(XmlAttribute) - class org.apache.struts.tiles.xmlDefinition.XmlDefinition のメソッド
Add an attribute to this component.
addCookie(URLConnection, String, HttpServletRequest) - class org.apache.struts.taglib.bean.IncludeTag のメソッド
Add a session id cookie if appropriate.
addDataSourceConfig(DataSourceConfig) - interface org.apache.struts.config.ModuleConfig のメソッド
Add a new DataSourceConfig instance to the set associated with this module.
addDataSourceConfig(DataSourceConfig) - class org.apache.struts.config.impl.ModuleConfigImpl のメソッド
Add a new DataSourceConfig instance to the set associated with this module.
addElement(Object) - class org.apache.struts.taglib.tiles.PutListTag のメソッド
Set property.
addErrors(HttpServletRequest, ActionMessages) - class org.apache.struts.action.Action のメソッド
メッセージが必要な場合は、 <html:messages>タグが使用できるように適切なリクエスト属性に指定されたエラーキーを追加します。
addExceptionConfig(ExceptionConfig) - class org.apache.struts.config.ActionConfig のメソッド
Add a new ExceptionConfig instance to the set associated with this action.
addExceptionConfig(ExceptionConfig) - interface org.apache.struts.config.ModuleConfig のメソッド
Add a new ExceptionConfig instance to the set associated with this module.
addExceptionConfig(ExceptionConfig) - class org.apache.struts.config.impl.ModuleConfigImpl のメソッド
Add a new ExceptionConfig instance to the set associated with this module.
addFileParameter(FileItem) - class org.apache.struts.upload.CommonsMultipartRequestHandler のメソッド
Adds a file parameter to the set of file parameters for this request and also to the list of all parameters.
addFormBeanConfig(FormBeanConfig) - interface org.apache.struts.config.ModuleConfig のメソッド
Add a new FormBeanConfig instance to the set associated with this module.
addFormBeanConfig(FormBeanConfig) - class org.apache.struts.config.impl.ModuleConfigImpl のメソッド
Add a new FormBeanConfig instance to the set associated with this module.
addFormPropertyConfig(FormPropertyConfig) - class org.apache.struts.config.FormBeanConfig のメソッド
Add a new FormPropertyConfig instance to the set associated with this module.
addForwardConfig(ForwardConfig) - class org.apache.struts.config.ActionConfig のメソッド
Add a new ForwardConfig instance to the set of global forwards associated with this action.
addForwardConfig(ForwardConfig) - interface org.apache.struts.config.ModuleConfig のメソッド
Add a new ForwardConfig instance to the set of global forwards associated with this module.
addForwardConfig(ForwardConfig) - class org.apache.struts.config.impl.ModuleConfigImpl のメソッド
Add a new ForwardConfig instance to the set of global forwards associated with this module.
addMessageResourcesConfig(MessageResourcesConfig) - interface org.apache.struts.config.ModuleConfig のメソッド
Add a new MessageResourcesConfig instance to the set associated with this module.
addMessageResourcesConfig(MessageResourcesConfig) - class org.apache.struts.config.impl.ModuleConfigImpl のメソッド
Add a new MessageResourcesConfig instance to the set associated with this module.
addMessages(HttpServletRequest, ActionMessages) - class org.apache.struts.action.Action のメソッド
(messages="true"が設定され)メッセージが必要な場合は、 <html:messages>タグで使用できるように適切なリクエスト属性に指定されたメッセージキーを追加します。
addMissing(Map) - class org.apache.struts.tiles.ComponentContext のメソッド
Add all missing attributes to this context.
addObject(Object) - class org.apache.struts.tiles.xmlDefinition.XmlListAttribute のメソッド
Add an element in list.
addOption(StringBuffer, String, String, boolean) - class org.apache.struts.taglib.html.OptionsCollectionTag のメソッド
Add an option element to the specified StringBuffer based on the specified parameters.
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.
addPlugInConfig(PlugInConfig) - interface org.apache.struts.config.ModuleConfig のメソッド
Add a newly configured PlugInConfig instance to the set of plug-in Actions for this module.
addPlugInConfig(PlugInConfig) - class org.apache.struts.config.impl.ModuleConfigImpl のメソッド
Add a newly configured PlugInConfig instance to the set of plug-in Actions for this module.
addProperty(String, String) - class org.apache.struts.config.DataSourceConfig のメソッド
Add a new custom configuration property.
addProperty(String, String) - class org.apache.struts.config.PlugInConfig のメソッド
Add a new property name and value to the set that will be used to configure the PlugIn instance.
addRuleInstances(Digester) - class org.apache.struts.config.ConfigRuleSet のメソッド
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleSets() - class org.apache.struts.action.ActionServlet のメソッド
rulesets初期化パラメータで指定されたconfigDigesterに、 全てのカスタムRuleSetのインスタンスを追加します {@primary Add any custom RuleSet instances to configDigester that have been specified in the rulesets init parameter.
addServletMapping(String, String) - class org.apache.struts.action.ActionServlet のメソッド
このサーブレット用である場合、 Webアプリケーションの配備記述子からサーブレットマッピングを設定します。
addTextParameter(HttpServletRequest, FileItem) - class org.apache.struts.upload.CommonsMultipartRequestHandler のメソッド
Adds a regular text parameter to the set of text parameters for this request and also to the list of all parameters.
align - class org.apache.struts.taglib.html.ImageTag の変数
The alignment for this image.
align - class org.apache.struts.taglib.html.ImgTag の変数
The property to specify where to align the image.
allElements - class org.apache.struts.upload.DiskMultipartRequestHandler の変数
推奨されていません。 A Hashtable representing all elemnents.
alt - class org.apache.struts.taglib.html.BaseHandlerTag の変数
The alternate text of this element.
altKey - class org.apache.struts.taglib.html.BaseHandlerTag の変数
The message resources key of the alternate text.
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.config.ConfigHelper の変数
The application associated with this instance.
applicationClass(String) - class org.apache.struts.util.RequestUtils の static メソッド
Return the Class object for the specified fully qualified class name, from this web application's class loader.
applicationInstance(String) - class org.apache.struts.util.RequestUtils の static メソッド
Return a new instance of the specified fully qualified class name, after loading the class from this web application's class loader.
applyRuleSets(Digester) - class org.apache.struts.plugins.DigestingPlugIn のメソッド
Instantiate any RuleSet classes defined in the rulesets property and use them to add rules to our Digester.
arg0 - class org.apache.struts.taglib.bean.MessageTag の変数
The first optional argument.
arg1 - class org.apache.struts.taglib.bean.MessageTag の変数
The second optional argument.
arg2 - class org.apache.struts.taglib.bean.MessageTag の変数
The third optional argument.
arg3 - class org.apache.struts.taglib.bean.MessageTag の変数
The fourth optional argument.
arg4 - class org.apache.struts.taglib.bean.MessageTag の変数
The fifth optional argument.
argStack - class org.apache.struts.validator.validwhen.ValidWhenParser の変数
 
attribute - class org.apache.struts.config.ActionConfig の変数
The request-scope or session-scope attribute name under which our form bean is accessed, if it is different from the form bean's specified name.
attribute - class org.apache.struts.taglib.tiles.GetAttributeTag の変数
 
attribute - class org.apache.struts.taglib.tiles.InsertTag の変数
Name of attribute from which to read page name to include.
attributeName - class org.apache.struts.taglib.tiles.PutListTag の変数
Name of this attribute.
attributeName - class org.apache.struts.taglib.tiles.PutTag の変数
Name of attribute to put in component context.
attributeName - class org.apache.struts.taglib.tiles.UseAttributeTag の変数
The attribute name to be exposed.
attributes - class org.apache.struts.tiles.ComponentContext の変数
Component attributes.
attributes - class org.apache.struts.tiles.ComponentDefinition の変数
Attributes defined for the component.
available() - class org.apache.struts.upload.BufferedMultipartInputStream のメソッド
推奨されていません。 This method returns the number of available bytes left to read in the buffer before it has to be refilled
availableInLine() - class org.apache.struts.upload.MultipartBoundaryInputStream のメソッド
推奨されていません。  

B

BEAN_KEY - class org.apache.struts.taglib.html.Constants の static 変数
The attribute key for the bean our form is related to.
BUFFER_SIZE - class org.apache.struts.taglib.bean.IncludeTag の static 変数
Buffer size to use when reading the input stream.
BUFFER_SIZE - class org.apache.struts.taglib.bean.ResourceTag の static 変数
Buffer size to use when reading the input stream.
BaseFieldTag - class org.apache.struts.taglib.html.BaseFieldTag.
Convenience base class for the various input tags for text fields.
BaseFieldTag() - class org.apache.struts.taglib.html.BaseFieldTag のコンストラクタ
 
BaseHandlerTag - class org.apache.struts.taglib.html.BaseHandlerTag.
Base class for tags that render form elements capable of including JavaScript event handlers and/or CSS Style attributes.
BaseHandlerTag() - class org.apache.struts.taglib.html.BaseHandlerTag のコンストラクタ
 
BaseInputTag - class org.apache.struts.taglib.html.BaseInputTag.
Abstract base class for the various input tags.
BaseInputTag() - class org.apache.struts.taglib.html.BaseInputTag のコンストラクタ
 
BaseTag - class org.apache.struts.taglib.html.BaseTag.
Renders an HTML element with an href attribute pointing to the absolute location of the enclosing JSP page.
BaseTag() - class org.apache.struts.taglib.html.BaseTag のコンストラクタ
 
BeanValidatorForm - class org.apache.struts.validator.BeanValidatorForm.
Struts validator ActionForm backed by either a DynaBean or POJO JavaBean.
BeanValidatorForm(Object) - class org.apache.struts.validator.BeanValidatorForm のコンストラクタ
Construct a new BeanValidatorForm with the specified bean.
BufferedMultipartInputStream - class org.apache.struts.upload.BufferedMultipartInputStream.
推奨されていません。 Use the Commons FileUpload based multipart handler instead. This class will be removed after Struts 1.2.
BufferedMultipartInputStream(InputStream, int, long, long) - class org.apache.struts.upload.BufferedMultipartInputStream のコンストラクタ
推奨されていません。 Public constructor for this class, just wraps the InputStream given
ButtonTag - class org.apache.struts.taglib.html.ButtonTag.
Renders an HTML BUTTON tag within the Struts framework.
ButtonTag() - class org.apache.struts.taglib.html.ButtonTag のコンストラクタ
 
beanClass - class org.apache.struts.action.DynaActionFormClass の変数
新たなBeanインスタンスを生成するために使用するDynaActionFormの実装Class
beanName - class org.apache.struts.taglib.html.FormTag の変数
The name of the form bean to (create and) use.
beanName - class org.apache.struts.taglib.nested.NestedReference の変数
 
beanName - class org.apache.struts.taglib.tiles.InsertTag の変数
Name of bean used as entity to include.
beanName - class org.apache.struts.taglib.tiles.PutTag の変数
Bean name attribute.
beanProperty - class org.apache.struts.taglib.tiles.InsertTag の変数
Name of bean property, if any.
beanProperty - class org.apache.struts.taglib.tiles.PutTag の変数
Bean property attribute.
beanScope - class org.apache.struts.taglib.html.FormTag の変数
The scope of the form bean to (create and) use.
beanScope - class org.apache.struts.taglib.tiles.InsertTag の変数
Scope of bean, if any.
beanScope - class org.apache.struts.taglib.tiles.PutTag の変数
Bean scope attribute.
beanType - class org.apache.struts.taglib.html.FormTag の変数
The type of the form bean to (create and) use.
begin(String, String, Attributes) - class org.apache.struts.config.AddDataSourcePropertyRule のメソッド
 
begin(String, String, Attributes) - class org.apache.struts.config.PlugInSetPropertyRule のメソッド
 
begin(String, String, Attributes) - class org.apache.struts.config.SetActionFormBeanClassRule のメソッド
 
begin(String, String, Attributes) - class org.apache.struts.config.SetActionForwardClassRule のメソッド
 
begin(String, String, Attributes) - class org.apache.struts.config.SetActionMappingClassRule のメソッド
 
body - class org.apache.struts.taglib.bean.DefineTag の変数
The body content of this tag (if any).
body - class org.apache.struts.taglib.tiles.PutTag の変数
The body content of this tag.
border - class org.apache.struts.taglib.html.ImageTag の変数
The border size around the image.
border - class org.apache.struts.taglib.html.ImgTag の変数
The border size around the image.
boundary - class org.apache.struts.upload.MultipartBoundaryInputStream の変数
推奨されていません。 The boundary.
boundary - class org.apache.struts.upload.MultipartIterator の変数
推奨されていません。 The boundary for this multipart request
boundaryBytes - class org.apache.struts.upload.MultipartBoundaryInputStream の変数
推奨されていません。  
boundaryBytes - class org.apache.struts.upload.MultipartValueStream の変数
推奨されていません。 byte buffer with the boundary
boundaryEncountered - class org.apache.struts.upload.MultipartBoundaryInputStream の変数
推奨されていません。 Whether or not the boundary has been encountered.
boundaryReached - class org.apache.struts.upload.MultipartValueStream の変数
推奨されていません。 have we reached the boundary?
buffer - class org.apache.struts.upload.BufferedMultipartInputStream の変数
推奨されていません。 The byte array used to hold buffered data
buffer - class org.apache.struts.util.ServletContextWriter の変数
The buffer into which we accumulate lines to be logged.
bufferLength - class org.apache.struts.upload.BufferedMultipartInputStream の変数
推奨されていません。 The number of bytes read from the underlying InputStream that are in the buffer
bufferOffset - class org.apache.struts.upload.BufferedMultipartInputStream の変数
推奨されていません。 The current offset we're at in the buffer's byte array
bufferSize - class org.apache.struts.config.ControllerConfig の変数
The input buffer size for file uploads.
bufferSize - class org.apache.struts.upload.BufferedMultipartInputStream の変数
推奨されていません。 The size of the byte array buffer
bufferSize - class org.apache.struts.upload.MultipartIterator の変数
推奨されていません。 The amount of data read from a request at a time.
bundle - class org.apache.struts.config.ExceptionConfig の変数
The servlet context attribute under which the message resources bundle to be used for this exception is located.
bundle - class org.apache.struts.taglib.bean.MessageTag の変数
The servlet context attribute key for our resources.
bundle - class org.apache.struts.taglib.bean.WriteTag の変数
The servlet context attribute key for our resources.
bundle - class org.apache.struts.taglib.html.BaseHandlerTag の変数
The name of the message resources bundle for message lookups.
bundle - class org.apache.struts.taglib.html.ErrorsTag の変数
The servlet context attribute key for our resources.
bundle - class org.apache.struts.taglib.html.JavascriptValidatorTag の変数
The servlet context attribute key for our resources.
bundle - class org.apache.struts.taglib.html.MessagesTag の変数
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.
byteRead() - class org.apache.struts.upload.MultipartBoundaryInputStream のメソッド
推奨されていません。  
bytesRead - class org.apache.struts.upload.MultipartBoundaryInputStream の変数
推奨されていません。 The total number of bytes read so far.

C

CANCEL_KEY - class org.apache.struts.Globals の static 変数
このリクエストがキャンセルされた場合、 trueが格納されるリクエスト属性のキー。
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.
CARRIAGE_RETURN - class org.apache.struts.upload.MultipartBoundaryInputStream の static 変数
推奨されていません。  
CASE_INSENSITIVE_ORDER - class org.apache.struts.util.LabelValueBean の static 変数
Comparator that can be used for a case insensitive sort of LabelValueBean objects.
COMPONENT_CONTEXT - interface org.apache.struts.taglib.tiles.ComponentConstants の static 変数
Name used to store Tile/Component context.
COMPONENT_SCOPE - interface org.apache.struts.taglib.tiles.ComponentConstants の static 変数
 
CONTENT_TYPE_APPLICATION_OCTET_STREAM - class org.apache.struts.upload.MultipartBoundaryInputStream の static 変数
推奨されていません。  
CONTENT_TYPE_TEXT_PLAIN - class org.apache.struts.upload.MultipartBoundaryInputStream の static 変数
推奨されていません。  
CONTROLLER - class org.apache.struts.tiles.ComponentDefinition の static 変数
Controller name type.
CRLF - class org.apache.struts.upload.MultipartBoundaryInputStream の static 変数
推奨されていません。  
CancelTag - class org.apache.struts.taglib.html.CancelTag.
Tag for input fields of type "cancel".
CancelTag() - class org.apache.struts.taglib.html.CancelTag のコンストラクタ
 
CheckboxTag - class org.apache.struts.taglib.html.CheckboxTag.
Tag for input fields of type "checkbox".
CheckboxTag() - class org.apache.struts.taglib.html.CheckboxTag のコンストラクタ
 
CommonsMultipartRequestHandler - class org.apache.struts.upload.CommonsMultipartRequestHandler.
This class implements the MultipartRequestHandler interface by providing a wrapper around the Jakarta Commons FileUpload library.
CommonsMultipartRequestHandler() - class org.apache.struts.upload.CommonsMultipartRequestHandler のコンストラクタ
 
CommonsMultipartRequestHandler.CommonsFormFile - class org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile.
This class implements the Struts FormFile interface by wrapping the Commons FileUpload FileItem interface.
CommonsMultipartRequestHandler.CommonsFormFile(FileItem) - class org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile のコンストラクタ
Constructs an instance of this class which wraps the supplied file item.
CompareTagBase - class org.apache.struts.taglib.logic.CompareTagBase.
Abstract base class for comparison tags.
CompareTagBase() - class org.apache.struts.taglib.logic.CompareTagBase のコンストラクタ
 
ComponentConstants - interface org.apache.struts.taglib.tiles.ComponentConstants.
Constants used by Tiles/Components.
ComponentContext - class org.apache.struts.tiles.ComponentContext.
Component context.
ComponentContext() - class org.apache.struts.tiles.ComponentContext のコンストラクタ
Constructor.
ComponentContext(Map) - class org.apache.struts.tiles.ComponentContext のコンストラクタ
Constructor.
ComponentDefinition - class org.apache.struts.tiles.ComponentDefinition.
Definition of a template / component attributes.
ComponentDefinition() - class org.apache.struts.tiles.ComponentDefinition のコンストラクタ
Constructor.
ComponentDefinition(ComponentDefinition) - class org.apache.struts.tiles.ComponentDefinition のコンストラクタ
Copy Constructor.
ComponentDefinition(XmlDefinition) - class org.apache.struts.tiles.ComponentDefinition のコンストラクタ
Constructor.
ComponentDefinition(String, String, Map) - class org.apache.struts.tiles.ComponentDefinition のコンストラクタ
Constructor.
ComponentDefinitionsFactory - interface org.apache.struts.tiles.ComponentDefinitionsFactory.
推奨されていません。 Use DefinitionsFactory instead.
ComponentDefinitionsFactoryWrapper - class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper.
Wrapper from new definition factory interface to old interface.
ComponentDefinitionsFactoryWrapper(ComponentDefinitionsFactory) - class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper のコンストラクタ
Constructor.
ComponentDefinitionsFactoryWrapper() - class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper のコンストラクタ
Constructor.
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 のコンストラクタ
 
ConfigHelper - class org.apache.struts.config.ConfigHelper.
NOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT.
ConfigHelper() - class org.apache.struts.config.ConfigHelper のコンストラクタ
 
ConfigHelper(ServletContext, HttpServletRequest, HttpServletResponse) - class org.apache.struts.config.ConfigHelper のコンストラクタ
 
ConfigHelperInterface - interface org.apache.struts.config.ConfigHelperInterface.
NOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT.
ConfigRuleSet - class org.apache.struts.config.ConfigRuleSet.
The set of Digester rules required to parse a Struts configuration file (struts-config.xml).
ConfigRuleSet() - class org.apache.struts.config.ConfigRuleSet のコンストラクタ
 
Constants - class org.apache.struts.taglib.html.Constants.
Manifest constants for this package.
Constants() - class org.apache.struts.taglib.html.Constants のコンストラクタ
 
ContentLengthExceededException - exception org.apache.struts.upload.ContentLengthExceededException.
推奨されていません。 Use the Commons FileUpload based multipart handler instead. This class will be removed after Struts 1.2.
ContentLengthExceededException() - class org.apache.struts.upload.ContentLengthExceededException のコンストラクタ
推奨されていません。  
ContentLengthExceededException(long) - class org.apache.struts.upload.ContentLengthExceededException のコンストラクタ
推奨されていません。  
Controller - interface org.apache.struts.tiles.Controller.
A controller is a piece of code called before rendering a jsp page.
ControllerConfig - class org.apache.struts.config.ControllerConfig.
A JavaBean representing the configuration information of a <controller> element in a Struts configuration file.
ControllerConfig() - class org.apache.struts.config.ControllerConfig のコンストラクタ
 
ControllerSupport - class org.apache.struts.tiles.ControllerSupport.
Basic implementation of Controller.
ControllerSupport() - class org.apache.struts.tiles.ControllerSupport のコンストラクタ
 
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 のコンストラクタ
 
cachedCurrentContext - class org.apache.struts.taglib.tiles.InsertTag の変数
Current component context.
calculateMatchValues() - class org.apache.struts.taglib.html.SelectTag のメソッド
Calculate the match values we will actually be using.
calculatePostixes(String, Locale) - class org.apache.struts.tiles.xmlDefinition.I18nFactorySet の static メソッド
Calculate the postixes along the search path from the base bundle to the bundle specified by baseName and locale.
calculateRelativeProperty(String, String) - class org.apache.struts.taglib.nested.NestedPropertyHelper の static メソッド
 
calculateURL() - class org.apache.struts.taglib.html.LinkTag のメソッド
Return the complete URL to which this hyperlink will direct the user.
callParent() - class org.apache.struts.taglib.tiles.AddTag のメソッド
Call parent tag which must implement AttributeContainer.
callParent() - class org.apache.struts.taglib.tiles.PutTag のメソッド
Find parent tag which must implement AttributeContainer.
canReuseActionForm(ActionForm, FormBeanConfig) - class org.apache.struts.util.RequestUtils の static メソッド
Determine whether instance of ActionForm is suitable for re-use as an instance of the form described by config.
cancelled(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - class org.apache.struts.actions.DispatchAction のメソッド
キャンセルボタンを押した場合のリクエストの際に選択されるメソッドです。
cdata - class org.apache.struts.taglib.html.JavascriptValidatorTag の変数
Hide JavaScript methods in a CDATA section for XHTML when "true".
checkAndFixFilename(String) - class org.apache.struts.upload.MultipartBoundaryInputStream のメソッド
推奨されていません。  
checkError() - class org.apache.struts.util.ServletContextWriter のメソッド
Flush the stream and check for its error state.
checkForBoundary() - class org.apache.struts.upload.MultipartBoundaryInputStream のメソッド
推奨されていません。  
className - class org.apache.struts.config.PlugInConfig の変数
The fully qualified Java class name of the PlugIn implementation class being configured.
classname - class org.apache.struts.taglib.tiles.InitDefinitionsTag の変数
 
classname - class org.apache.struts.taglib.tiles.UseAttributeTag の変数
Class name of object.
clazz - class org.apache.struts.actions.DispatchAction の変数
この DispatchAction クラスの Class インスタンス。
clazz - class org.apache.struts.config.ModuleConfigFactory の static 変数
The Java class to be used for ModuleConfigFactory instances.
clazz - class org.apache.struts.util.MessageResourcesFactory の static 変数
The Java class to be used for MessageResourcesFactory instances.
clear() - class org.apache.struts.action.ActionMessages のメソッド
このオブジェクトにより登録されている全てのメッセージを消去します。
clear() - class org.apache.struts.action.DynaActionFormClass の static メソッド
推奨されていません。 DynaActionFormClassインスタンスのキャッシュをクリアーすることは不要です。
@deprecated No longer need to Clear our cache of DynaActionFormClass instances.
close() - class org.apache.struts.upload.BufferedMultipartInputStream のメソッド
推奨されていません。 This method attempts to close the underlying InputStream
close() - class org.apache.struts.util.ServletContextWriter のメソッド
Close the stream.
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.html.BaseInputTag の変数
The number of character columns for this field, or negative for no limit.
compareTo(Object) - class org.apache.struts.util.LabelValueBean のメソッド
Compare LabelValueBeans based on the label, because that's the human viewable part of the object.
comparison() - class org.apache.struts.validator.validwhen.ValidWhenParser のメソッド
 
comparisonExpression() - class org.apache.struts.validator.validwhen.ValidWhenParser のメソッド
 
compilePattern(String) - class org.apache.struts.util.WildcardHelper のメソッド
Translate the given String into a int [] representing the pattern matchable by this class.
compiledPaths - class org.apache.struts.config.ActionConfigMatcher の変数
The compiled paths and their associated ActionConfig's
computeParameters(PageContext, String, String, String, String, String, String, String, boolean) - class org.apache.struts.taglib.TagUtils のメソッド
Compute a set of query parameters that will be dynamically added to a generated URL.
computeParameters(PageContext, String, String, String, String, String, String, String, boolean) - class org.apache.struts.util.RequestUtils の static メソッド
推奨されていません。 This will be removed after Struts 1.2. Use TagUtils.computeParameters(PageContext,String,String,String,String,String,String,String,boolean) instead.
computeRealValue() - class org.apache.struts.taglib.tiles.PutTag のメソッド
Compute real value according to tag attributes.
computeRealValue() - class org.apache.struts.tiles.xmlDefinition.XmlAttribute のメソッド
Compute real value from attributes setting.
computeURL(PageContext, String, String, String, String, String, Map, String, boolean) - class org.apache.struts.taglib.TagUtils のメソッド
 
computeURL(PageContext, String, String, String, String, String, Map, String, boolean, boolean) - class org.apache.struts.taglib.TagUtils のメソッド
 
computeURL(PageContext, String, String, String, Map, String, boolean) - class org.apache.struts.util.RequestUtils の static メソッド
推奨されていません。 This will be removed after Struts 1.2 Use RequestUtils.computeURL(PageContext, String, String, String, String, Map, String, boolean) instead.
computeURL(PageContext, String, String, String, String, Map, String, boolean) - class org.apache.struts.util.RequestUtils の static メソッド
推奨されていません。 This will be removed after Struts 1.2. Use TagUtils.computeURL(PageContext,String,String,String,String,String,Map,String, boolean) instead.
computeURL(PageContext, String, String, String, String, Map, String, boolean, boolean) - class org.apache.struts.util.RequestUtils の static メソッド
推奨されていません。 This will be removed after Struts 1.2. Use TagUtils.computeURL(PageContext,String,String,String,String,String,Map,String,boolean,boolean) instead.
computeURLWithCharEncoding(PageContext, String, String, String, String, String, Map, String, boolean, boolean) - class org.apache.struts.taglib.TagUtils のメソッド
Compute a hyperlink URL based on the forward, href, action or page parameter that is not null.
computeURLWithCharEncoding(PageContext, String, String, String, String, String, Map, String, boolean, boolean, boolean) - class org.apache.struts.taglib.TagUtils のメソッド
Compute a hyperlink URL based on the forward, href, action or page parameter that is not null.
concatPostfix(String, String) - class org.apache.struts.tiles.xmlDefinition.I18nFactorySet のメソッド
Concat postfix to the name.
condition() - class org.apache.struts.taglib.logic.CompareTagBase のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition(int, int) - class org.apache.struts.taglib.logic.CompareTagBase のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.ConditionalTagBase のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.EmptyTag のメソッド
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.EmptyTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.EqualTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.GreaterEqualTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.GreaterThanTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.LessEqualTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition() - class org.apache.struts.taglib.logic.LessThanTag のメソッド
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.