Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.struts2 Classes and Interfaces - 387 results found.
NameDescriptionTypePackageFramework
AbstractAdapterElementAbstractAdapterElement extends the abstract Node type and implements the DOM Element interface.Classorg.apache.struts2.views.xsltApache Struts
AbstractAdapterNodeAbstractAdapterNode is the base for childAdapters that expose a read-only view of a Java object as a DOM Node.Classorg.apache.struts2.views.xsltApache Struts
AbstractBeanSelectionProviderClassorg.apache.struts2.configApache Struts
AbstractClosingTagClassorg.apache.struts2.views.jsp.uiApache Struts
AbstractDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
AbstractDoubleListTagClassorg.apache.struts2.views.jsp.uiApache Struts
AbstractListTagClassorg.apache.struts2.views.jsp.uiApache Struts
AbstractRequiredListTagClassorg.apache.struts2.views.jsp.uiApache Struts
AbstractUITagAbstract base class for all UI tags.Classorg.apache.struts2.views.jsp.uiApache Struts
AbstractUITagBeanInfoDescribes properties supported by the AbstractUITag - base class for all UI tags This bases on HtmlTagSupportBeanInfo class from StripesFramework - thanks!Classorg.apache.struts2.views.jsp.uiApache Struts
ActionComponent This tag enables developers to call actions directly from a JSP page by specifying the action name and an optional namespace.Classorg.apache.struts2.componentsApache Struts
ActionDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ActionError Render action errors if they exists the specific layout of the rendering depends on the theme itself.Classorg.apache.struts2.componentsApache Struts
ActionErrorDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ActionErrorModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ActionErrorTagClassorg.apache.struts2.views.jsp.uiApache Struts
ActionMapper The ActionMapper interface provides a mapping between HTTP requests and action invocation requests and vice-versa.Interfaceorg.apache.struts2.dispatcher.mapperApache Struts
ActionMappingSimple class that holds the action mapping information used to invoke a Struts action.Classorg.apache.struts2.dispatcher.mapperApache Struts
ActionMappingParametersInteceptor This interceptor sets all parameters from the action mapping, for this request, on the value stack.Classorg.apache.struts2.interceptorApache Struts
ActionMessage Render action messages if they exists, specific rendering layout depends on the theme itself.Classorg.apache.struts2.componentsApache Struts
ActionMessageDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ActionMessageModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ActionMessageTagClassorg.apache.struts2.views.jsp.uiApache Struts
ActionModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ActionTagClassorg.apache.struts2.views.jspApache Struts
AdapterFactoryAdapterFactory produces Node adapters for Java object types.Classorg.apache.struts2.views.xsltApache Struts
AdapterNodeInterfaceorg.apache.struts2.views.xsltApache Struts
Anchor A tag that creates a HTML .Classorg.apache.struts2.componentsApache Struts
AnchorDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
AnchorModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
AnchorTagClassorg.apache.struts2.views.jsp.uiApache Struts
AnnotationValidationInterceptor annotation, and if found, don't validate this action methodSee Also:Serialized FormClassorg.apache.struts2.interceptor.validationApache Struts
AppendIterator Component for AppendIteratorTag, which jobs is to append iterators to form an appended iterator whereby entries goes from one iterator to another after eachClassorg.apache.struts2.componentsApache Struts
AppendIteratorFilterA bean that takes several iterators and outputs them in sequenceSee Also:AppendIterator, Classorg.apache.struts2.utilApache Struts
AppendIteratorTagAppend a list of iterators.Classorg.apache.struts2.views.jsp.iteratorApache Struts
ApplicationAware Actions that want to be aware of the application Map object should implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
ApplicationMapA simple implementation of the Map interface to handle a collection of attributes and init parameters in a ServletContext object.Classorg.apache.struts2.dispatcherApache Struts
ArrayAdapterClassorg.apache.struts2.views.xsltApache Struts
AttributeMapA Map that holds 4 levels of scope.Classorg.apache.struts2.utilApache Struts
BackgroundProcessBackground thread to be executed by the ExecuteAndWaitInterceptor.Classorg.apache.struts2.interceptorApache Struts
BaseTemplateEngineBase class for template engines.Classorg.apache.struts2.components.templateApache Struts
Bean Instantiates a class that conforms to the JavaBeans specification.Classorg.apache.struts2.componentsApache Struts
BeanAdapterThis class is the most general type of adapter, utilizing reflective introspection to present a DOM view of all of the public properties of its value.Classorg.apache.struts2.views.xsltApache Struts
BeanDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
BeanModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
BeanTagClassorg.apache.struts2.views.jspApache Struts
CallbackWriterClassorg.apache.struts2.views.freemarker.tagsApache Struts
Checkbox Renders an HTML input element of type checkbox, populated by the specified property from the ValueStack.Classorg.apache.struts2.componentsApache Struts
CheckBoxDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
CheckboxInterceptor Looks for a hidden identification field that specifies the original value of the checkbox.Classorg.apache.struts2.interceptorApache Struts
CheckboxList Creates a series of checkboxes from a list.Classorg.apache.struts2.componentsApache Struts
CheckBoxListDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
CheckboxListModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
CheckboxListTagClassorg.apache.struts2.views.jsp.uiApache Struts
CheckboxModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
CheckboxTagClassorg.apache.struts2.views.jsp.uiApache Struts
ClearSessionInterceptor This interceptor clears the HttpSession.Classorg.apache.struts2.interceptorApache Struts
ClosingUIBeanClosingUIBean is the standard superclass for UI components such as div etc.Classorg.apache.struts2.componentsApache Struts
CollectionAdapterClassorg.apache.struts2.views.xsltApache Struts
ComboBox The combo box is basically an HTML INPUT of type text and HTML SELECT grouped together to give you a combo box functionality.Classorg.apache.struts2.componentsApache Struts
ComboBoxDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ComboBoxModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ComboBoxTagClassorg.apache.struts2.views.jsp.uiApache Struts
ComponentBase class to extend for UI components.Classorg.apache.struts2.componentsApache Struts
ComponentDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ComponentModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ComponentTagClassorg.apache.struts2.views.jsp.uiApache Struts
ComponentTagSupportClassorg.apache.struts2.views.jspApache Struts
ComponentUrlProviderClassorg.apache.struts2.componentsApache Struts
ComponentUtilsClassorg.apache.struts2.utilApache Struts
CompositeActionMapper A composite action mapper that is capable of delegating to a series of ActionMapper if the former failed to obtained a valid ActionMapping or uri.Classorg.apache.struts2.dispatcher.mapperApache Struts
ContainUtilContainUtil will check if object 1 contains object 2.Classorg.apache.struts2.utilApache Struts
ContentTypeMatcherInterfaceorg.apache.struts2.utilApache Struts
ContextBeanClassorg.apache.struts2.componentsApache Struts
ContextBeanTagClassorg.apache.struts2.views.jspApache Struts
ContextUtilValue Stack's Context related Utilities.Classorg.apache.struts2.views.utilApache Struts
CookieInterceptor The aim of this interceptor is to set values in the stack/action based on cookie name/value If an asterisk is present in cookiesName parameter, it will be assume thatClassorg.apache.struts2.interceptorApache Struts
CookieProviderAction can create cookies which will be stored in responseSee Also:CookieProviderInterceptorInterfaceorg.apache.struts2.interceptorApache Struts
CookieProviderInterceptor Allows actions to send cookies to client, action must implement CookieProvider You must reference this interceptor in your default stack or in action's stack, see example below.Classorg.apache.struts2.interceptorApache Struts
CookiesAwareActions implementing the CookiesAware interface will receive a Map of filtered cookies via the setCookiesMap method.Interfaceorg.apache.struts2.interceptorApache Struts
CounterA bean that can be used to keep track of a counter.Classorg.apache.struts2.utilApache Struts
CreateSessionInterceptor This interceptor creates the HttpSession if it doesn't exist, also SessionMap is recreated and put in ServletActionContext.Classorg.apache.struts2.interceptorApache Struts
Date Format Date object in different ways.Classorg.apache.struts2.componentsApache Struts
DateDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
DateFormatterClassorg.apache.struts2.utilApache Struts
DateModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
DateTagClassorg.apache.struts2.views.jspApache Struts
DateTextFieldClassorg.apache.struts2.componentsApache Struts
DateTextFieldInterceptorClassorg.apache.struts2.interceptorApache Struts
DateTextFieldInterceptor .DateWordClassorg.apache.struts2.interceptor.DateTextFieldInterceptorApache Struts
DateTextFieldTagClassorg.apache.struts2.views.jsp.uiApache Struts
DebugClassorg.apache.struts2.componentsApache Struts
DebuggingInterceptor Provides several different debugging screens to provide insight into the data behind the page.Classorg.apache.struts2.interceptor.debuggingApache Struts
DebugTagClassorg.apache.struts2.views.jsp.uiApache Struts
DefaultActionMapper Default action mapper implementation, using the standard *.Classorg.apache.struts2.dispatcher.mapperApache Struts
DefaultActionSupportA simple action support class that sets properties to be able to serveSee Also:Serialized FormClassorg.apache.struts2.dispatcherApache Struts
DefaultBeanSelectionProviderSelects the implementations of key framework extension points, using the loaded property constants.Classorg.apache.struts2.configApache Struts
DefaultContentTypeMatcherClassorg.apache.struts2.utilApache Struts
DefaultDispatcherErrorHandlerDefault implementation of DispatcherErrorHandler which sends Error Report in devMode or HttpServletResponse.Classorg.apache.struts2.dispatcherApache Struts
DefaultPropertiesProviderLoads the default properties, separate from the usual struts.Classorg.apache.struts2.configApache Struts
DefaultSettingsDefaultSettings implements optional methods of Settings.Classorg.apache.struts2.configApache Struts
DefaultStaticContentLoader Default implementation to server static content This class is used to serve common static content needed when using various parts of Struts, such as JavaScriptClassorg.apache.struts2.dispatcherApache Struts
DefaultTagLibraryClassorg.apache.struts2.viewsApache Struts
DefaultUrlHelperClassorg.apache.struts2.views.utilApache Struts
DeprecationInterceptor In devMode checks if application uses deprecated or unknown constants and displays warning when logging level is set to DEBUGClassorg.apache.struts2.interceptorApache Struts
DispatcherA utility class the actual dispatcher delegates most of its tasks to.Classorg.apache.struts2.dispatcherApache Struts
Dispatcher .LocatorProvide an accessor class for static XWork utility.Classorg.apache.struts2.dispatcher.DispatcherApache Struts
DispatcherErrorHandler Basically it sends back HTTP error codes or error page depends on requirements.Interfaceorg.apache.struts2.dispatcherApache Struts
DispatcherListenerA interface to tag those that want to execute code on the init and destory of a Dispatcher.Interfaceorg.apache.struts2.dispatcherApache Struts
DivClassorg.apache.struts2.componentsApache Struts
DivDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
DivModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
DivTagClassorg.apache.struts2.views.jsp.uiApache Struts
DoubleListUIBean DoubleListUIBean is the standard superclass of all Struts double list handling components.Classorg.apache.struts2.componentsApache Struts
DoubleSelect Renders two HTML select elements with second one changing displayed values depending on selected entry of first one.Classorg.apache.struts2.componentsApache Struts
DoubleSelectDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
DoubleSelectModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
DoubleSelectTagClassorg.apache.struts2.views.jsp.uiApache Struts
Else Perform basic condition flow.Classorg.apache.struts2.componentsApache Struts
ElseIf Perform basic condition flow.Classorg.apache.struts2.componentsApache Struts
ElseIfModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ElseIfTagClassorg.apache.struts2.views.jspApache Struts
ElseModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ElseTagClassorg.apache.struts2.views.jspApache Struts
ExecuteAndWaitInterceptor The ExecuteAndWaitInterceptor is great for running long-lived actions in the background while showing the user a nice progress meter.Classorg.apache.struts2.interceptorApache Struts
ExecuteOperationsClassorg.apache.struts2.dispatcherApache Struts
FastByteArrayOutputStreamA speedy implementation of ByteArrayOutputStream.Classorg.apache.struts2.utilApache Struts
FieldError Render field errors if they exists.Classorg.apache.struts2.componentsApache Struts
FieldErrorDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
FieldErrorModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
FieldErrorTagClassorg.apache.struts2.views.jsp.uiApache Struts
File Renders an HTML file input element.Classorg.apache.struts2.componentsApache Struts
FileDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
FileModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
FileTagClassorg.apache.struts2.views.jsp.uiApache Struts
FileUploadInterceptor Interceptor that is based off of MultiPartRequestWrapper, which is automatically applied for any request that includes a file.Classorg.apache.struts2.interceptorApache Struts
FilterHostConfigClassorg.apache.struts2.dispatcher.filterApache Struts
Form Renders HTML an input form.Classorg.apache.struts2.componentsApache Struts
Form .FieldVisitorValidatorWrapperWrap field validator, add visitor's field prefix to the field name.Classorg.apache.struts2.components.FormApache Struts
FormButtonClassorg.apache.struts2.componentsApache Struts
FormDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
FormModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
FormTagClassorg.apache.struts2.views.jsp.uiApache Struts
FreemarkerManager Static Configuration Manager for the FreemarkerResult's configuration Possible extension points are:Classorg.apache.struts2.views.freemarkerApache Struts
FreemarkerResult Renders a view using the Freemarker template engine.Classorg.apache.struts2.views.freemarkerApache Struts
FreemarkerTemplateEngineFreemarker based template engine.Classorg.apache.struts2.components.templateApache Struts
FreemarkerThemeTemplateLoaderWhen loading a template, if sees theme token in path, does a template search through theme hierarchy for template, starting at the theme name after the token.Classorg.apache.struts2.views.freemarkerApache Struts
GenericUIBean Renders an custom UI widget using the specified templates.Classorg.apache.struts2.componentsApache Struts
Head Renders parts of the HEAD section for an HTML file.Classorg.apache.struts2.componentsApache Struts
HeadDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
HeadModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
HeadTagClassorg.apache.struts2.views.jsp.uiApache Struts
Hidden Renders an HTML input element of type hidden, populated by the specified property from the ValueStack.Classorg.apache.struts2.componentsApache Struts
HiddenDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
HiddenModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
HiddenTagClassorg.apache.struts2.views.jsp.uiApache Struts
HostConfigAbstraction for host configuration information such as init params or the servlet context.Interfaceorg.apache.struts2.dispatcherApache Struts
HttpHeaderResult A custom Result type for setting HTTP headers and status by optionally evaluating against the ValueStack.Classorg.apache.struts2.resultApache Struts
I18n Gets a resource bundle and place it on the value stack.Classorg.apache.struts2.componentsApache Struts
I18nDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
I18nInterceptor This interceptor extends the original xwork i18n interceptor and adds functionality to support cookies.Classorg.apache.struts2.interceptorApache Struts
I18nModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
I18nTagClassorg.apache.struts2.views.jspApache Struts
If Perform basic condition flow.Classorg.apache.struts2.componentsApache Struts
IfModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
IfTagClassorg.apache.struts2.views.jspApache Struts
Include Include a servlet's output (result of servlet or a JSP page).Classorg.apache.struts2.componentsApache Struts
IncludeDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
IncludeModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
IncludeTagClassorg.apache.struts2.views.jspApache Struts
InitOperationsClassorg.apache.struts2.dispatcherApache Struts
InputTransferSelect Create a input transfer select component which is basically an text input and Classorg.apache.struts2.componentsApache Struts
InputTransferSelectDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
InputTransferSelectModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
InputTransferSelectTagInputTransferSelect jsp tag.Classorg.apache.struts2.views.jsp.uiApache Struts
InvocationSessionStoreClassorg.apache.struts2.utilApache Struts
IteratorComponent Iterator will iterate over a value.Classorg.apache.struts2.componentsApache Struts
IteratorFilterSupportClassorg.apache.struts2.utilApache Struts
IteratorFilterSupport .EnumerationIteratorClassorg.apache.struts2.util.IteratorFilterSupportApache Struts
IteratorGeneratorA bean that generates an iterator filled with a given object depending on the count, separator and converter defined.Classorg.apache.struts2.utilApache Struts
IteratorGenerator .ConverterInterfaceorg.apache.struts2.util.IteratorGeneratorApache Struts
IteratorGeneratorTag Generate an iterator based on the val attribute supplied.Classorg.apache.struts2.views.jsp.iteratorApache Struts
IteratorModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
IteratorStatusThe iterator tag can export an IteratorStatus object so that one can get information about the status of the iteration, such as:Classorg.apache.struts2.views.jspApache Struts
IteratorStatus .StatusStateClassorg.apache.struts2.views.jsp.IteratorStatusApache Struts
IteratorTagClassorg.apache.struts2.views.jspApache Struts
JakartaMultiPartRequestMultipart form data request adapter for Jakarta Commons Fileupload package.Classorg.apache.struts2.dispatcher.multipartApache Struts
JakartaStreamMultiPartRequestMulti-part form data request adapter for Jakarta Commons FileUpload package that leverages the streaming API rather than the traditional non-streaming API.Classorg.apache.struts2.dispatcher.multipartApache Struts
JBossFileManagerClassorg.apache.struts2.util.fsApache Struts
JspSupportServletClassorg.apache.struts2.viewsApache Struts
JspTemplateEngineJSP based template engine.Classorg.apache.struts2.components.templateApache Struts
Label Renders an HTML LABEL that will allow you to output label:name combination that has the same format treatment as the rest of your UI controls.Classorg.apache.struts2.componentsApache Struts
LabelDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
LabelModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
LabelTagClassorg.apache.struts2.views.jsp.uiApache Struts
ListenerHostConfigClassorg.apache.struts2.dispatcher.listenerApache Struts
ListEntryClassorg.apache.struts2.utilApache Struts
ListUIBean DoubleListUIBean is the standard superclass of all Struts list handling components.Classorg.apache.struts2.componentsApache Struts
MakeIteratorClassorg.apache.struts2.utilApache Struts
MapAdapterMapAdapter adapters a java.Classorg.apache.struts2.views.xsltApache Struts
MergeIterator Component for MergeIteratorTag, which job is to merge iterators and successive call to the merged iterator will cause each merge iterator to have a chance toClassorg.apache.struts2.componentsApache Struts
MergeIteratorFilterA bean that takes several iterators and outputs the merge of them.Classorg.apache.struts2.utilApache Struts
MergeIteratorTagAppend a list of iterators.Classorg.apache.struts2.views.jsp.iteratorApache Struts
MessageStoreInterceptor An interceptor to store a ValidationAware action's messages / errors and field errors into HTTP Session, such that it will be retrievable at a later stage.Classorg.apache.struts2.interceptorApache Struts
MockDispatcherClassorg.apache.struts2.dispatcherApache Struts
MultiPartRequestAbstract wrapper class HTTP requests to handle multi-part data.Interfaceorg.apache.struts2.dispatcher.multipartApache Struts
MultiPartRequestWrapper Parse a multipart request and provide a wrapper around the request.Classorg.apache.struts2.dispatcher.multipartApache Struts
MultiselectInterceptorJust as the CheckboxInterceptor checks that if only the hidden field is present, so too does this interceptor.Classorg.apache.struts2.interceptorApache Struts
NoParametersThis marker interface should be implemented by actions that do not want any parameters set on them automatically.Interfaceorg.apache.struts2.interceptorApache Struts
NullResultNull result to get around annotation defaults that can't be nullSee Also:Serialized FormClassorg.apache.struts2.configApache Struts
Number Format Number object in different ways.Classorg.apache.struts2.componentsApache Struts
NumberTagClassorg.apache.struts2.views.jspApache Struts
ObjectFactoryDestroyableAn interface to be implemented by any ObjectFactory implementation if it requires shutdown hook whenever an ObjectFactory is to beInterfaceorg.apache.struts2.utilApache Struts
OgnlToolClassorg.apache.struts2.views.jsp.uiApache Struts
OptGroup Create a optgroup component which needs to resides within a select tag.Classorg.apache.struts2.componentsApache Struts
OptGroupDirectiveOptGroup velocity directive.Classorg.apache.struts2.views.velocity.componentsApache Struts
OptGroupModelFreemarker's TransformModel for OptGroup component.Classorg.apache.struts2.views.freemarker.tagsApache Struts
OptGroupTagClassorg.apache.struts2.views.jsp.uiApache Struts
OptionTransferSelect Create a option transfer select component which is basically two Classorg.apache.struts2.componentsApache Struts
OptionTransferSelectDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
OptionTransferSelectModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
OptionTransferSelectTagOptionTransferSelect jsp tag.Classorg.apache.struts2.views.jsp.uiApache Struts
Param This tag can be used to parameterize other tags.Classorg.apache.struts2.componentsApache Struts
Param .UnnamedParametric Tags can implement this to support nested param tags without the name attribute.Interfaceorg.apache.struts2.components.ParamApache Struts
ParamDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ParameterActionDefines a parameter action prefix.Interfaceorg.apache.struts2.dispatcher.mapperApache Struts
ParameterAware This interface gives actions an alternative way of receiving input parameters.Interfaceorg.apache.struts2.interceptorApache Struts
ParamModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ParamTagClassorg.apache.struts2.views.jspApache Struts
Password Render an HTML input tag of type password.Classorg.apache.struts2.componentsApache Struts
PasswordDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
PasswordModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
PasswordTagClassorg.apache.struts2.views.jsp.uiApache Struts
PlainTextResult A result that send the content out as plain text.Classorg.apache.struts2.resultApache Struts
PostbackResult A result that renders the current request parameters as a form which immediately submits a postbackClassorg.apache.struts2.resultApache Struts
PrefixBasedActionMapper A prefix based action mapper that is capable of delegating to other ActionMappers based on the request's prefix.Classorg.apache.struts2.dispatcher.mapperApache Struts
PrefixBasedActionProxyFactory Prefix based factory should be used with PrefixBasedActionMapper to use appropriate ActionProxyFactory connected with givenClassorg.apache.struts2.factoryApache Struts
PrefixTrieQuickly matches a prefix to an object.Classorg.apache.struts2.utilApache Struts
PrepareOperationsClassorg.apache.struts2.dispatcherApache Struts
PrettyPrintWriterClassorg.apache.struts2.interceptor.debuggingApache Struts
PrincipalAwareActions that want access to the Principal information from HttpServletRequest object should implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
PrincipalProxyProxy interface used together with PrincipalAware interface.Interfaceorg.apache.struts2.interceptorApache Struts
ProfilingActivationInterceptor Allows profiling to be enabled or disabled via request parameters, when devMode is enabled.Classorg.apache.struts2.interceptorApache Struts
PropertiesConfigurationProviderClassorg.apache.struts2.configApache Struts
Property Used to get the property of a value, which will default to the top of the stack if none is specified.Classorg.apache.struts2.componentsApache Struts
PropertyDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
PropertyModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
PropertyTagClassorg.apache.struts2.views.jspApache Struts
ProxyAttrAdapterProxyAttrAdapter is a pass-through adapter for objects which already implement the Attr interface.Classorg.apache.struts2.views.xsltApache Struts
ProxyElementAdapterProxyElementAdapter is a pass-through adapter for objects which already implement the Element interface.Classorg.apache.struts2.views.xsltApache Struts
ProxyNamedNodeMapA NamedNodeMap that wraps the Nodes returned in their proxies.Classorg.apache.struts2.views.xsltApache Struts
ProxyNodeAdapterProxyNodeAdapter is a read-only delegating adapter for objects which already implement the Node interface.Classorg.apache.struts2.views.xsltApache Struts
ProxyTextNodeAdapterProxyTextNodeAdapter is a pass-through adapter for objects which already implement the Text interface.Classorg.apache.struts2.views.xsltApache Struts
Push Push value on stack for simplified usage.Classorg.apache.struts2.componentsApache Struts
PushDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
PushModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
PushTagClassorg.apache.struts2.views.jspApache Struts
Radio Render a radio button input field.Classorg.apache.struts2.componentsApache Struts
RadioDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
RadioModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
RadioTagClassorg.apache.struts2.views.jsp.uiApache Struts
RegexPatternMatcherAllows regular expressions to be used in action names.Classorg.apache.struts2.utilApache Struts
RegexPatternMatcherExpressionHolds a compiled expression to match URLsSee Also:RegexPatternMatcherClassorg.apache.struts2.utilApache Struts
RequestAware Actions that want access to the current servlet request attributes should implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
RequestMapA simple implementation of the Map interface to handle a collection of request attributes.Classorg.apache.struts2.dispatcherApache Struts
RequestUtilsRequest handling utility class.Classorg.apache.struts2Apache Struts
Reset Render a reset button.Classorg.apache.struts2.componentsApache Struts
ResetDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ResetModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ResetTagClassorg.apache.struts2.views.jsp.uiApache Struts
ResourceUtilClassorg.apache.struts2.views.utilApache Struts
Restful2ActionMapper http://struts.Classorg.apache.struts2.dispatcher.mapperApache Struts
RestfulActionMapperSimple Restfull Action Mapper to support REST application See docs for more informationClassorg.apache.struts2.dispatcher.mapperApache Struts
RolesInterceptor This interceptor ensures that the action will only be executed if the user has the correct role.Classorg.apache.struts2.interceptorApache Struts
ScopeInterceptor This is designed to solve a few simple issues related to wizard-like functionality in Struts.Classorg.apache.struts2.interceptorApache Struts
ScopesHashModel Simple Hash model that also searches other scopes.Classorg.apache.struts2.views.freemarkerApache Struts
Select Render an HTML input tag of type select.Classorg.apache.struts2.componentsApache Struts
SelectDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
SelectModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
SelectTagClassorg.apache.struts2.views.jsp.uiApache Struts
ServletActionContextWeb-specific context information for actions.Classorg.apache.struts2Apache Struts
ServletActionRedirectResult This result uses the ActionMapper provided by the ActionMapperFactory to redirect the browser to a URL that invokes theClassorg.apache.struts2.resultApache Struts
ServletConfigInterceptor An interceptor which sets action properties based on the interfaces an action implements.Classorg.apache.struts2.interceptorApache Struts
ServletContextAwareFor components that have a dependence on the Servlet context.Interfaceorg.apache.struts2.utilApache Struts
ServletDispatcherResult Includes or forwards to a view (usually a jsp).Classorg.apache.struts2.resultApache Struts
ServletHostConfigClassorg.apache.struts2.dispatcher.servletApache Struts
ServletPrincipalProxyPrincipalProxy implementation for using HttpServletRequest Principal related methods.Classorg.apache.struts2.interceptor.servletApache Struts
ServletRedirectResult Calls the sendRedirect method to the location specified.Classorg.apache.struts2.resultApache Struts
ServletRequestAware All Actions that want to have access to the servlet request object must implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
ServletResponseAware All Actions that want to have access to the servlet response object must implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
ServletURIResolverServletURIResolver is a URIResolver that can retrieve resources from the servlet context using the scheme response.Classorg.apache.struts2.views.xsltApache Struts
ServletUrlRendererClassorg.apache.struts2.componentsApache Struts
SessionAware Actions that want access to the user's HTTP session attributes should implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
SessionMapA simple implementation of the Map interface to handle a collection of HTTP session attributes.Classorg.apache.struts2.dispatcherApache Struts
Set The set tag assigns a value to a variable in a specified scope.Classorg.apache.struts2.componentsApache Struts
SetDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
SetModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
SetTagClassorg.apache.struts2.views.jspApache Struts
SimpleAdapterDocumentSimpleAdapterDocument adapted a Java object and presents it as a Document.Classorg.apache.struts2.views.xsltApache Struts
SimpleNodeListClassorg.apache.struts2.views.xsltApache Struts
SimpleTextNodeClassorg.apache.struts2.views.xsltApache Struts
SortIteratorFilterA bean that takes a source and comparator then attempt to sort the source utilizing the comparator.Classorg.apache.struts2.utilApache Struts
SortIteratorTag A Tag that sorts a List using a Comparator both passed in as the tag attribute.Classorg.apache.struts2.views.jsp.iteratorApache Struts
StaticContentLoaderInterface for loading static resources, based on a path.Interfaceorg.apache.struts2.dispatcherApache Struts
StreamResult A custom Result type for sending raw data (via an InputStream) directly to the HttpServletResponse.Classorg.apache.struts2.resultApache Struts
StringAdapterStringAdapter adapts a Java String value to a DOM Element with the specified property name containing the String's text.Classorg.apache.struts2.views.xsltApache Struts
StrutsActionProxyClassorg.apache.struts2.factoryApache Struts
StrutsActionProxyFactoryClassorg.apache.struts2.factoryApache Struts
StrutsBeanWrapper The StrutsBeanWrapper extends the default FreeMarker BeansWrapper and provides almost no change in functionality, except for how it handles maps.Classorg.apache.struts2.views.freemarkerApache Struts
StrutsBodyTagSupportContains common functonalities for Struts JSP Tags.Classorg.apache.struts2.views.jspApache Struts
StrutsClassTemplateLoaderClassorg.apache.struts2.views.freemarkerApache Struts
StrutsConstantsThis class provides a central location for framework configuration keys used to retrieve and store Struts configuration settings.Classorg.apache.struts2Apache Struts
StrutsConversionErrorInterceptor This interceptor extends ConversionErrorInterceptor but only adds conversion errors from the ActionContext to the field errors of the action if the field value is not null, ", or {"} (a size 1 String array with only an emptyClassorg.apache.struts2.interceptorApache Struts
StrutsExceptionA generic runtime exception that optionally contains Location informationSee Also:Serialized FormClassorg.apache.struts2Apache Struts
StrutsExecuteFilterExecutes the discovered request information.Classorg.apache.struts2.dispatcher.filterApache Struts
StrutsListenerServlet listener for Struts.Classorg.apache.struts2.dispatcher.listenerApache Struts
StrutsModelsProvides @s.Classorg.apache.struts2.views.freemarker.tagsApache Struts
StrutsPrepareAndExecuteFilterHandles both the preparation and execution phases of the Struts dispatching process.Classorg.apache.struts2.dispatcher.filterApache Struts
StrutsPrepareFilterPrepares the request for execution by a later StrutsExecuteFilter filter instance.Classorg.apache.struts2.dispatcher.filterApache Struts
StrutsRequestWrapper All Struts requests are wrapped with this class, which provides simple JSTL accessibility.Classorg.apache.struts2.dispatcherApache Struts
StrutsResourceLoaderLoads resource from the Thread's context ClassLoader.Classorg.apache.struts2.views.velocityApache Struts
StrutsResultFactoryClassorg.apache.struts2.factoryApache Struts
StrutsResultSupport A base class for all Struts action execution results.Classorg.apache.struts2.resultApache Struts
StrutsServletServlet dispatcher for Struts.Classorg.apache.struts2.dispatcher.servletApache Struts
StrutsStatics Constants used by Struts.Interfaceorg.apache.struts2Apache Struts
StrutsTagAn annotation to document a Struts jsp/freemarker/velocity tagRequired Element SummaryClassorg.apache.struts2.views.annotationsApache Struts
StrutsTagAttributeDocuments an attribute to a Struts tagRequired Element SummaryClassorg.apache.struts2.views.annotationsApache Struts
StrutsTestCaseHelperGeneric test setup methods to be used with any unit testing framework.Classorg.apache.struts2.utilApache Struts
StrutsTypeConverter Base class for type converters used in Struts.Classorg.apache.struts2.utilApache Struts
StrutsUtilClassorg.apache.struts2.utilApache Struts
StrutsVelocityContextClassorg.apache.struts2.views.velocityApache Struts
StrutsXmlConfigurationProviderClassorg.apache.struts2.configApache Struts
Submit Render a submit button.Classorg.apache.struts2.componentsApache Struts
SubmitDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
SubmitModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
SubmitTagClassorg.apache.struts2.views.jsp.uiApache Struts
SubsetIteratorFilterA bean that takes an iterator and outputs a subset of it.Classorg.apache.struts2.utilApache Struts
SubsetIteratorFilter .DeciderA decider determines if the given element should be added to the list or not.Interfaceorg.apache.struts2.util.SubsetIteratorFilterApache Struts
SubsetIteratorTag A tag that takes an iterator and outputs a subset of it.Classorg.apache.struts2.views.jsp.iteratorApache Struts
TabbedPaneClassorg.apache.struts2.utilApache Struts
TagLibraryDirectiveProviderInterfaceorg.apache.struts2.viewsApache Struts
TagLibraryModelProviderInterfaceorg.apache.struts2.viewsApache Struts
TagModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
TagUtilsClassorg.apache.struts2.views.jspApache Struts
Template A template is used as a model for rendering output.Classorg.apache.struts2.components.templateApache Struts
TemplateEngineAny template language which wants to support UI tag templating needs to provide an implementation of this interface to handle rendering the templateInterfaceorg.apache.struts2.components.templateApache Struts
TemplateEngineManagerClassorg.apache.struts2.components.templateApache Struts
TemplateRenderingContextContext used when rendering templates.Classorg.apache.struts2.components.templateApache Struts
Text Render a I18n text message.Classorg.apache.struts2.componentsApache Struts
TextArea Render HTML textarea tag.Classorg.apache.struts2.componentsApache Struts
TextAreaDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
TextAreaModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
TextareaTagClassorg.apache.struts2.views.jsp.uiApache Struts
TextDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
TextField Render an HTML input field of type text In this example, a text control for the user property is rendered.Classorg.apache.struts2.componentsApache Struts
TextFieldDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
TextFieldModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
TextFieldTagClassorg.apache.struts2.views.jsp.uiApache Struts
TextModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
TextProviderHelperClassorg.apache.struts2.utilApache Struts
TextTagClassorg.apache.struts2.views.jspApache Struts
TimerClassorg.apache.struts2.utilApache Struts
Token Stop double-submission of forms.Classorg.apache.struts2.componentsApache Struts
TokenDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
TokenHelperClassorg.apache.struts2.utilApache Struts
TokenInterceptor Ensures that only one request per token is processed.Classorg.apache.struts2.interceptorApache Struts
TokenModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
TokenSessionStoreInterceptor This interceptor builds off of the TokenInterceptor, providing advanced logic for handling invalid tokens.Classorg.apache.struts2.interceptorApache Struts
TokenTagClassorg.apache.struts2.views.jsp.uiApache Struts
UIBean UIBean is the standard superclass of all Struts UI components.Classorg.apache.struts2.componentsApache Struts
UpDownSelect Create a Select component with buttons to move the elements in the select component up and down.Classorg.apache.struts2.componentsApache Struts
UpDownSelectDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
UpDownSelectModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
UpDownSelectTagClassorg.apache.struts2.views.jsp.uiApache Struts
URL This tag is used to create a URL.Classorg.apache.struts2.componentsApache Struts
URLBeanA bean that can generate a URL.Classorg.apache.struts2.utilApache Struts
URLDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
UrlHelperInterfaceorg.apache.struts2.views.utilApache Struts
URLModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
UrlProviderInterfaceorg.apache.struts2.componentsApache Struts
UrlRenderer environment (e.Interfaceorg.apache.struts2.componentsApache Struts
URLTagClassorg.apache.struts2.views.jspApache Struts
VelocityManagerClassorg.apache.struts2.views.velocityApache Struts
VelocityResult Using the Servlet container's JspFactory, this result mocks a JSP execution environment and then displays a Velocity template that will beClassorg.apache.struts2.resultApache Struts
VelocityStrutsUtilStruts velocity related util.Classorg.apache.struts2.utilApache Struts
VelocityTemplateEngineVelocity based template engine.Classorg.apache.struts2.components.templateApache Struts
XSLTResult XSLTResult uses XSLT to transform an action object to XML.Classorg.apache.struts2.views.xsltApache Struts