| Library: | Apache Struts |
| Version: | 1.2.9 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| Action | org.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. |
| ActionConfig | org.apache.struts.config | A JavaBean representing the configuration information of an
|
| ActionConfigMatcher | org.apache.struts.config | Matches paths against pre-compiled wildcard expressions pulled from action configs. |
| ActionController | org.apache.struts.tiles | Struts wrapper implementation of Controller. |
| ActionDispatcher | org.apache.struts.actions | Action helper class that dispatches to a public method in an Action. |
| ActionError | org.apache.struts.action | An encapsulation of an individual error message returned by the
|
| ActionErrors | org.apache.struts.action | A class that encapsulates the error messages being reported by
the |
| ActionForm | org.apache.struts.action | An ActionForm is a JavaBean optionally associated with
one or more |
| ActionFormBean | org.apache.struts.action | An ActionFormBean is the definition of a form bean that
is loaded from a |
| ActionForward | org.apache.struts.action | An ActionForward represents a destination to which the
controller, |
| ActionMapping | org.apache.struts.action | An ActionMapping represents the information that the
controller, |
| ActionMessage | org.apache.struts.action | An encapsulation of an individual message returned by the
|
| ActionMessages | org.apache.struts.action | A class that encapsulates messages. |
| ActionMessages.ActionMessageItem | org.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. |
| ActionRedirect | org.apache.struts.action | A subclass of ActionForward which is designed for use in redirecting requests, with support for adding parameters at runtime. |
| ActionServlet | org.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". |
| ActionServletWrapper | org.apache.struts.action | Provide a wrapper around an ActionServlet to expose only those methods needed by other objects. |
| AddTag | org.apache.struts.taglib.tiles | Add an element to the surrounding list tag. |
| AttributeToScopeTag | org.apache.struts.taglib.tiles | Custom tag that puts component's attributes in a scope (request, page, ...). |
| BaseFieldTag | org.apache.struts.taglib.html | Convenience base class for the various input tags for text fields. |
| BaseHandlerTag | org.apache.struts.taglib.html | Base class for tags that render form elements capable of including JavaScript event handlers and/or CSS Style attributes. |
| BaseInputTag | org.apache.struts.taglib.html | Abstract base class for the various input tags. |
| BaseTag | org.apache.struts.taglib.html | Renders an HTML |
| BeanValidatorForm | org.apache.struts.validator | Struts validator |
| BufferedMultipartInputStream | org.apache.struts.upload | This class implements buffering for an InputStream as well as a readLine method. |
| ButtonTag | org.apache.struts.taglib.html | Renders an HTML BUTTON tag within the Struts framework. |
| CancelTag | org.apache.struts.taglib.html | Tag for input fields of type "cancel". |
| CheckboxTag | org.apache.struts.taglib.html | Tag for input fields of type "checkbox". |
| CommonsMultipartRequestHandler | org.apache.struts.upload | This class implements the MultipartRequestHandler interface
by providing a wrapper around the Jakarta Commons FileUpload library. |
| CompareTagBase | org.apache.struts.taglib.logic | Abstract base class for comparison tags. |
| ComponentContext | org.apache.struts.tiles | Component context. |
| ComponentDefinition | org.apache.struts.tiles | Definition of a template / component attributes. |
| ComponentDefinitionsFactoryWrapper | org.apache.struts.tiles.definition | Wrapper from new definition factory interface to old interface. |
| ConditionalTagBase | org.apache.struts.taglib.logic | Abstract base class for the various conditional evaluation tags. |
| ConfigHelper | org.apache.struts.config | NOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT. |
| ConfigRuleSet | org.apache.struts.config | The set of Digester rules required to parse a Struts
configuration file ( |
| Constants | org.apache.struts.taglib.html | Manifest constants for this package. |
| ControllerConfig | org.apache.struts.config | A JavaBean representing the configuration information of a
|
| ControllerSupport | org.apache.struts.tiles | Basic implementation of Controller. |
| CookieTag | org.apache.struts.taglib.bean | Define a scripting variable based on the value(s) of the specified cookie received with this request. |
| CookieTei | org.apache.struts.taglib.bean | Implementation of TagExtraInfo for the cookie
tag, identifying the scripting object(s) to be made visible. |
| DataSourceConfig | org.apache.struts.config | A JavaBean representing the configuration information of a
|
| DefaultModuleConfigFactory | org.apache.struts.config.impl | A factory for creating ModuleConfig instances. |
| DefineTag | org.apache.struts.taglib.bean | Define a scripting variable based on the value(s) of the specified bean property. |
| DefineTei | org.apache.struts.taglib.bean | Implementation of TagExtraInfo for the define
tag, identifying the scripting object(s) to be made visible. |
| DefinitionAttribute | org.apache.struts.tiles | Attribute representing a Component Definition. |
| DefinitionDispatcherAction | org.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 |
| DefinitionNameAttribute | org.apache.struts.tiles | Component attribute. |
| DefinitionsFactory | org.apache.struts.tiles.xmlDefinition | A factory for definitions. |
| DefinitionsFactoryConfig | org.apache.struts.tiles | A TilesFactoryConfig object hold configuration attributes for a tile definition factory. |
| DefinitionsUtil | org.apache.struts.tiles | Utilities class for definitions factory. |
| DefinitionTag | org.apache.struts.taglib.tiles | This is the tag handler for <tiles:definition>, which defines a tiles (or template / component). |
| DefinitionTagSupport | org.apache.struts.taglib.tiles | Common base class for tags dealing with Tiles definitions. |
| DigestingPlugIn | org.apache.struts.plugins | An implementation of |
| DirectStringAttribute | org.apache.struts.tiles | Component attribute. |
| DiskFile | org.apache.struts.upload | No description provided. |
| DiskMultipartRequestHandler | org.apache.struts.upload | This is a MultipartRequestHandler that writes file data directly to to temporary files on disk. |
| DispatchAction | org.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 |
| DownloadAction | org.apache.struts.actions | This is an abstract base class that minimizes the amount of special coding that needs to be written to download a file. |
| DownloadAction.FileStreamInfo | org.apache.struts.actions | A concrete implementation of the StreamInfo interface which
simplifies the downloading of a file from the disk. |
| DownloadAction.ResourceStreamInfo | org.apache.struts.actions | A concrete implementation of the StreamInfo interface which
simplifies the downloading of a web application resource. |
| DynaActionForm | org.apache.struts.action | Specialized subclass of |
| DynaActionFormClass | org.apache.struts.action | Implementation of |
| DynaValidatorActionForm | org.apache.struts.validator | This class extends DynaValidatorForm and provides basic field validation based on an XML file. |
| DynaValidatorForm | org.apache.struts.validator | This class extends DynaActionForm and provides basic field validation based on an XML file. |
| EmptyTag | org.apache.struts.taglib.logic | Evalute the nested body content of this tag if the specified value is empty for this request. |
| EqualTag | org.apache.struts.taglib.logic | Evaluate the nested body content of this tag if the specified variable and value are equal. |
| ErrorsTag | org.apache.struts.taglib.html | Custom tag that renders error messages if an appropriate request attribute has been created. |
| EventActionDispatcher | org.apache.struts.actions | An Action helper class that dispatches to to one of the public methods
that are named in the |
| EventDispatchAction | org.apache.struts.actions | An Action that dispatches to to one of the public methods
that are named in the |
| ExceptionConfig | org.apache.struts.config | A JavaBean representing the configuration information of an
|
| ExceptionHandler | org.apache.struts.action | An ExceptionHandler is configured in the Struts
configuration file to handle a specific type of exception thrown
by an |
| FactorySet | org.apache.struts.tiles.xmlDefinition | Component Definitions factory. |
| FieldChecks | org.apache.struts.validator | This class contains the default validations that are used in the validator-rules.xml file. |
| FileTag | org.apache.struts.taglib.html | Custom tag for input fields of type "file". |
| FormBeanConfig | org.apache.struts.config | A JavaBean representing the configuration information of a
|
| FormPropertyConfig | org.apache.struts.config | A JavaBean representing the configuration information of a
|
| FormTag | org.apache.struts.taglib.html | Custom tag that represents an input form, associated with a bean whose properties correspond to the various fields of the form. |
| ForwardAction | org.apache.struts.actions | An Action that forwards to the context-relative
URI specified by the |
| ForwardConfig | org.apache.struts.config | A JavaBean representing the configuration information of a
|
| ForwardingActionForward | org.apache.struts.action | A subclass of |
| ForwardTag | org.apache.struts.taglib.logic | Perform a forward or redirect to a page that is looked up in the configuration information associated with our application. |
| FrameTag | org.apache.struts.taglib.html | Generate an HTML <frame> tag with similar capabilities
as those the <html:link> tag provides for hyperlink
elements. |
| GetAttributeTag | org.apache.struts.taglib.tiles | Retrieve the value of the specified component/template attribute property, and render it to the current JspWriter as a String. |
| GetTag | org.apache.struts.taglib.tiles | This 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. |
| Globals | org.apache.struts | Global manifest constants for the entire Struts Framework. |
| GreaterEqualTag | org.apache.struts.taglib.logic | Evaluate the nested body content of this tag if the specified variable is greater than or equal to the specified value. |
| GreaterThanTag | org.apache.struts.taglib.logic | Evaluate the nested body content of this tag if the specified variable is greater than the specified value. |
| HeaderTag | org.apache.struts.taglib.bean | Define a scripting variable based on the value(s) of the specified header received with this request. |
| HeaderTei | org.apache.struts.taglib.bean | Implementation of TagExtraInfo for the header
tag, identifying the scripting object(s) to be made visible. |
| HiddenTag | org.apache.struts.taglib.html | Custom tag for input fields of type "hidden". |
| HtmlTag | org.apache.struts.taglib.html | Renders an HTML element with appropriate language attributes if there is a current Locale available in the user's session. |
| I18nFactorySet | org.apache.struts.tiles.xmlDefinition | Definitions factory. |
| ImageButtonBean | org.apache.struts.util | A simple JavaBean to encapsulate the request parameters sent for an HTML input element of type image. |
| ImageTag | org.apache.struts.taglib.html | Tag for input fields of type "image". |
| ImgTag | org.apache.struts.taglib.html | Generate an IMG tag to the specified image URI. |
| ImportAttributeTag | org.apache.struts.taglib.tiles | Import attribute from component to requested scope. |
| IncludeAction | org.apache.struts.actions | An Action that includes the context-relative
URI specified by the |
| IncludeTag | org.apache.struts.taglib.bean | Define the contents of a specified intra-application request as a
page scope attribute of type java.lang.String. |
| IncludeTei | org.apache.struts.taglib.bean | Implementation of TagExtraInfo for the include
tag, identifying the scripting object(s) to be made visible. |
| InitDefinitionsTag | org.apache.struts.taglib.tiles | Init definitions factory. |
| InsertTag | org.apache.struts.taglib.tiles | This is the tag handler for <tiles:insert>, which includes a template. |
| InsertTag.DirectStringHandler | org.apache.struts.taglib.tiles | Handle insert direct string. |
| InsertTag.InsertHandler | org.apache.struts.taglib.tiles | Real handler, after attribute resolution. |
| IterateTag | org.apache.struts.taglib.logic | Custom tag that iterates the elements of a collection, which can be either an attribute or the property of an attribute. |
| IterateTei | org.apache.struts.taglib.logic | Implementation of TagExtraInfo for the iterate
tag, identifying the scripting object(s) to be made visible. |
| IteratorAdapter | org.apache.struts.util | Utility method for converting Enumeration to an Iterator class. |
| JavascriptValidatorTag | org.apache.struts.taglib.html | Custom tag that generates JavaScript for client side validation based
on the validation rules loaded by the ValidatorPlugIn
defined in the struts-config.xml file. |
| LabelValueBean | org.apache.struts.util | A simple JavaBean to represent label-value pairs. |
| LazyValidatorForm | org.apache.struts.validator | Struts Lazy |
| LessEqualTag | org.apache.struts.taglib.logic | Evaluate the nested body content of this tag if the specified variable is less than or equal to the specified value. |
| LessThanTag | org.apache.struts.taglib.logic | Evaluate the nested body content of this tag if the specified variable is less than the specified value. |
| LinkTag | org.apache.struts.taglib.html | Generate a URL-encoded hyperlink to the specified URI. |
| LocaleAction | org.apache.struts.actions | Implementation of Action that changes the user's Locale and forwards to a page, based on request level parameters that are set (language, country, & page). |
| LookupDispatchAction | org.apache.struts.actions |
An abstract Action that dispatches to the subclass mapped
|
| MappingDispatchAction | org.apache.struts.actions | An abstract Action that dispatches to a public
method that is named by the |
| MatchTag | org.apache.struts.taglib.logic | Evalute the nested body content of this tag if the specified value is a substring of the specified variable. |
| MessageResources | org.apache.struts.util | General 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. |
| MessageResourcesConfig | org.apache.struts.config | A JavaBean representing the configuration information of a
|
| MessageResourcesFactory | org.apache.struts.util | Factory for MessageResources instances. |
| MessagesNotPresentTag | org.apache.struts.taglib.logic | Evalute the nested body content of this tag if the specified value is not present for this request. |
| MessagesPresentTag | org.apache.struts.taglib.logic | Evalute 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. |
| MessagesTag | org.apache.struts.taglib.html | Custom tag that iterates the elements of a message collection. |
| MessagesTei | org.apache.struts.taglib.html | Implementation of TagExtraInfo for the messages
tag, identifying the scripting object(s) to be made visible. |
| MessageTag | org.apache.struts.taglib.bean | 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. |
| ModuleConfigFactory | org.apache.struts.config | A factory interface for creating ModuleConfig s. |
| ModuleConfigImpl | org.apache.struts.config.impl | The collection of static configuration information that describes a Struts-based module. |
| ModuleConfigVerifier | org.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. |
| ModuleUtils | org.apache.struts.util | General purpose utility methods related to module processing. |
| MultiboxTag | org.apache.struts.taglib.html | Tag for input fields of type "checkbox". |
| MultipartBoundaryInputStream | org.apache.struts.upload | This class encapsulates parsing functionality for RFC1867, multipart/form-data. |
| MultipartElement | org.apache.struts.upload | This class represents an element in a multipart request. |
| MultipartIterator | org.apache.struts.upload | The 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. |
| MultipartRequestWrapper | org.apache.struts.upload | This class functions as a wrapper around HttpServletRequest to provide working getParameter methods for multipart requests. |
| NestedCheckboxTag | org.apache.struts.taglib.nested.html | NestedCheckboxTag. |
| NestedDefineTag | org.apache.struts.taglib.nested.bean | NestedDefineTag. |
| NestedDefineTei | org.apache.struts.taglib.nested.bean | NestedDefineTei 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. |
| NestedEmptyTag | org.apache.struts.taglib.nested.logic | NestedEmptyTag. |
| NestedEqualTag | org.apache.struts.taglib.nested.logic | NestedEqualTag. |
| NestedErrorsTag | org.apache.struts.taglib.nested.html | NestedErrorsTag. |
| NestedFileTag | org.apache.struts.taglib.nested.html | NestedFileTag. |
| NestedFormTag | org.apache.struts.taglib.nested.html | NestedFormTag. |
| NestedGreaterEqualTag | org.apache.struts.taglib.nested.logic | NestedGreaterEqualTag. |
| NestedGreaterThanTag | org.apache.struts.taglib.nested.logic | NestedGreaterThanTag. |
| NestedHiddenTag | org.apache.struts.taglib.nested.html | NestedHiddenTag. |
| NestedImageTag | org.apache.struts.taglib.nested.html | NestedMultiboxTag. |
| NestedImgTag | org.apache.struts.taglib.nested.html | NestedImgTag, renders the nested version of the |
| NestedIterateTag | org.apache.struts.taglib.nested.logic | NestedIterateTag. |
| NestedIterateTei | org.apache.struts.taglib.nested.logic | NestedIterateTei 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. |
| NestedLessEqualTag | org.apache.struts.taglib.nested.logic | NestedLessEqualTag. |
| NestedLessThanTag | org.apache.struts.taglib.nested.logic | NestedLessThanTag. |
| NestedLinkTag | org.apache.struts.taglib.nested.html | NestedLinkTag. |
| NestedMatchTag | org.apache.struts.taglib.nested.logic | NestedMatchTag. |
| NestedMessagesNotPresentTag | org.apache.struts.taglib.nested.logic | NestedMessagesNotPresentTag. |
| NestedMessagesPresentTag | org.apache.struts.taglib.nested.logic | NestedMessagesPresentTag. |
| NestedMessagesTag | org.apache.struts.taglib.nested.html | NestedMessagesTag. |
| NestedMessageTag | org.apache.struts.taglib.nested.bean | NestedWriteTag. |
| NestedMultiboxTag | org.apache.struts.taglib.nested.html | NestedMultiboxTag. |
| NestedNotEmptyTag | org.apache.struts.taglib.nested.logic | NestedNotEmptyTag. |
| NestedNotEqualTag | org.apache.struts.taglib.nested.logic | NestedNotEqualTag. |
| NestedNotMatchTag | org.apache.struts.taglib.nested.logic | NestedNotMatchTag. |
| NestedNotPresentTag | org.apache.struts.taglib.nested.logic | NestedNotPresentTag. |
| NestedOptionsCollectionTag | org.apache.struts.taglib.nested.html | NestedOptionsCollectionTag. |
| NestedOptionsTag | org.apache.struts.taglib.nested.html | NestedOptionsTag. |
| NestedPasswordTag | org.apache.struts.taglib.nested.html | NestedPasswordTag. |
| NestedPresentTag | org.apache.struts.taglib.nested.logic | NestedPresentTag. |
| NestedPropertyHelper | org.apache.struts.taglib.nested | A simple helper class that does everything that needs to be done to get the nested tag extension to work. |
| NestedPropertyTag | org.apache.struts.taglib.nested | NestedPropertyTag. |
| NestedRadioTag | org.apache.struts.taglib.nested.html | NestedRadioTag. |
| NestedReference | org.apache.struts.taglib.nested | So that a nested hierarchy can penetrate a dynamic JSP include, this class will hold the details of a bean name and nested property. |
| NestedRootTag | org.apache.struts.taglib.nested | NestedRootTag. |
| NestedSelectTag | org.apache.struts.taglib.nested.html | NestedSelectTag. |
| NestedSizeTag | org.apache.struts.taglib.nested.bean | NestedSizeTag. |
| NestedSubmitTag | org.apache.struts.taglib.nested.html | NestedSubmitTag. |
| NestedTextareaTag | org.apache.struts.taglib.nested.html | NestedTextareaTag. |
| NestedTextTag | org.apache.struts.taglib.nested.html | NestedTextTag. |
| NestedWriteNestingTag | org.apache.struts.taglib.nested | NestedWriteNestingTag. |
| NestedWriteNestingTei | org.apache.struts.taglib.nested | NestedWriteNestingTei 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). |
| NestedWriteTag | org.apache.struts.taglib.nested.bean | NestedWriteTag. |
| NotEmptyTag | org.apache.struts.taglib.logic | Evalute the nested body content of this tag if the specified value is not empty for this request. |
| NotEqualTag | org.apache.struts.taglib.logic | Evaluate the nested body content of this tag if the specified variable and value are not equal. |
| NotMatchTag | org.apache.struts.taglib.logic | Evalute the nested body content of this tag if the specified value is not a substring of the specified variable. |
| NotPresentTag | org.apache.struts.taglib.logic | Evalute the nested body content of this tag if the specified value is not present for this request. |
| OptionsCollectionTag | org.apache.struts.taglib.html | Tag for creating multiple <select> options from a collection. |
| OptionsTag | org.apache.struts.taglib.html | Tag for creating multiple <select> options from a collection. |
| OptionTag | org.apache.struts.taglib.html | Tag for select options. |
| PageTag | org.apache.struts.taglib.bean | Define a scripting variable that exposes the requested page context item as a scripting variable and a page scope bean. |
| PageTei | org.apache.struts.taglib.bean | Implementation of TagExtraInfo for the page
tag, identifying the scripting object(s) to be made visible. |
| ParameterTag | org.apache.struts.taglib.bean | Define a scripting variable based on the value(s) of the specified parameter received with this request. |
| ParameterTei | org.apache.struts.taglib.bean | Implementation of TagExtraInfo for the parameter
tag, identifying the scripting object(s) to be made visible. |
| PasswordTag | org.apache.struts.taglib.html | Custom tag for input fields of type "password". |
| PathAttribute | org.apache.struts.tiles | Component attribute. |
| PlugInConfig | org.apache.struts.config | A JavaBean representing the configuration information of a
|
| PresentTag | org.apache.struts.taglib.logic | Evalute the nested body content of this tag if the specified value is present for this request. |
| PropertyMessageResources | org.apache.struts.util | Concrete subclass of MessageResources that reads message keys
and corresponding strings from named property resources in the same manner
that java.util.PropertyResourceBundle does. |
| PropertyMessageResourcesFactory | org.apache.struts.util | Factory for PropertyMessageResources instances. |
| PutListTag | org.apache.struts.taglib.tiles | PutList tag implementation. |
| PutTag | org.apache.struts.taglib.tiles | Put an attribute in enclosing attribute container tag. |
| RadioTag | org.apache.struts.taglib.html | Tag for input fields of type "radio". |
| RedeployableActionServlet | org.apache.struts.actions | WebLogic (at least v6 and v7) attempts to serialize the TilesRequestProcessor when re-deploying the Webapp in development mode. |
| RedirectingActionForward | org.apache.struts.action | A subclass of ActionForward that defaults the
|
| RedirectTag | org.apache.struts.taglib.logic | Generate a URL-encoded redirect to the specified URI. |
| ReloadableDefinitionsFactory | org.apache.struts.tiles.definition | A reloadable factory. |
| ReloadDefinitionsAction | org.apache.struts.tiles.actions | A standard Action that calls the
|
| RequestActionMapping | org.apache.struts.action | Subclass of |
| RequestProcessor | org.apache.struts.action | RequestProcessor contains the processing logic that the ActionServlet performs as it receives each servlet request from the container. |
| RequestUtils | org.apache.struts.util | General purpose utility methods related to processing a servlet request in the Struts controller framework. |
| ResetTag | org.apache.struts.taglib.html | Tag for input fields of type "reset". |
| Resources | org.apache.struts.validator | This class helps provides some useful methods for retrieving objects from different scopes of the application. |
| ResourceTag | org.apache.struts.taglib.bean | Define a scripting variable based on the contents of the specified web application resource. |
| ResourceTei | org.apache.struts.taglib.bean | Implementation of TagExtraInfo for the resource
tag, identifying the scripting object(s) to be made visible. |
| ResponseUtils | org.apache.struts.util | General purpose utility methods related to generating a servlet response in the Struts controller framework. |
| RewriteTag | org.apache.struts.taglib.html | Generate a URL-encoded URI as a string. |
| SelectTag | org.apache.struts.taglib.html | Custom tag that represents an HTML select element, associated with a bean property specified by our attributes. |
| ServletContextWriter | org.apache.struts.util | A PrintWriter implementation that uses the logging facilities of a
javax.servlet.ServletContext to output its results. |
| SessionActionMapping | org.apache.struts.action | Subclass of |
| SimpleMenuItem | org.apache.struts.tiles.beans | A MenuItem implementation. |
| SizeTag | org.apache.struts.taglib.bean | Define a scripting variable that will contain the number of elements found in a specified array, Collection, or Map. |
| SizeTei | org.apache.struts.taglib.bean | Implementation of TagExtraInfo for the size
tag, identifying the scripting object(s) to be made visible. |
| StrutsTag | org.apache.struts.taglib.bean | Define a scripting variable that exposes the requested Struts internal configuraton object. |
| StrutsTei | org.apache.struts.taglib.bean | Implementation of TagExtraInfo for the struts
tag, identifying the scripting object(s) to be made visible. |
| SubmitTag | org.apache.struts.taglib.html | Tag for input fields of type "submit". |
| SwitchAction | org.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. |
| TagUtils | org.apache.struts.taglib | Provides helper methods for JSP tags. |
| TagUtils | org.apache.struts.taglib.tiles.util | Collection of utilities. |
| TextareaTag | org.apache.struts.taglib.html | Custom tag for input fields of type "textarea". |
| TextTag | org.apache.struts.taglib.html | Custom tag for input fields of type "text". |
| TilesAction | org.apache.struts.tiles.actions | Base class for Tiles Actions. |
| TilesPlugin | org.apache.struts.tiles | Tiles Plugin used to initialize Tiles. |
| TilesRequestProcessor | org.apache.struts.tiles | RequestProcessor contains the processing logic that the Struts controller servlet performs as it receives each servlet request from the container. |
| TilesUtil | org.apache.struts.tiles | Class containing utility methods for Tiles. |
| TilesUtilImpl | org.apache.struts.tiles | Default implementation of TilesUtil. |
| TilesUtilStrutsImpl | org.apache.struts.tiles | TilesUtil implementation for Struts 1.1 with one single factory. |
| TilesUtilStrutsModulesImpl | org.apache.struts.tiles | Implementation of TilesUtil for Struts multi modules. |
| TokenProcessor | org.apache.struts.util | TokenProcessor is responsible for handling all token related functionality. |
| UntypedAttribute | org.apache.struts.tiles | Common implementation of attribute definition. |
| UrlController | org.apache.struts.tiles | Tiles controller including a local URL. |
| UseAttributeTag | org.apache.struts.taglib.tiles | Custom tag exposing a component attribute to page. |
| UseAttributeTei | org.apache.struts.taglib.tiles | Implementation of TagExtraInfo for the UseAttribute
tag, identifying the scripting object(s) to be made visible. |
| ValidatorActionForm | org.apache.struts.validator | This class extends ValidatorForm and provides basic field validation based on an XML file. |
| ValidatorForm | org.apache.struts.validator | This class extends ActionForm and provides basic field validation based on an XML file. |
| ValidatorPlugIn | org.apache.struts.validator | Loads ValidatorResources based on configuration in the
struts-config.xml file. |
| ValidWhen | org.apache.struts.validator.validwhen | This class contains the validwhen validation that is used in the validator-rules.xml file. |
| ValidWhenLexer | org.apache.struts.validator.validwhen | No description provided. |
| ValidWhenParser | org.apache.struts.validator.validwhen | No description provided. |
| ViewDefinitionsAction | org.apache.struts.tiles.actions | An Action that writes the definitions of the Tiles factory. |
| WildcardHelper | org.apache.struts.util | This class is an utility class that perform wilcard-patterns matching and isolation taken from Apache Cocoon. |
| WriteTag | org.apache.struts.taglib.bean | Tag 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. |
| XhtmlTag | org.apache.struts.taglib.html | This tag tells all other html taglib tags to render themselves in xhtml. |
| XmlAttribute | org.apache.struts.tiles.xmlDefinition | A property key-value pair. |
| XmlDefinition | org.apache.struts.tiles.xmlDefinition | A definition read from an XML definitions file. |
| XmlDefinitionsSet | org.apache.struts.tiles.xmlDefinition | A set of definitions read from XML definitions file. |
| XmlListAttribute | org.apache.struts.tiles.xmlDefinition | An attribute as a List. |
| XmlParser | org.apache.struts.tiles.xmlDefinition | Parse an XML definitions file. |
| Search |




