Library:Apache Struts
Version:1.2.9
Compatibility:JDK 1.4
Classes in library Apache Struts.
NamePackageDescription
Actionorg.apache.struts.action

An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.

ActionConfigorg.apache.struts.config

A JavaBean representing the configuration information of an <action> element from a Struts module configuration file.

ActionConfigMatcherorg.apache.struts.configMatches paths against pre-compiled wildcard expressions pulled from action configs.
ActionControllerorg.apache.struts.tilesStruts wrapper implementation of Controller.
ActionDispatcherorg.apache.struts.actions

Action helper class that dispatches to a public method in an Action.

ActionErrororg.apache.struts.action

An encapsulation of an individual error message returned by the validate method of an ActionForm, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.

ActionErrorsorg.apache.struts.action

A class that encapsulates the error messages being reported by the validate() method of an ActionForm.

ActionFormorg.apache.struts.action

An ActionForm is a JavaBean optionally associated with one or more ActionMappings.

ActionFormBeanorg.apache.struts.action

An ActionFormBean is the definition of a form bean that is loaded from a <form-bean> element in the Struts configuration file.

ActionForwardorg.apache.struts.action

An ActionForward represents a destination to which the controller, RequestProcessor, might be directed to perform a RequestDispatcher.forward or HttpServletResponse.sendRedirect to, as a result of processing activities of an Action class.

ActionMappingorg.apache.struts.action

An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.

ActionMessageorg.apache.struts.action

An encapsulation of an individual message returned by the validate method of an ActionForm, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.

ActionMessagesorg.apache.struts.action

A class that encapsulates messages.

ActionMessages.ActionMessageItemorg.apache.struts.action

This class is used to store a set of messages associated with a property/key and the position it was initially added to list.

ActionRedirectorg.apache.struts.actionA subclass of ActionForward which is designed for use in redirecting requests, with support for adding parameters at runtime.
ActionServletorg.apache.struts.action

ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".

ActionServletWrapperorg.apache.struts.action

Provide a wrapper around an ActionServlet to expose only those methods needed by other objects.

AddTagorg.apache.struts.taglib.tilesAdd an element to the surrounding list tag.
AttributeToScopeTagorg.apache.struts.taglib.tilesCustom tag that puts component's attributes in a scope (request, page, ...).
BaseFieldTagorg.apache.struts.taglib.htmlConvenience base class for the various input tags for text fields.
BaseHandlerTagorg.apache.struts.taglib.htmlBase class for tags that render form elements capable of including JavaScript event handlers and/or CSS Style attributes.
BaseInputTagorg.apache.struts.taglib.htmlAbstract base class for the various input tags.
BaseTagorg.apache.struts.taglib.htmlRenders an HTML element with an href attribute pointing to the absolute location of the enclosing JSP page.
BeanValidatorFormorg.apache.struts.validator

Struts validator ActionForm backed by either a DynaBean or POJO JavaBean.

BufferedMultipartInputStreamorg.apache.struts.uploadThis class implements buffering for an InputStream as well as a readLine method.
ButtonTagorg.apache.struts.taglib.htmlRenders an HTML BUTTON tag within the Struts framework.
CancelTagorg.apache.struts.taglib.htmlTag for input fields of type "cancel".
CheckboxTagorg.apache.struts.taglib.htmlTag for input fields of type "checkbox".
CommonsMultipartRequestHandlerorg.apache.struts.uploadThis class implements the MultipartRequestHandler interface by providing a wrapper around the Jakarta Commons FileUpload library.
CompareTagBaseorg.apache.struts.taglib.logicAbstract base class for comparison tags.
ComponentContextorg.apache.struts.tilesComponent context.
ComponentDefinitionorg.apache.struts.tilesDefinition of a template / component attributes.
ComponentDefinitionsFactoryWrapperorg.apache.struts.tiles.definitionWrapper from new definition factory interface to old interface.
ConditionalTagBaseorg.apache.struts.taglib.logicAbstract base class for the various conditional evaluation tags.
ConfigHelperorg.apache.struts.configNOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT.
ConfigRuleSetorg.apache.struts.config

The set of Digester rules required to parse a Struts configuration file (struts-config.xml).

Constantsorg.apache.struts.taglib.htmlManifest constants for this package.
ControllerConfigorg.apache.struts.config

A JavaBean representing the configuration information of a <controller> element in a Struts configuration file.

ControllerSupportorg.apache.struts.tilesBasic implementation of Controller.
CookieTagorg.apache.struts.taglib.beanDefine a scripting variable based on the value(s) of the specified cookie received with this request.
CookieTeiorg.apache.struts.taglib.beanImplementation of TagExtraInfo for the cookie tag, identifying the scripting object(s) to be made visible.
DataSourceConfigorg.apache.struts.config

A JavaBean representing the configuration information of a <data-source> element from a Struts configuration file.

DefaultModuleConfigFactoryorg.apache.struts.config.implA factory for creating ModuleConfig instances.
DefineTagorg.apache.struts.taglib.beanDefine a scripting variable based on the value(s) of the specified bean property.
DefineTeiorg.apache.struts.taglib.beanImplementation of TagExtraInfo for the define tag, identifying the scripting object(s) to be made visible.
DefinitionAttributeorg.apache.struts.tilesAttribute representing a Component Definition.
DefinitionDispatcherActionorg.apache.struts.tiles.actions

An Action that dispatches to a Tiles Definition that is named by the request parameter whose name is specified by the parameter property of the corresponding ActionMapping.

DefinitionNameAttributeorg.apache.struts.tilesComponent attribute.
DefinitionsFactoryorg.apache.struts.tiles.xmlDefinitionA factory for definitions.
DefinitionsFactoryConfigorg.apache.struts.tilesA TilesFactoryConfig object hold configuration attributes for a tile definition factory.
DefinitionsUtilorg.apache.struts.tilesUtilities class for definitions factory.
DefinitionTagorg.apache.struts.taglib.tilesThis is the tag handler for <tiles:definition>, which defines a tiles (or template / component).
DefinitionTagSupportorg.apache.struts.taglib.tilesCommon base class for tags dealing with Tiles definitions.
DigestingPlugInorg.apache.struts.plugins

An implementation of PlugIn which can be configured to instantiate a graph of objects using the Commons Digester and place the root object of that graph into the Application context.

DirectStringAttributeorg.apache.struts.tilesComponent attribute.
DiskFileorg.apache.struts.uploadNo description provided.
DiskMultipartRequestHandlerorg.apache.struts.uploadThis is a MultipartRequestHandler that writes file data directly to to temporary files on disk.
DispatchActionorg.apache.struts.actions

An abstract Action that dispatches to a public method that is named by the request parameter whose name is specified by the parameter property of the corresponding ActionMapping.

DownloadActionorg.apache.struts.actionsThis is an abstract base class that minimizes the amount of special coding that needs to be written to download a file.
DownloadAction.FileStreamInfoorg.apache.struts.actionsA concrete implementation of the StreamInfo interface which simplifies the downloading of a file from the disk.
DownloadAction.ResourceStreamInfoorg.apache.struts.actionsA concrete implementation of the StreamInfo interface which simplifies the downloading of a web application resource.
DynaActionFormorg.apache.struts.action

Specialized subclass of ActionForm that allows the creation of form beans with dynamic sets of properties, without requiring the developer to create a Java class for each type of form bean.

DynaActionFormClassorg.apache.struts.action

Implementation of DynaClass for DynaActionForm classes that allow developers to define ActionForms without having to individually code all of the classes.

DynaValidatorActionFormorg.apache.struts.validator

This class extends DynaValidatorForm and provides basic field validation based on an XML file.

DynaValidatorFormorg.apache.struts.validator

This class extends DynaActionForm and provides basic field validation based on an XML file.

EmptyTagorg.apache.struts.taglib.logicEvalute the nested body content of this tag if the specified value is empty for this request.
EqualTagorg.apache.struts.taglib.logicEvaluate the nested body content of this tag if the specified variable and value are equal.
ErrorsTagorg.apache.struts.taglib.htmlCustom tag that renders error messages if an appropriate request attribute has been created.
EventActionDispatcherorg.apache.struts.actions

An Action helper class that dispatches to to one of the public methods that are named in the parameter attribute of the corresponding ActionMapping and matches a submission parameter.

EventDispatchActionorg.apache.struts.actions

An Action that dispatches to to one of the public methods that are named in the parameter attribute of the corresponding ActionMapping and matches a submission parameter.

ExceptionConfigorg.apache.struts.config

A JavaBean representing the configuration information of an <exception> element from a Struts configuration file.

ExceptionHandlerorg.apache.struts.action

An ExceptionHandler is configured in the Struts configuration file to handle a specific type of exception thrown by an Action.execute method.

FactorySetorg.apache.struts.tiles.xmlDefinitionComponent Definitions factory.
FieldChecksorg.apache.struts.validator

This class contains the default validations that are used in the validator-rules.xml file.

FileTagorg.apache.struts.taglib.htmlCustom tag for input fields of type "file".
FormBeanConfigorg.apache.struts.config

A JavaBean representing the configuration information of a <form-bean> element in a Struts configuration file.

FormPropertyConfigorg.apache.struts.config

A JavaBean representing the configuration information of a <form-property> element in a Struts configuration file.

FormTagorg.apache.struts.taglib.htmlCustom tag that represents an input form, associated with a bean whose properties correspond to the various fields of the form.
ForwardActionorg.apache.struts.actions

An Action that forwards to the context-relative URI specified by the parameter property of our associated ActionMapping.

ForwardConfigorg.apache.struts.config

A JavaBean representing the configuration information of a <forward> element from a Struts configuration file.

ForwardingActionForwardorg.apache.struts.action

A subclass of ActionForward that defaults the redirect attribute to false.

ForwardTagorg.apache.struts.taglib.logicPerform a forward or redirect to a page that is looked up in the configuration information associated with our application.
FrameTagorg.apache.struts.taglib.htmlGenerate an HTML <frame> tag with similar capabilities as those the <html:link> tag provides for hyperlink elements.
GetAttributeTagorg.apache.struts.taglib.tilesRetrieve the value of the specified component/template attribute property, and render it to the current JspWriter as a String.
GetTagorg.apache.struts.taglib.tilesThis is the tag handler for <tiles: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.
Globalsorg.apache.strutsGlobal manifest constants for the entire Struts Framework.
GreaterEqualTagorg.apache.struts.taglib.logicEvaluate the nested body content of this tag if the specified variable is greater than or equal to the specified value.
GreaterThanTagorg.apache.struts.taglib.logicEvaluate the nested body content of this tag if the specified variable is greater than the specified value.
HeaderTagorg.apache.struts.taglib.beanDefine a scripting variable based on the value(s) of the specified header received with this request.
HeaderTeiorg.apache.struts.taglib.beanImplementation of TagExtraInfo for the header tag, identifying the scripting object(s) to be made visible.
HiddenTagorg.apache.struts.taglib.htmlCustom tag for input fields of type "hidden".
HtmlTagorg.apache.struts.taglib.htmlRenders an HTML element with appropriate language attributes if there is a current Locale available in the user's session.
I18nFactorySetorg.apache.struts.tiles.xmlDefinitionDefinitions factory.
ImageButtonBeanorg.apache.struts.utilA simple JavaBean to encapsulate the request parameters sent for an HTML input element of type image.
ImageTagorg.apache.struts.taglib.htmlTag for input fields of type "image".
ImgTagorg.apache.struts.taglib.htmlGenerate an IMG tag to the specified image URI.
ImportAttributeTagorg.apache.struts.taglib.tilesImport attribute from component to requested scope.
IncludeActionorg.apache.struts.actions

An Action that includes the context-relative URI specified by the parameter property of our associated ActionMapping.

IncludeTagorg.apache.struts.taglib.beanDefine the contents of a specified intra-application request as a page scope attribute of type java.lang.String.
IncludeTeiorg.apache.struts.taglib.beanImplementation of TagExtraInfo for the include tag, identifying the scripting object(s) to be made visible.
InitDefinitionsTagorg.apache.struts.taglib.tilesInit definitions factory.
InsertTagorg.apache.struts.taglib.tilesThis is the tag handler for <tiles:insert>, which includes a template.
InsertTag.DirectStringHandlerorg.apache.struts.taglib.tilesHandle insert direct string.
InsertTag.InsertHandlerorg.apache.struts.taglib.tilesReal handler, after attribute resolution.
IterateTagorg.apache.struts.taglib.logicCustom tag that iterates the elements of a collection, which can be either an attribute or the property of an attribute.
IterateTeiorg.apache.struts.taglib.logicImplementation of TagExtraInfo for the iterate tag, identifying the scripting object(s) to be made visible.
IteratorAdapterorg.apache.struts.utilUtility method for converting Enumeration to an Iterator class.
JavascriptValidatorTagorg.apache.struts.taglib.htmlCustom tag that generates JavaScript for client side validation based on the validation rules loaded by the ValidatorPlugIn defined in the struts-config.xml file.
LabelValueBeanorg.apache.struts.utilA simple JavaBean to represent label-value pairs.
LazyValidatorFormorg.apache.struts.validator

Struts Lazy ActionForm which wraps a LazyDynaBean.

LessEqualTagorg.apache.struts.taglib.logicEvaluate the nested body content of this tag if the specified variable is less than or equal to the specified value.
LessThanTagorg.apache.struts.taglib.logicEvaluate the nested body content of this tag if the specified variable is less than the specified value.
LinkTagorg.apache.struts.taglib.htmlGenerate a URL-encoded hyperlink to the specified URI.
LocaleActionorg.apache.struts.actionsImplementation of Action that changes the user's Locale and forwards to a page, based on request level parameters that are set (language, country, & page).
LookupDispatchActionorg.apache.struts.actions

An abstract Action that dispatches to the subclass mapped execute method.

MappingDispatchActionorg.apache.struts.actions

An abstract Action that dispatches to a public method that is named by the parameter attribute of the corresponding ActionMapping.

MatchTagorg.apache.struts.taglib.logicEvalute the nested body content of this tag if the specified value is a substring of the specified variable.
MessageResourcesorg.apache.struts.utilGeneral purpose abstract class that describes an API for retrieving Locale-sensitive messages from underlying resource locations of an unspecified design, and optionally utilizing the MessageFormat class to produce internationalized messages with parametric replacement.
MessageResourcesConfigorg.apache.struts.config

A JavaBean representing the configuration information of a <message-resources> element in a Struts configuration file.

MessageResourcesFactoryorg.apache.struts.utilFactory for MessageResources instances.
MessagesNotPresentTagorg.apache.struts.taglib.logicEvalute the nested body content of this tag if the specified value is not present for this request.
MessagesPresentTagorg.apache.struts.taglib.logicEvalute to true if an ActionMessages class or a class that can be converted to an ActionMessages class is in request scope under the specified key and there is at least one message in the class or for the property specified.
MessagesTagorg.apache.struts.taglib.htmlCustom tag that iterates the elements of a message collection.
MessagesTeiorg.apache.struts.taglib.htmlImplementation of TagExtraInfo for the messages tag, identifying the scripting object(s) to be made visible.
MessageTagorg.apache.struts.taglib.beanCustom 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.
ModuleConfigFactoryorg.apache.struts.configA factory interface for creating ModuleConfig s.
ModuleConfigImplorg.apache.struts.config.impl

The collection of static configuration information that describes a Struts-based module.

ModuleConfigVerifierorg.apache.struts.plugins

Convenient implementation of PlugIn that performs as many verification tests on the information stored in the ModuleConfig for this module as is practical.

ModuleUtilsorg.apache.struts.utilGeneral purpose utility methods related to module processing.
MultiboxTagorg.apache.struts.taglib.htmlTag for input fields of type "checkbox".
MultipartBoundaryInputStreamorg.apache.struts.uploadThis class encapsulates parsing functionality for RFC1867, multipart/form-data.
MultipartElementorg.apache.struts.uploadThis class represents an element in a multipart request.
MultipartIteratororg.apache.struts.uploadThe MultipartIterator class is responsible for reading the input data of a multipart request and splitting it up into input elements, wrapped inside of a MultipartElement for easy definition.
MultipartRequestWrapperorg.apache.struts.uploadThis class functions as a wrapper around HttpServletRequest to provide working getParameter methods for multipart requests.
NestedCheckboxTagorg.apache.struts.taglib.nested.htmlNestedCheckboxTag.
NestedDefineTagorg.apache.struts.taglib.nested.beanNestedDefineTag.
NestedDefineTeiorg.apache.struts.taglib.nested.beanNestedDefineTei to make sure that the implied setting of the name property of a nested tag is properly handed in the casting of the defined object.
NestedEmptyTagorg.apache.struts.taglib.nested.logicNestedEmptyTag.
NestedEqualTagorg.apache.struts.taglib.nested.logicNestedEqualTag.
NestedErrorsTagorg.apache.struts.taglib.nested.htmlNestedErrorsTag.
NestedFileTagorg.apache.struts.taglib.nested.htmlNestedFileTag.
NestedFormTagorg.apache.struts.taglib.nested.htmlNestedFormTag.
NestedGreaterEqualTagorg.apache.struts.taglib.nested.logicNestedGreaterEqualTag.
NestedGreaterThanTagorg.apache.struts.taglib.nested.logicNestedGreaterThanTag.
NestedHiddenTagorg.apache.struts.taglib.nested.htmlNestedHiddenTag.
NestedImageTagorg.apache.struts.taglib.nested.htmlNestedMultiboxTag.
NestedImgTagorg.apache.struts.taglib.nested.htmlNestedImgTag, renders the nested version of the tag.
NestedIterateTagorg.apache.struts.taglib.nested.logicNestedIterateTag.
NestedIterateTeiorg.apache.struts.taglib.nested.logicNestedIterateTei Extending the original tag's tei class, so that we can make the "id" attribute optional, so that those who want to script can add it if they need it otherwise we can maintain the nice lean tag markup.
NestedLessEqualTagorg.apache.struts.taglib.nested.logicNestedLessEqualTag.
NestedLessThanTagorg.apache.struts.taglib.nested.logicNestedLessThanTag.
NestedLinkTagorg.apache.struts.taglib.nested.htmlNestedLinkTag.
NestedMatchTagorg.apache.struts.taglib.nested.logicNestedMatchTag.
NestedMessagesNotPresentTagorg.apache.struts.taglib.nested.logicNestedMessagesNotPresentTag.
NestedMessagesPresentTagorg.apache.struts.taglib.nested.logicNestedMessagesPresentTag.
NestedMessagesTagorg.apache.struts.taglib.nested.htmlNestedMessagesTag.
NestedMessageTagorg.apache.struts.taglib.nested.beanNestedWriteTag.
NestedMultiboxTagorg.apache.struts.taglib.nested.htmlNestedMultiboxTag.
NestedNotEmptyTagorg.apache.struts.taglib.nested.logicNestedNotEmptyTag.
NestedNotEqualTagorg.apache.struts.taglib.nested.logicNestedNotEqualTag.
NestedNotMatchTagorg.apache.struts.taglib.nested.logicNestedNotMatchTag.
NestedNotPresentTagorg.apache.struts.taglib.nested.logicNestedNotPresentTag.
NestedOptionsCollectionTagorg.apache.struts.taglib.nested.htmlNestedOptionsCollectionTag.
NestedOptionsTagorg.apache.struts.taglib.nested.htmlNestedOptionsTag.
NestedPasswordTagorg.apache.struts.taglib.nested.htmlNestedPasswordTag.
NestedPresentTagorg.apache.struts.taglib.nested.logicNestedPresentTag.
NestedPropertyHelperorg.apache.struts.taglib.nested

A simple helper class that does everything that needs to be done to get the nested tag extension to work.

NestedPropertyTagorg.apache.struts.taglib.nestedNestedPropertyTag.
NestedRadioTagorg.apache.struts.taglib.nested.htmlNestedRadioTag.
NestedReferenceorg.apache.struts.taglib.nestedSo that a nested hierarchy can penetrate a dynamic JSP include, this class will hold the details of a bean name and nested property.
NestedRootTagorg.apache.struts.taglib.nestedNestedRootTag.
NestedSelectTagorg.apache.struts.taglib.nested.htmlNestedSelectTag.
NestedSizeTagorg.apache.struts.taglib.nested.beanNestedSizeTag.
NestedSubmitTagorg.apache.struts.taglib.nested.htmlNestedSubmitTag.
NestedTextareaTagorg.apache.struts.taglib.nested.htmlNestedTextareaTag.
NestedTextTagorg.apache.struts.taglib.nested.htmlNestedTextTag.
NestedWriteNestingTagorg.apache.struts.taglib.nestedNestedWriteNestingTag.
NestedWriteNestingTeiorg.apache.struts.taglib.nestedNestedWriteNestingTei This class will allow the nested:writeNesting tag to actually do what the doc says and make a scripting variable as an option (when "id" is supplied).
NestedWriteTagorg.apache.struts.taglib.nested.beanNestedWriteTag.
NotEmptyTagorg.apache.struts.taglib.logicEvalute the nested body content of this tag if the specified value is not empty for this request.
NotEqualTagorg.apache.struts.taglib.logicEvaluate the nested body content of this tag if the specified variable and value are not equal.
NotMatchTagorg.apache.struts.taglib.logicEvalute the nested body content of this tag if the specified value is not a substring of the specified variable.
NotPresentTagorg.apache.struts.taglib.logicEvalute the nested body content of this tag if the specified value is not present for this request.
OptionsCollectionTagorg.apache.struts.taglib.htmlTag for creating multiple <select> options from a collection.
OptionsTagorg.apache.struts.taglib.htmlTag for creating multiple <select> options from a collection.
OptionTagorg.apache.struts.taglib.htmlTag for select options.
PageTagorg.apache.struts.taglib.beanDefine a scripting variable that exposes the requested page context item as a scripting variable and a page scope bean.
PageTeiorg.apache.struts.taglib.beanImplementation of TagExtraInfo for the page tag, identifying the scripting object(s) to be made visible.
ParameterTagorg.apache.struts.taglib.beanDefine a scripting variable based on the value(s) of the specified parameter received with this request.
ParameterTeiorg.apache.struts.taglib.beanImplementation of TagExtraInfo for the parameter tag, identifying the scripting object(s) to be made visible.
PasswordTagorg.apache.struts.taglib.htmlCustom tag for input fields of type "password".
PathAttributeorg.apache.struts.tilesComponent attribute.
PlugInConfigorg.apache.struts.config

A JavaBean representing the configuration information of a <plug-in> element in a Struts configuration file.

PresentTagorg.apache.struts.taglib.logicEvalute the nested body content of this tag if the specified value is present for this request.
PropertyMessageResourcesorg.apache.struts.utilConcrete subclass of MessageResources that reads message keys and corresponding strings from named property resources in the same manner that java.util.PropertyResourceBundle does.
PropertyMessageResourcesFactoryorg.apache.struts.utilFactory for PropertyMessageResources instances.
PutListTagorg.apache.struts.taglib.tilesPutList tag implementation.
PutTagorg.apache.struts.taglib.tilesPut an attribute in enclosing attribute container tag.
RadioTagorg.apache.struts.taglib.htmlTag for input fields of type "radio".
RedeployableActionServletorg.apache.struts.actions

WebLogic (at least v6 and v7) attempts to serialize the TilesRequestProcessor when re-deploying the Webapp in development mode.

RedirectingActionForwardorg.apache.struts.action

A subclass of ActionForward that defaults the redirect attribute to true.

RedirectTagorg.apache.struts.taglib.logicGenerate a URL-encoded redirect to the specified URI.
ReloadableDefinitionsFactoryorg.apache.struts.tiles.definitionA reloadable factory.
ReloadDefinitionsActionorg.apache.struts.tiles.actions

A standard Action that calls the reload() method of our controller servlet to reload its configuration information from the configuration files (which have presumably been updated) dynamically.

RequestActionMappingorg.apache.struts.action

Subclass of ActionMapping that defaults the form bean scope to request.

RequestProcessororg.apache.struts.action

RequestProcessor contains the processing logic that the ActionServlet performs as it receives each servlet request from the container.

RequestUtilsorg.apache.struts.util

General purpose utility methods related to processing a servlet request in the Struts controller framework.

ResetTagorg.apache.struts.taglib.htmlTag for input fields of type "reset".
Resourcesorg.apache.struts.validatorThis class helps provides some useful methods for retrieving objects from different scopes of the application.
ResourceTagorg.apache.struts.taglib.beanDefine a scripting variable based on the contents of the specified web application resource.
ResourceTeiorg.apache.struts.taglib.beanImplementation of TagExtraInfo for the resource tag, identifying the scripting object(s) to be made visible.
ResponseUtilsorg.apache.struts.utilGeneral purpose utility methods related to generating a servlet response in the Struts controller framework.
RewriteTagorg.apache.struts.taglib.htmlGenerate a URL-encoded URI as a string.
SelectTagorg.apache.struts.taglib.htmlCustom tag that represents an HTML select element, associated with a bean property specified by our attributes.
ServletContextWriterorg.apache.struts.utilA PrintWriter implementation that uses the logging facilities of a javax.servlet.ServletContext to output its results.
SessionActionMappingorg.apache.struts.action

Subclass of ActionMapping that defaults the form bean scope to session.

SimpleMenuItemorg.apache.struts.tiles.beansA MenuItem implementation.
SizeTagorg.apache.struts.taglib.beanDefine a scripting variable that will contain the number of elements found in a specified array, Collection, or Map.
SizeTeiorg.apache.struts.taglib.beanImplementation of TagExtraInfo for the size tag, identifying the scripting object(s) to be made visible.
StrutsTagorg.apache.struts.taglib.beanDefine a scripting variable that exposes the requested Struts internal configuraton object.
StrutsTeiorg.apache.struts.taglib.beanImplementation of TagExtraInfo for the struts tag, identifying the scripting object(s) to be made visible.
SubmitTagorg.apache.struts.taglib.htmlTag for input fields of type "submit".
SwitchActionorg.apache.struts.actions

A standard Action that switches to a new module and then forwards control to a URI (specified in a number of possible ways) within the new module.

TagUtilsorg.apache.struts.taglibProvides helper methods for JSP tags.
TagUtilsorg.apache.struts.taglib.tiles.utilCollection of utilities.
TextareaTagorg.apache.struts.taglib.htmlCustom tag for input fields of type "textarea".
TextTagorg.apache.struts.taglib.htmlCustom tag for input fields of type "text".
TilesActionorg.apache.struts.tiles.actionsBase class for Tiles Actions.
TilesPluginorg.apache.struts.tilesTiles Plugin used to initialize Tiles.
TilesRequestProcessororg.apache.struts.tiles

RequestProcessor contains the processing logic that the Struts controller servlet performs as it receives each servlet request from the container.

TilesUtilorg.apache.struts.tilesClass containing utility methods for Tiles.
TilesUtilImplorg.apache.struts.tilesDefault implementation of TilesUtil.
TilesUtilStrutsImplorg.apache.struts.tilesTilesUtil implementation for Struts 1.1 with one single factory.
TilesUtilStrutsModulesImplorg.apache.struts.tilesImplementation of TilesUtil for Struts multi modules.
TokenProcessororg.apache.struts.utilTokenProcessor is responsible for handling all token related functionality.
UntypedAttributeorg.apache.struts.tilesCommon implementation of attribute definition.
UrlControllerorg.apache.struts.tilesTiles controller including a local URL.
UseAttributeTagorg.apache.struts.taglib.tilesCustom tag exposing a component attribute to page.
UseAttributeTeiorg.apache.struts.taglib.tilesImplementation of TagExtraInfo for the UseAttribute tag, identifying the scripting object(s) to be made visible.
ValidatorActionFormorg.apache.struts.validator

This class extends ValidatorForm and provides basic field validation based on an XML file.

ValidatorFormorg.apache.struts.validator

This class extends ActionForm and provides basic field validation based on an XML file.

ValidatorPlugInorg.apache.struts.validatorLoads ValidatorResources based on configuration in the struts-config.xml file.
ValidWhenorg.apache.struts.validator.validwhenThis class contains the validwhen validation that is used in the validator-rules.xml file.
ValidWhenLexerorg.apache.struts.validator.validwhenNo description provided.
ValidWhenParserorg.apache.struts.validator.validwhenNo description provided.
ViewDefinitionsActionorg.apache.struts.tiles.actions

An Action that writes the definitions of the Tiles factory.

WildcardHelperorg.apache.struts.utilThis class is an utility class that perform wilcard-patterns matching and isolation taken from Apache Cocoon.
WriteTagorg.apache.struts.taglib.beanTag that retrieves the specified property of the specified bean, converts it to a String representation (if necessary), and writes it to the current output stream, optionally filtering characters that are sensitive in HTML.
XhtmlTagorg.apache.struts.taglib.htmlThis tag tells all other html taglib tags to render themselves in xhtml.
XmlAttributeorg.apache.struts.tiles.xmlDefinitionA property key-value pair.
XmlDefinitionorg.apache.struts.tiles.xmlDefinitionA definition read from an XML definitions file.
XmlDefinitionsSetorg.apache.struts.tiles.xmlDefinitionA set of definitions read from XML definitions file.
XmlListAttributeorg.apache.struts.tiles.xmlDefinitionAn attribute as a List.
XmlParserorg.apache.struts.tiles.xmlDefinitionParse an XML definitions file.
Search