- a - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- AbstractAdapterElement - Class in org.apache.struts2.views.xslt
-
AbstractAdapterElement extends the abstract Node type and implements
the DOM Element interface.
- AbstractAdapterElement() - Constructor for class org.apache.struts2.views.xslt.AbstractAdapterElement
-
- AbstractAdapterNode - Class in org.apache.struts2.views.xslt
-
AbstractAdapterNode is the base for childAdapters that expose a read-only view
of a Java object as a DOM Node.
- AbstractAdapterNode() - Constructor for class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- AbstractBeanSelectionProvider - Class in org.apache.struts2.config
-
TODO lukaszlenart: write a JavaDoc
- AbstractBeanSelectionProvider() - Constructor for class org.apache.struts2.config.AbstractBeanSelectionProvider
-
- AbstractClosingTag - Class in org.apache.struts2.views.jsp.ui
-
- AbstractClosingTag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractClosingTag
-
- AbstractDoubleListTag - Class in org.apache.struts2.views.jsp.ui
-
- AbstractDoubleListTag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- AbstractInterceptor - Class in com.opensymphony.xwork2.interceptor
-
Provides default implementations of optional lifecycle methods
- AbstractInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.AbstractInterceptor
-
- AbstractListTag - Class in org.apache.struts2.views.jsp.ui
-
- AbstractListTag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractListTag
-
- AbstractMatcher<E> - Class in com.opensymphony.xwork2.config.impl
-
Matches patterns against pre-compiled wildcard expressions pulled from
target objects.
- AbstractMatcher(PatternMatcher<?>) - Constructor for class com.opensymphony.xwork2.config.impl.AbstractMatcher
-
- AbstractMultiPartRequest - Class in org.apache.struts2.dispatcher.multipart
-
Abstract class with some helper methods, it should be used
when starting development of another implementation of
MultiPartRequest
- AbstractMultiPartRequest() - Constructor for class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
-
- AbstractRequiredListTag - Class in org.apache.struts2.views.jsp.ui
-
- AbstractRequiredListTag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractRequiredListTag
-
- AbstractResourceStore - Class in com.opensymphony.xwork2.util.classloader
-
- AbstractResourceStore(File) - Constructor for class com.opensymphony.xwork2.util.classloader.AbstractResourceStore
-
- AbstractUITag - Class in org.apache.struts2.views.jsp.ui
-
Abstract base class for all UI tags.
- AbstractUITag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractUITag
-
- AbstractUITagBeanInfo - Class in org.apache.struts2.views.jsp.ui
-
Describes properties supported by the AbstractUITag - base class for all UI tags
This bases on HtmlTagSupportBeanInfo class from StripesFramework - thanks!
FIXME: is it used?
- AbstractUITagBeanInfo() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractUITagBeanInfo
-
- accept - Variable in class org.apache.struts2.components.File
-
- accept - Variable in class org.apache.struts2.views.jsp.ui.FileTag
-
- acceptableName(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- acceptableParameterName(String) - Method in interface com.opensymphony.xwork2.interceptor.ParameterNameAware
-
Tests if the the action will accept the parameter with the given name.
- acceptableParameterName(String, String) - Method in interface com.opensymphony.xwork2.result.ParamNameAwareResult
-
- acceptcharset - Variable in class org.apache.struts2.components.Form
-
- acceptcharset - Variable in class org.apache.struts2.views.jsp.ui.FormTag
-
- ACCEPTED_PATTERNS - Static variable in class com.opensymphony.xwork2.security.DefaultAcceptedPatternsChecker
-
- AcceptedPatternsChecker - Interface in com.opensymphony.xwork2.security
-
Used across different interceptors to check if given string matches one of the excluded patterns.
- AcceptedPatternsChecker.IsAccepted - Class in com.opensymphony.xwork2.security
-
- acceptFile(Object, UploadedFile, String, String, String, ValidationAware) - Method in class org.apache.struts2.interceptor.FileUploadInterceptor
-
Override for added functionality.
- accessCount - Static variable in class org.apache.struts2.util.tomcat.buf.StringCache
-
Access count.
- accesskey - Variable in class org.apache.struts2.components.UIBean
-
- accesskey - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
-
- Action - Interface in com.opensymphony.xwork2
-
All actions may implement this interface, which exposes the execute()
method.
- action - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- action - Variable in class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.RefreshModelBeforeResult
-
- action - Variable in class org.apache.struts2.components.ComponentUrlProvider
-
- action - Variable in class org.apache.struts2.components.Form
-
- action - Variable in class org.apache.struts2.components.FormButton
-
- action - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- action - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
-
- action - Variable in class org.apache.struts2.views.jsp.ui.FormTag
-
- action - Variable in class org.apache.struts2.views.jsp.ui.ResetTag
-
- action - Variable in class org.apache.struts2.views.jsp.ui.SubmitTag
-
- action - Variable in class org.apache.struts2.views.jsp.URLTag
-
- ACTION - Static variable in class org.apache.struts2.views.util.ContextUtil
-
- ACTION_INVOCATION - Static variable in class com.opensymphony.xwork2.ActionContext
-
- ACTION_MAPPING - Static variable in class org.apache.struts2.ServletActionContext
-
- ACTION_NAME - Static variable in class com.opensymphony.xwork2.ActionContext
-
Constant for the name of the action being executed.
- ACTION_PREFIX - Static variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- ActionAutowiringInterceptor - Class in com.opensymphony.xwork2.spring.interceptor
-
TODO: Give a description of the Interceptor.
- ActionAutowiringInterceptor() - Constructor for class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
-
- ActionChainResult - Class in com.opensymphony.xwork2
-
This result invokes an entire other action, complete with it's own interceptor stack and result.
- ActionChainResult() - Constructor for class com.opensymphony.xwork2.ActionChainResult
-
- ActionChainResult(String, String, String) - Constructor for class com.opensymphony.xwork2.ActionChainResult
-
- ActionChainResult(String, String, String, String) - Constructor for class com.opensymphony.xwork2.ActionChainResult
-
- ActionComponent - Class in org.apache.struts2.components
-
- ActionComponent(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ActionComponent
-
- ActionConfig - Class in com.opensymphony.xwork2.config.entities
-
Contains everything needed to configure and execute an action:
methodName - the method name to execute on the action.
- ActionConfig(String, String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig
-
- ActionConfig(ActionConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig
-
Clones an ActionConfig, copying data into new maps and lists
- ActionConfig.Builder - Class in com.opensymphony.xwork2.config.entities
-
The builder for this object.
- ActionConfigMatcher - Class in com.opensymphony.xwork2.config.impl
-
Matches paths against pre-compiled wildcard expressions pulled from
action configs.
- ActionConfigMatcher(PatternMatcher<?>, Map<String, ActionConfig>, boolean) - Constructor for class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
-
Finds and precompiles the wildcard patterns from the ActionConfig
"path" attributes.
- actionConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- ActionContext - Class in com.opensymphony.xwork2
-
The ActionContext is the context in which an
Action
is executed.
- ActionContext(Map<String, Object>) - Constructor for class com.opensymphony.xwork2.ActionContext
-
Creates a new ActionContext initialized with another context.
- ActionError - Class in org.apache.struts2.components
-
Render action errors if they exists the specific layout of the rendering depends on
the theme itself.
- ActionError(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ActionError
-
- actionerror - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- ActionErrorModel - Class in org.apache.struts2.views.freemarker.tags
-
- ActionErrorModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ActionErrorModel
-
- actionErrorOccurred(String) - Method in interface com.opensymphony.xwork2.interceptor.ValidationErrorAware
-
Allows to notify action about occurred action/field errors
- actionErrorsSessionKey - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
-
- ActionErrorTag - Class in org.apache.struts2.views.jsp.ui
-
ActionError Tag.
- ActionErrorTag() - Constructor for class org.apache.struts2.views.jsp.ui.ActionErrorTag
-
- ActionEventListener - Interface in com.opensymphony.xwork2
-
Provides hooks for handling key action events
- actionEventListener - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- actionEventListener - Variable in class com.opensymphony.xwork2.DefaultActionProxy
-
- ActionFactory - Interface in com.opensymphony.xwork2.factory
-
- ActionInvocation - Interface in com.opensymphony.xwork2
-
- actionInvocation - Variable in class org.apache.struts2.interceptor.I18nInterceptor.RequestOnlyLocaleHandler
-
- actionMapper - Variable in class org.apache.struts2.components.Component
-
- ActionMapper - Interface in org.apache.struts2.dispatcher.mapper
-
- actionMapper - Variable in class org.apache.struts2.result.PostbackResult
-
- actionMapper - Variable in class org.apache.struts2.result.ServletRedirectResult
-
- actionMappers - Variable in class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
-
- actionMappers - Variable in class org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper
-
- ActionMapping - Class in org.apache.struts2.dispatcher.mapper
-
Simple class that holds the action mapping information used to invoke a
Struts action.
- ActionMapping() - Constructor for class org.apache.struts2.dispatcher.mapper.ActionMapping
-
Constructs an ActionMapping
- ActionMapping(Result) - Constructor for class org.apache.struts2.dispatcher.mapper.ActionMapping
-
Constructs an ActionMapping with a default result
- ActionMapping(String, String, String, Map<String, Object>) - Constructor for class org.apache.struts2.dispatcher.mapper.ActionMapping
-
Constructs an ActionMapping with its values
- ActionMappingParametersInterceptor - Class in org.apache.struts2.interceptor
-
- ActionMappingParametersInterceptor() - Constructor for class org.apache.struts2.interceptor.ActionMappingParametersInterceptor
-
- ActionMessage - Class in org.apache.struts2.components
-
Render action messages if they exists, specific rendering layout depends on the
theme itself.
- ActionMessage(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ActionMessage
-
- actionmessage - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- ActionMessageModel - Class in org.apache.struts2.views.freemarker.tags
-
- ActionMessageModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ActionMessageModel
-
- actionMessagesSessionKey - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
-
- ActionMessageTag - Class in org.apache.struts2.views.jsp.ui
-
ActionMessage Tag.
- ActionMessageTag() - Constructor for class org.apache.struts2.views.jsp.ui.ActionMessageTag
-
- ActionModel - Class in org.apache.struts2.views.freemarker.tags
-
- ActionModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ActionModel
-
- actionName - Variable in class com.opensymphony.xwork2.DefaultActionProxy
-
- actionName - Variable in class org.apache.struts2.result.ServletActionRedirectResult
-
- ActionProxy - Interface in com.opensymphony.xwork2
-
ActionProxy is an extra layer between XWork and the action so that different proxies are possible.
- ActionProxyFactory - Interface in com.opensymphony.xwork2
-
- actionProxyFactory - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
-
- actionProxyFactory - Variable in class com.opensymphony.xwork2.XWorkJUnit4TestCase
-
- actionProxyFactory - Variable in class com.opensymphony.xwork2.XWorkTestCase
-
- actionProxyFactory - Variable in class org.apache.struts2.components.ActionComponent
-
- ActionSupport - Class in com.opensymphony.xwork2
-
Provides a default implementation for the most common actions.
- ActionSupport() - Constructor for class com.opensymphony.xwork2.ActionSupport
-
- ActionTag - Class in org.apache.struts2.views.jsp
-
- ActionTag() - Constructor for class org.apache.struts2.views.jsp.ActionTag
-
- ActionValidatorManager - Interface in com.opensymphony.xwork2.validator
-
ActionValidatorManager is the main interface for validation managers (regular and annotation based).
- actionValidatorManager - Variable in class org.apache.struts2.components.Form
-
- actualName - Variable in class org.apache.struts2.components.Text
-
- adaptDocument(String, Object) - Method in class org.apache.struts2.views.xslt.AdapterFactory
-
Create a top level Document adapter for the specified Java object.
- AdapterFactory - Class in org.apache.struts2.views.xslt
-
AdapterFactory produces Node adapters for Java object types.
- AdapterFactory() - Constructor for class org.apache.struts2.views.xslt.AdapterFactory
-
- AdapterNode - Interface in org.apache.struts2.views.xslt
-
- adaptNode(AdapterNode, String, Object) - Method in class org.apache.struts2.views.xslt.AdapterFactory
-
Create an Node adapter for a child element.
- adaptNullValue(AdapterNode, String) - Method in class org.apache.struts2.views.xslt.AdapterFactory
-
Create an appropriate adapter for a null value.
- add(int, Object) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkList
-
Inserts the specified element at the specified position in this list.
- add(Object) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkList
-
Appends the specified element to the end of this list.
- addAction(Element, PackageConfig.Builder) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- addActionConfig(String, ActionConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addActionError(String) - Method in class com.opensymphony.xwork2.ActionSupport
-
- addActionError(String) - Method in interface com.opensymphony.xwork2.interceptor.ValidationAware
-
Add an Action-level error message to this Action.
- addActionError(String) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
- addActionError(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- addActionError(Object) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- addActionError(String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
-
- addActionMessage(String) - Method in class com.opensymphony.xwork2.ActionSupport
-
- addActionMessage(String) - Method in interface com.opensymphony.xwork2.interceptor.ValidationAware
-
Add an Action-level message to this Action.
- addActionMessage(String) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
- addActionMessage(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- addAll(Collection) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkList
-
Appends all of the elements in the specified Collection to the end of this list, in the order
that they are returned by the specified Collection's Iterator.
- addAll(int, Collection) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkList
-
Inserts all of the elements in the specified Collection into this list, starting at the
specified position.
- addAllFields(Class<? extends Annotation>, Class, List<Field>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
-
Adds all fields with the specified Annotation of class clazz and its superclasses to allFields
- addAllInterfaces(Class, List<Class>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
-
- addAllMethods(Class<? extends Annotation>, Class, List<Method>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
-
Adds all methods with the specified Annotation of class clazz and its superclasses to allFields
- addAllowedMethod(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addAllowedMethod(Collection<String>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addAllParameters(Map) - Method in class org.apache.struts2.components.Anchor
-
- addAllParameters(Map) - Method in class org.apache.struts2.components.Component
-
Adds all the given parameters to this component's own parameters.
- addAllToLeftLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- addAllToLeftLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- addAllToLeftOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- addAllToLeftOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- addAllToRightLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- addAllToRightLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- addAllToRightOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- addAllToRightOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- addAttribute(String, String) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
-
- addBuffer() - Method in class org.apache.struts2.util.FastByteArrayOutputStream
-
- addContainerProvider(ContainerProvider) - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
adds a configuration provider to the List of ConfigurationProviders.
- addConverterMapping(Map<String, Object>, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
Looks for converter mappings for the specified class and adds it to an existing map.
- addCookiesToResponse(CookieProvider, HttpServletResponse) - Method in class org.apache.struts2.interceptor.CookieProviderInterceptor
-
Do what name suggests
- addDefaultMapping(String, TypeConverter) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Adds mapping for default type converters - application scoped
- addDefaultMapping(String, TypeConverter) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
-
- addDefaultResourceBundle(String) - Method in interface com.opensymphony.xwork2.LocalizedTextProvider
-
- addDispatcherListener(DispatcherListener) - Static method in class org.apache.struts2.dispatcher.Dispatcher
-
Add a dispatcher lifecycle listener.
- addEdge(T, T) - Method in class com.opensymphony.xwork2.config.providers.DirectedGraph
-
Given a start node, and a destination, adds an arc from the start node to the destination.
- addError(LocalizedMessage) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
-
Adds an error message when it isn't already added.
- addExceptionMapping(ExceptionMappingConfig) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addExceptionMappingConfig(ExceptionMappingConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addExceptionMappings(Collection<? extends ExceptionMappingConfig>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addFieldError(String, String) - Method in class com.opensymphony.xwork2.ActionSupport
-
- addFieldError(String, String) - Method in interface com.opensymphony.xwork2.interceptor.ValidationAware
-
Add an error message for a given field.
- addFieldError(String, String) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
- addFieldError(String, String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- addFieldError(String, Object) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- addFieldError(String, String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
-
- addFileSkippedError(String, HttpServletRequest) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
-
Add a file skipped message notification for action messages.
- addFinder(LocationUtils.LocationFinder) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
-
- addFormParameter(String, Object) - Method in class org.apache.struts2.components.UIBean
-
- addGlobalAllowedMethods(Set<String>) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addGlobalExceptionMappingConfigs(List<ExceptionMappingConfig>) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addGlobalResultConfig(ResultConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addGlobalResultConfigs(Map<String, ResultConfig>) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addHeader(String, String) - Method in class org.apache.struts2.result.HttpHeaderResult
-
Adds an HTTP header to the response
- addIfMatching(ResolverUtil.Test, String) - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
Add the class designated by the fully qualified class name provided to the set of
resolved classes if and only if it is approved by the Test supplied.
- addInterceptor(InterceptorMapping) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addInterceptor(InterceptorMapping) - Method in interface com.opensymphony.xwork2.config.entities.InterceptorListHolder
-
- addInterceptor(InterceptorMapping) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
-
Add an InterceptorMapping
object.
- addInterceptorConfig(InterceptorConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addInterceptors(List<InterceptorMapping>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addInterceptors(List<InterceptorMapping>) - Method in interface com.opensymphony.xwork2.config.entities.InterceptorListHolder
-
- addInterceptors(List<InterceptorMapping>) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
-
Add a List of InterceptorMapping
objects.
- addInterceptorStackConfig(InterceptorStackConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addLabel - Variable in class org.apache.struts2.components.InputTransferSelect
-
- addLabel - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
-
- addLocationAttributes(Locator, Attributes) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
-
Add location attributes to a set of SAX attributes.
- addMapping(Class, Map<String, Object>) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Assign mapping of converters for given class
- addMapping(Class, Map<String, Object>) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
-
- addNode(T) - Method in class com.opensymphony.xwork2.config.providers.DirectedGraph
-
Adds a new node to the graph.
- addNoMapping(Class) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Adds no mapping flag for give class
- addNoMapping(Class) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
-
- addPackage(Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
Create a PackageConfig from an XML element representing it.
- addPackageConfig(String, PackageConfig) - Method in interface com.opensymphony.xwork2.config.Configuration
-
- addPackageConfig(String, PackageConfig) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- addPackageConfig(String, PackageConfig) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
-
- addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
-
- addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
-
- addParam(String, String) - Method in interface com.opensymphony.xwork2.config.entities.Parameterizable
-
- addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
-
- addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
-
- addParam(String, Object) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
-
- addParameter(String, Object) - Method in class org.apache.struts2.components.Anchor
-
- addParameter(Object) - Method in class org.apache.struts2.components.AppendIterator
-
- addParameter(String, Object) - Method in class org.apache.struts2.components.Bean
-
- addParameter(String, Object) - Method in class org.apache.struts2.components.Component
-
Adds the given key and value to this component's own parameter.
- addParameter(Object) - Method in class org.apache.struts2.components.FieldError
-
- addParameter(String, Object) - Method in class org.apache.struts2.components.Include
-
- addParameter(Object) - Method in class org.apache.struts2.components.MergeIterator
-
- addParameter(Object) - Method in interface org.apache.struts2.components.Param.UnnamedParametric
-
Adds the given value as a parameter to the outer tag.
- addParameter(String, Object) - Method in class org.apache.struts2.components.Text
-
- addParameter(Object) - Method in class org.apache.struts2.components.Text
-
- addParameter(String, Object) - Method in class org.apache.struts2.result.ServletRedirectResult
-
Adds a request parameter to be added to the redirect url
- addParameter(String, Object) - Method in class org.apache.struts2.util.URLBean
-
- addParameter(String, Object) - Method in class org.apache.struts2.views.jsp.ActionTag
-
- addParameterAction(String, ParameterAction) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
Adds a parameter action.
- addParametersToContext(ActionContext, Map<String, ?>) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
Adds the parameters into context's ParameterMap
- addParametersToContext(ActionContext, Map<String, ?>) - Method in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
-
Adds the parameters into context's ParameterMap.
- addParametersToContext(ActionContext, Map<String, ?>) - Method in class org.apache.struts2.interceptor.ActionMappingParametersInterceptor
-
Adds the parameters into the current ActionContext's parameter map.
- addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
-
- addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
-
- addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
-
- addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
-
- addParams(Map<String, Object>) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
-
- addParent(PackageConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addParents(List<PackageConfig>) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addPattern(String, E, boolean) - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
-
Finds and precompiles the wildcard patterns.
- addPreResultListener(PreResultListener) - Method in interface com.opensymphony.xwork2.ActionInvocation
-
Register a
PreResultListener
to be notified after the Action is executed and
before the Result is executed.
- addPreResultListener(PreResultListener) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
Register a com.opensymphony.xwork2.interceptor.PreResultListener to be notified after the Action is executed and before the
Result is executed.
- addPreResultListener(PreResultListener) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- addResourceStore(ResourceStore) - Method in class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- addResultConfig(ResultConfig) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addResultConfigs(Collection<ResultConfig>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addResultConfigs(Map<String, ResultConfig>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addResultTypeConfig(ResultTypeConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addResultTypes(PackageConfig.Builder, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- addSetting(String, String) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- addToLeftLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- addToLeftLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- addToLeftOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- addToLeftOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- addToRightLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- addToRightLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- addToRightOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- addToRightOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- addUnknownMapping(String) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Adds no converter flag for given class name
FIXME lukaszlenart: maybe it should be merged with NoMapping
- addUnknownMapping(String) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
-
- adjustLocation(String) - Method in class org.apache.struts2.result.PlainTextResult
-
- adoptNode(Node) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- After - Annotation Type in com.opensymphony.xwork2.interceptor.annotations
-
Marks a action method that needs to be called after the main action method and the result was
executed.
- after(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
-
- afterBody() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
-
- afterInvocation() - Method in class org.apache.struts2.interceptor.BackgroundProcess
-
Called after the background thread determines the result code
from the ActionInvocation, but before the background thread is
marked as done.
- alias(Class<T>, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to alias(type, Container.DEFAULT_NAME,
type)
.
- alias(Class<T>, String, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps an existing factory to a new name.
- alias(Class, String, ContainerBuilder, Properties) - Method in class org.apache.struts2.config.AbstractBeanSelectionProvider
-
- alias(Class, String, ContainerBuilder, Properties, Scope) - Method in class org.apache.struts2.config.AbstractBeanSelectionProvider
-
- aliasesKey - Variable in class com.opensymphony.xwork2.interceptor.AliasInterceptor
-
- AliasInterceptor - Class in com.opensymphony.xwork2.interceptor
-
The aim of this Interceptor is to alias a named parameter to a different named parameter.
- AliasInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.AliasInterceptor
-
- ALL - Static variable in interface org.apache.struts2.components.UrlProvider
-
- allocate(int, int) - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
- allocate(int, int) - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
- ALLOW_ENCODED_SLASH - Static variable in class org.apache.struts2.util.tomcat.buf.UDecoder
-
- allowAddAllToLeft - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- allowAddAllToLeft - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- allowAddAllToRight - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- allowAddAllToRight - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- allowAddToLeft - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- allowAddToLeft - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- allowAddToRight - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- allowAddToRight - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- allowCaching - Variable in class org.apache.struts2.result.StreamResult
-
- allowDynamicMethodCalls - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- Allowed - Annotation Type in com.opensymphony.xwork2.interceptor.annotations
-
Declares that it is permitted for the field be mutated through
a HttpRequest parameter.
- allowedActionNames - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- allowedExtensionsSet - Variable in class org.apache.struts2.interceptor.FileUploadInterceptor
-
- allowedMethodNames - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- allowedMethods - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- allowedMethods - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- AllowedMethods - Class in com.opensymphony.xwork2.config.entities
-
- allowedNamespaceNames - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- allowedRoles - Variable in class org.apache.struts2.interceptor.RolesInterceptor
-
- allowedTypesSet - Variable in class org.apache.struts2.interceptor.FileUploadInterceptor
-
- allowMoveDown - Variable in class org.apache.struts2.components.UpDownSelect
-
- allowMoveDown - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
-
- allowMoveUp - Variable in class org.apache.struts2.components.UpDownSelect
-
- allowMoveUp - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
-
- allowRemoveAll - Variable in class org.apache.struts2.components.InputTransferSelect
-
- allowRemoveAll - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
-
- allowSelectAll - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- allowSelectAll - Variable in class org.apache.struts2.components.UpDownSelect
-
- allowSelectAll - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- allowSelectAll - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
-
- allowSlashesInActionNames - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- allowUpDown - Variable in class org.apache.struts2.components.InputTransferSelect
-
- allowUpDown - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
-
- allowUpDownOnLeft - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- allowUpDownOnLeft - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- allowUpDownOnRight - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- allowUpDownOnRight - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- altMapWrapper - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- altSyntax() - Method in class org.apache.struts2.components.Component
-
See struts.properties
where the altSyntax flag is defined.
- altSyntax(ValueStack) - Static method in class org.apache.struts2.util.ComponentUtils
-
Is the altSyntax enabled? [TRUE]
- alwaysSelectFullNamespace - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- AMP - Static variable in interface org.apache.struts2.views.util.UrlHelper
-
- Anchor - Class in org.apache.struts2.components
-
- Anchor(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Anchor
-
- anchor - Variable in class org.apache.struts2.components.ComponentUrlProvider
-
- anchor - Variable in class org.apache.struts2.result.ServletRedirectResult
-
- anchor - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
-
- anchor - Variable in class org.apache.struts2.views.jsp.URLTag
-
- AnchorModel - Class in org.apache.struts2.views.freemarker.tags
-
- AnchorModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.AnchorModel
-
- AnchorTag - Class in org.apache.struts2.views.jsp.ui
-
- AnchorTag() - Constructor for class org.apache.struts2.views.jsp.ui.AnchorTag
-
- Annotatable(AnnotatedElement) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.Annotatable
-
- Annotatable() - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.Annotatable
-
- AnnotatedWith(Class<? extends Annotation>) - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.AnnotatedWith
-
Constructs an AnnotatedWith test for the specified annotation type.
- AnnotationActionValidatorManager - Class in com.opensymphony.xwork2.validator
-
AnnotationActionValidatorManager is the entry point into XWork's annotations-based validator framework.
- AnnotationActionValidatorManager() - Constructor for class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
- AnnotationInfo(Annotation) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.AnnotationInfo
-
- AnnotationInfo(Class<? extends Annotation>) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.AnnotationInfo
-
- AnnotationInfo(String) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.AnnotationInfo
-
- AnnotationParameterFilterInterceptor - Class in com.opensymphony.xwork2.interceptor.annotations
-
- AnnotationParameterFilterInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.annotations.AnnotationParameterFilterInterceptor
-
- AnnotationUtils - Class in com.opensymphony.xwork2.util
-
AnnotationUtils
- AnnotationUtils() - Constructor for class com.opensymphony.xwork2.util.AnnotationUtils
-
- AnnotationValidationConfigurationBuilder - Class in com.opensymphony.xwork2.validator
-
AnnotationValidationConfigurationBuilder
- AnnotationValidationConfigurationBuilder(ValidatorFactory) - Constructor for class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
-
- AnnotationValidationInterceptor - Class in org.apache.struts2.interceptor.validation
-
Extends the xwork validation interceptor to also check for a @SkipValidation
annotation, and if found, don't validate this action method
- AnnotationValidationInterceptor() - Constructor for class org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor
-
- AnnotationWorkflowInterceptor - Class in com.opensymphony.xwork2.interceptor.annotations
-
- AnnotationWorkflowInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
-
- answer - Variable in class org.apache.struts2.components.ElseIf
-
- ANSWER - Static variable in class org.apache.struts2.components.If
-
- appContext - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
- append(char) - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
- append(byte) - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
- append(ByteChunk) - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
- append(byte[], int, int) - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
Add data to the buffer
- append(char) - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
- append(CharChunk) - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
- append(char[], int, int) - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
Add data to the buffer
- append(String) - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
Append a string to the buffer
- append(String, int, int) - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
Append a string to the buffer
- appendAll(Map<String, Parameter>) - Method in class org.apache.struts2.dispatcher.HttpParameters
-
- appendChild(Node) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- appendData(String) - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
-
- appendData(String) - Method in class org.apache.struts2.views.xslt.SimpleTextNode
-
- AppendingValidatorContext(ValidatorContext, TextProvider, String, String) - Constructor for class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
-
- AppendIterator - Class in org.apache.struts2.components
-
- AppendIterator(ValueStack) - Constructor for class org.apache.struts2.components.AppendIterator
-
- AppendIteratorFilter - Class in org.apache.struts2.util
-
A bean that takes several iterators and outputs them in sequence
- AppendIteratorFilter() - Constructor for class org.apache.struts2.util.AppendIteratorFilter
-
- AppendIteratorTag - Class in org.apache.struts2.views.jsp.iterator
-
Append a list of iterators.
- AppendIteratorTag() - Constructor for class org.apache.struts2.views.jsp.iterator.AppendIteratorTag
-
- APPLICATION - Static variable in class com.opensymphony.xwork2.ActionContext
-
Constant for the action's application context.
- APPLICATION_CONTEXT - Static variable in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
-
- ApplicationAware - Interface in org.apache.struts2.action
-
Actions that want to be aware of the application Map object should implement this interface.
- ApplicationAware - Interface in org.apache.struts2.interceptor
-
- ApplicationMap - Class in org.apache.struts2.dispatcher
-
A simple implementation of the
Map
interface to handle a collection of attributes and
init parameters in a
ServletContext
object.
- ApplicationMap(ServletContext) - Constructor for class org.apache.struts2.dispatcher.ApplicationMap
-
Creates a new map object given the servlet context.
- apply(F) - Method in interface com.opensymphony.xwork2.inject.util.Function
-
Applies the function to an object of type F
, resulting in an object
of type T
.
- applyAdditionalHeaders(HttpServletResponse) - Method in class org.apache.struts2.result.PlainTextResult
-
- applyCharset(Charset, HttpServletResponse) - Method in class org.apache.struts2.result.PlainTextResult
-
- applyExpressionMaxLength(String) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- applyInterceptor(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
-
- applyMethod(Set<String>, Set<String>, String) - Static method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptorUtil
-
Static method to decide if the specified method
should be
apply (not filtered) depending on the set of excludeMethods
and
includeMethods
.
- applyMethod(String, String, String) - Static method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptorUtil
-
- applyParameters(ParameterAware) - Method in class org.apache.struts2.dispatcher.HttpParameters
-
- areRolesValid(List<String>) - Method in class org.apache.struts2.interceptor.RolesInterceptor
-
Extension point for sub-classes to test if configured roles are known valid roles.
- ArrayAdapter - Class in org.apache.struts2.views.xslt
-
- ArrayAdapter() - Constructor for class org.apache.struts2.views.xslt.ArrayAdapter
-
- ArrayAdapter(AdapterFactory, AdapterNode, String, Object) - Constructor for class org.apache.struts2.views.xslt.ArrayAdapter
-
- ArrayConverter - Class in com.opensymphony.xwork2.conversion.impl
-
- ArrayConverter() - Constructor for class com.opensymphony.xwork2.conversion.impl.ArrayConverter
-
- Ascii - Class in org.apache.struts2.util.tomcat.buf
-
This class implements some basic ASCII character handling functions.
- Ascii() - Constructor for class org.apache.struts2.util.tomcat.buf.Ascii
-
- asProperty() - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
Deprecated.
Returns the conversion description as property entry.
- assignDispatcherToThread() - Method in class org.apache.struts2.dispatcher.PrepareOperations
-
Assigns the dispatcher to the dispatcher thread local
- asyncAction - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- AsyncManager - Interface in com.opensymphony.xwork2
-
Adds support for invoke async actions.
- asyncManager - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- attr() - Method in class org.apache.struts2.views.xslt.ProxyAttrAdapter
-
- ATTR_TEMPLATE_MODEL - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- AttributeMap - Class in org.apache.struts2.util
-
A Map that holds 4 levels of scope.
- AttributeMap(Map) - Constructor for class org.apache.struts2.util.AttributeMap
-
- attributeName - Variable in class org.apache.struts2.interceptor.I18nInterceptor
-
- AUTOMATIC_MODE - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
-
- autoWireBean(Object) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
- autoWireBean(Object, AutowireCapableBeanFactory) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
- autowireStrategy - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
- autoWiringFactory - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
- B2CConverter - Class in org.apache.struts2.util.tomcat.buf
-
NIO based character decoder.
- B2CConverter(String) - Constructor for class org.apache.struts2.util.tomcat.buf.B2CConverter
-
- B2CConverter(String, boolean) - Constructor for class org.apache.struts2.util.tomcat.buf.B2CConverter
-
- BackgroundProcess - Class in org.apache.struts2.interceptor
-
Background thread to be executed by the ExecuteAndWaitInterceptor.
- BackgroundProcess(String, ActionInvocation, int) - Constructor for class org.apache.struts2.interceptor.BackgroundProcess
-
Constructs a background process
- BASE - Static variable in class org.apache.struts2.views.util.ContextUtil
-
- BaseTemplateEngine - Class in org.apache.struts2.components.template
-
Base class for template engines.
- BaseTemplateEngine() - Constructor for class org.apache.struts2.components.template.BaseTemplateEngine
-
- bcCache - Static variable in class org.apache.struts2.util.tomcat.buf.StringCache
-
Cache for byte chunk.
- bcCount - Static variable in class org.apache.struts2.util.tomcat.buf.StringCache
-
toString count for byte chunk.
- bcStats - Static variable in class org.apache.struts2.util.tomcat.buf.StringCache
-
Statistics hash map for byte chunk.
- Bean - Class in org.apache.struts2.components
-
- Bean(ValueStack) - Constructor for class org.apache.struts2.components.Bean
-
- bean - Variable in class org.apache.struts2.components.Bean
-
- bean(Object) - Method in class org.apache.struts2.util.StrutsUtil
-
- bean - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- BeanAdapter - Class in org.apache.struts2.views.xslt
-
This 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.
- BeanAdapter() - Constructor for class org.apache.struts2.views.xslt.BeanAdapter
-
- BeanAdapter(AdapterFactory, AdapterNode, String, Object) - Constructor for class org.apache.struts2.views.xslt.BeanAdapter
-
- BeanConfig - Class in org.apache.struts2.config.entities
-
- BeanConfig(Class<?>) - Constructor for class org.apache.struts2.config.entities.BeanConfig
-
- BeanConfig(Class<?>, String) - Constructor for class org.apache.struts2.config.entities.BeanConfig
-
- BeanConfig(Class<?>, String, Class<?>) - Constructor for class org.apache.struts2.config.entities.BeanConfig
-
- BeanConfig(Class<?>, String, Class<?>, Scope, boolean, boolean) - Constructor for class org.apache.struts2.config.entities.BeanConfig
-
- beanConfToString(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- beanInfoCacheSize() - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Check the size of the BeanInfo cache (current number of elements).
- BeanModel - Class in org.apache.struts2.views.freemarker.tags
-
- BeanModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.BeanModel
-
- beans() - Method in interface org.apache.struts2.config.StrutsJavaConfiguration
-
- beanSelection() - Method in interface org.apache.struts2.config.StrutsJavaConfiguration
-
- BeanSelectionConfig - Class in org.apache.struts2.config.entities
-
- BeanSelectionConfig(Class<? extends BeanSelectionProvider>) - Constructor for class org.apache.struts2.config.entities.BeanSelectionConfig
-
- BeanSelectionConfig(Class<? extends BeanSelectionProvider>, String) - Constructor for class org.apache.struts2.config.entities.BeanSelectionConfig
-
- BeanSelectionProvider - Interface in com.opensymphony.xwork2.config
-
When implemented allows to alias already existing beans
- BeanTag - Class in org.apache.struts2.views.jsp
-
- BeanTag() - Constructor for class org.apache.struts2.views.jsp.BeanTag
-
- Before - Annotation Type in com.opensymphony.xwork2.interceptor.annotations
-
Marks a action method that needs to be executed before the main action method.
- before(ActionInvocation) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
-
Handle the retrieving of field errors / action messages / field errors, which is
done before action invocation, and the operationMode
is 'RETRIEVE'.
- before(ActionInvocation) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
-
- beforeInvocation() - Method in class org.apache.struts2.interceptor.BackgroundProcess
-
Called before the background thread determines the result code
from the ActionInvocation.
- beforeRenderUrl(UrlProvider) - Method in class org.apache.struts2.components.ServletUrlRenderer
-
- beforeRenderUrl(UrlProvider) - Method in interface org.apache.struts2.components.UrlRenderer
-
Preprocessing step
- beforeResult(ActionInvocation, String) - Method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
-
Invokes any @BeforeResult annotated methods
- BeforeResult - Annotation Type in com.opensymphony.xwork2.interceptor.annotations
-
Marks a action method that needs to be executed before the result.
- beforeResult(ActionInvocation, String) - Method in class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.RefreshModelBeforeResult
-
- beforeResult(ActionInvocation, String) - Method in interface com.opensymphony.xwork2.interceptor.PreResultListener
-
This callback method will be called after the
Action
execution and
before the
Result
execution.
- beforeResult(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.CookieProviderInterceptor
-
- beforeResult(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.MessageStorePreResultListener
-
- beforeResult(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
-
- begin - Variable in class org.apache.struts2.components.IteratorComponent
-
- begin - Variable in class org.apache.struts2.views.jsp.IteratorTag
-
- beginStr - Variable in class org.apache.struts2.components.IteratorComponent
-
- bigDecValue(Object) - Static method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
Evaluates the given object as a BigDecimal.
- bigIntValue(Object) - Static method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
Evaluates the given object as a BigInteger.
- BlockByDefault - Annotation Type in com.opensymphony.xwork2.interceptor.annotations
-
Declares that by default fields on the
Action
class
are NOT permitted to be set from HttpRequest parameters.
- Blocked - Annotation Type in com.opensymphony.xwork2.interceptor.annotations
-
Declares that the given field should NOT be able to be mutated through
a HttpRequest parameter.
- booleanValue(Object) - Static method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
Evaluates the given object as a boolean: if it is a Boolean object, it's
easy; if it's a Number or a Character, returns true for non-zero objects;
and otherwise returns true for non-null objects.
- BUFFER_SIZE - Static variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
-
Defines the internal buffer size used during streaming operations.
- BUFFER_SIZE - Static variable in class org.apache.struts2.result.PlainTextResult
-
- bufferSize - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
-
Specifies the buffer size to use during streaming.
- bufferSize - Variable in class org.apache.struts2.result.StreamResult
-
- build() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- build(boolean, Set<String>, String) - Static method in class com.opensymphony.xwork2.config.entities.AllowedMethods
-
- build() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
-
- build() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
-
- build() - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
-
- build() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- build() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
-
- build() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
-
- build() - Method in class com.opensymphony.xwork2.DefaultUnknownHandlerManager
-
Builds a list of UnknownHandlers in the order specified by the configured "unknown-handler-stack".
- build(ContainerBuilder) - Method in interface com.opensymphony.xwork2.inject.ContainerBuilder.Command
-
Contributes factories to the given builder.
- build() - Method in class com.opensymphony.xwork2.ognl.ErrorMessageBuilder
-
- build(URL) - Static method in class com.opensymphony.xwork2.util.fs.FileRevision
-
- build(URL, FileManager) - Static method in class com.opensymphony.xwork2.util.fs.JarEntryRevision
-
- build(URL) - Static method in class com.opensymphony.xwork2.util.fs.Revision
-
- build() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
-
- build() - Method in class org.apache.struts2.dispatcher.HttpParameters.Builder
-
- buildAction(String, String, ActionConfig, Map<String, Object>) - Method in interface com.opensymphony.xwork2.factory.ActionFactory
-
Builds action instance
- buildAction(String, String, ActionConfig, Map<String, Object>) - Method in class com.opensymphony.xwork2.factory.DefaultActionFactory
-
- buildAction(String, String, ActionConfig, Map<String, Object>) - Method in class com.opensymphony.xwork2.ObjectFactory
-
Build an instance of the action class to handle a particular request (eg.
- buildAllowedMethods(Element, PackageConfig.Builder) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- buildAnnotationClassValidatorConfigs(Class) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
-
- buildAttributeAdapters() - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
-
- buildBean(Class, Map<String, Object>) - Method in class com.opensymphony.xwork2.ObjectFactory
-
Build a generic Java object of the given type.
- buildBean(String, Map<String, Object>) - Method in class com.opensymphony.xwork2.ObjectFactory
-
Build a generic Java object of the given type.
- buildBean(String, Map<String, Object>, boolean) - Method in class com.opensymphony.xwork2.ObjectFactory
-
Build a generic Java object of the given type.
- buildBean(String, Map<String, Object>, boolean) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
Looks up beans using Spring's application context before falling back to the method defined in the
ObjectFactory
.
- buildBean(Class, Map<String, Object>) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
- buildBean(String, Map<String, Object>) - Method in class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
-
- buildChildAdapters() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
subclasses override to produce their children
- buildChildAdapters() - Method in class org.apache.struts2.views.xslt.ArrayAdapter
-
- buildChildAdapters() - Method in class org.apache.struts2.views.xslt.BeanAdapter
-
- buildChildAdapters() - Method in class org.apache.struts2.views.xslt.CollectionAdapter
-
- buildChildAdapters() - Method in class org.apache.struts2.views.xslt.MapAdapter
-
- buildChildAdapters() - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
-
- buildChildAdapters() - Method in class org.apache.struts2.views.xslt.StringAdapter
-
- buildClassFinder(ClassLoaderInterface, Collection<URL>, boolean, Set<String>, Test<String>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinderFactory
-
- buildClassValidatorConfigs(Class, boolean) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
- buildConverter(Class<? extends TypeConverter>, Map<String, Object>) - Method in interface com.opensymphony.xwork2.factory.ConverterFactory
-
Build converter of given type
- buildConverter(Class<? extends TypeConverter>, Map<String, Object>) - Method in class com.opensymphony.xwork2.factory.StrutsConverterFactory
-
- buildConverter(Class<? extends TypeConverter>, Map<String, Object>) - Method in class com.opensymphony.xwork2.ObjectFactory
-
Build converter of given type
- buildConverterFilename(Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- buildConverterMapping(Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
Looks for converter mappings for the specified class, traversing up its class hierarchy and interfaces and adding
any additional mappings it may find.
- Builder(ActionConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- Builder(String, String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- Builder(ExceptionMappingConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
-
- Builder(String, String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
-
- Builder(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
-
- Builder(InterceptorConfig) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
-
- Builder(String) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
-
- Builder(String) - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- Builder(PackageConfig) - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- Builder(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
-
- Builder(ResultConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
-
- Builder(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
-
- Builder(ResultTypeConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
-
- Builder(String) - Constructor for class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
-
- Builder(ValidatorConfig) - Constructor for class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
-
- Builder(Map<String, ?>) - Constructor for class org.apache.struts2.dispatcher.HttpParameters.Builder
-
- buildErrorListener() - Method in class org.apache.struts2.views.xslt.XSLTResult
-
- buildErrorMessage(Throwable, Object[]) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
-
Build error message.
- buildErrorMessage(Throwable, Object[]) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
-
- buildExceptionMappings(Element, PackageConfig.Builder) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
Build a list of exception mapping objects from below a given XML element.
- buildExcludedPatternsList(Dispatcher) - Method in class org.apache.struts2.dispatcher.InitOperations
-
Extract a list of patterns to exclude from request filtering
- buildInterceptor(InterceptorConfig, Map<String, String>) - Method in class com.opensymphony.xwork2.factory.DefaultInterceptorFactory
-
- buildInterceptor(InterceptorConfig, Map<String, String>) - Method in interface com.opensymphony.xwork2.factory.InterceptorFactory
-
Builds an Interceptor from the InterceptorConfig and the Map of
parameters from the interceptor reference.
- buildInterceptor(InterceptorConfig, Map<String, String>) - Method in class com.opensymphony.xwork2.ObjectFactory
-
Builds an Interceptor from the InterceptorConfig and the Map of
parameters from the interceptor reference.
- buildInterceptorList(Element, PackageConfig.Builder) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- buildNamespace(ActionMapper, ValueStack, HttpServletRequest) - Static method in class org.apache.struts2.views.jsp.TagUtils
-
- buildNoNestedWrapping() - Method in class org.apache.struts2.dispatcher.HttpParameters.Builder
-
Alternate Builder method which avoids wrapping any parameters that are already
a
Parameter
element within another
Parameter
wrapper.
- buildPackageContext(Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
This method builds a package context by looking for the parents of this new package.
- buildParametersString(Map<String, Object>, StringBuilder, String) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
-
- buildParametersString(Map<String, Object>, StringBuilder, String, boolean) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
-
- buildParametersString(Map<String, Object>, StringBuilder, String) - Method in interface org.apache.struts2.views.util.UrlHelper
-
- buildParentListFromString(String) - Static method in class com.opensymphony.xwork2.config.ConfigurationUtil
-
Splits the string into a list using a comma as the token separator.
- buildParentsFromString(Configuration, String) - Static method in class com.opensymphony.xwork2.config.ConfigurationUtil
-
- buildPath(String, String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
-
- buildResult(ResultConfig, Map<String, Object>) - Method in class com.opensymphony.xwork2.factory.DefaultResultFactory
-
- buildResult(ResultConfig, Map<String, Object>) - Method in interface com.opensymphony.xwork2.factory.ResultFactory
-
- buildResult(ResultConfig, Map<String, Object>) - Method in class com.opensymphony.xwork2.ObjectFactory
-
Build a Result using the type in the ResultConfig and set the parameters in the ResultConfig.
- buildResult(ResultConfig, Map<String, Object>) - Method in class org.apache.struts2.factory.StrutsResultFactory
-
- buildResults(Element, PackageConfig.Builder) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
Build a map of ResultConfig objects from below a given XML element.
- buildRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
This builds the internal runtime configuration used by Xwork for finding and configuring Actions from the
programmatic configuration data structures.
- buildRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
-
- buildScopesHashModel(ServletContext, HttpServletRequest, HttpServletResponse, ObjectWrapper, ValueStack) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- buildTemplateModel(ValueStack, Object, ServletContext, HttpServletRequest, HttpServletResponse, ObjectWrapper) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- buildTemplateName(String, String) - Method in class org.apache.struts2.components.UIBean
-
- buildTokenSessionAttributeName(String) - Static method in class org.apache.struts2.util.TokenHelper
-
Build a name-spaced token session attribute name based on the given token name.
- buildUnknownHandler(String, Map<String, Object>) - Method in class com.opensymphony.xwork2.factory.DefaultUnknownHandlerFactory
-
- buildUnknownHandler(String, Map<String, Object>) - Method in interface com.opensymphony.xwork2.factory.UnknownHandlerFactory
-
Builds unknown handler of given name
- buildUnknownHandler(String, Map<String, Object>) - Method in class com.opensymphony.xwork2.ObjectFactory
-
Builds unknown handler
- buildUrl(String) - Method in class org.apache.struts2.util.StrutsUtil
-
- buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
-
- buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
-
- buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean, boolean) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
-
- buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean, boolean, boolean) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
-
- buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>) - Method in interface org.apache.struts2.views.util.UrlHelper
-
- buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean) - Method in interface org.apache.struts2.views.util.UrlHelper
-
- buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean, boolean) - Method in interface org.apache.struts2.views.util.UrlHelper
-
- buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean, boolean, boolean) - Method in interface org.apache.struts2.views.util.UrlHelper
-
- buildValidator(String, Map<String, Object>, Map<String, Object>) - Method in class com.opensymphony.xwork2.factory.DefaultValidatorFactory
-
- buildValidator(String, Map<String, Object>, Map<String, Object>) - Method in interface com.opensymphony.xwork2.factory.ValidatorFactory
-
Build a Validator of the given type and set the parameters on it
- buildValidator(String, Map<String, Object>, Map<String, Object>) - Method in class com.opensymphony.xwork2.ObjectFactory
-
Build a Validator of the given type and set the parameters on it
- buildValidatorKey(Class, String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
Builds a key for validators - used when caching validators.
- buildValidatorKey(Class, String) - Static method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
-
Builds a key for validators - used when caching validators.
- bundle - Variable in class com.opensymphony.xwork2.TextProviderSupport
-
- buttonCssClass - Variable in class org.apache.struts2.components.InputTransferSelect
-
- buttonCssClass - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- buttonCssClass - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
-
- buttonCssClass - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- buttonCssStyle - Variable in class org.apache.struts2.components.InputTransferSelect
-
- buttonCssStyle - Variable in class org.apache.struts2.components.OptionTransferSelect
-
- buttonCssStyle - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
-
- buttonCssStyle - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- ByteChunk - Class in org.apache.struts2.util.tomcat.buf
-
This class is used to represent a chunk of bytes, and
utilities to manipulate byte[].
- ByteChunk() - Constructor for class org.apache.struts2.util.tomcat.buf.ByteChunk
-
Creates a new, uninitialized ByteChunk object.
- ByteChunk(int) - Constructor for class org.apache.struts2.util.tomcat.buf.ByteChunk
-
- ByteChunk.ByteInputChannel - Interface in org.apache.struts2.util.tomcat.buf
-
Input interface, used when the buffer is empty
Same as java.nio.channel.ReadableByteChannel
- ByteChunk.ByteOutputChannel - Interface in org.apache.struts2.util.tomcat.buf
-
Same as java.nio.channel.WrittableByteChannel.
- byteEnabled - Static variable in class org.apache.struts2.util.tomcat.buf.StringCache
-
Enabled ?
- cacheBeanWrapper - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- cacheSize - Static variable in class org.apache.struts2.util.tomcat.buf.StringCache
-
- CallbackWriter - Class in org.apache.struts2.views.freemarker.tags
-
- CallbackWriter(Component, Writer) - Constructor for class org.apache.struts2.views.freemarker.tags.CallbackWriter
-
- callMethod(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
-
- callMethod(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor
-
- callMethod(String, Map<String, Object>, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- callStaticMethod(Map, Class, String, Object[]) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
-
- callStaticMethod(Map, Class, String, Object[]) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor
-
- cancel() - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
-
- canHandle(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
-
- canHandle(String) - Method in interface org.apache.struts2.dispatcher.StaticContentLoader
-
- capitalize(String) - Static method in class com.opensymphony.xwork2.inject.util.Strings
-
Deprecated.
- capitalizeMethodName(String) - Static method in class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
-
This method capitalized the first character of methodName
.
- categoryLogger - Variable in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
- ccCache - Static variable in class org.apache.struts2.util.tomcat.buf.StringCache
-
Cache for char chunk.
- ccCount - Static variable in class org.apache.struts2.util.tomcat.buf.StringCache
-
toString count for char chunk.
- ccStats - Static variable in class org.apache.struts2.util.tomcat.buf.StringCache
-
Statistics hash map for char chunk.
- ChainingInterceptor - Class in com.opensymphony.xwork2.interceptor
-
- ChainingInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
- characters(char[], int, int) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
-
- characters(char[], int, int) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
-
- characters(char[], int, int) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
-
- charAt(int) - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
- CharChunk - Class in org.apache.struts2.util.tomcat.buf
-
Utilities to manipulate char chunks.
- CharChunk() - Constructor for class org.apache.struts2.util.tomcat.buf.CharChunk
-
Creates a new, uninitialized CharChunk object.
- CharChunk(int) - Constructor for class org.apache.struts2.util.tomcat.buf.CharChunk
-
- CharChunk.CharInputChannel - Interface in org.apache.struts2.util.tomcat.buf
-
- CharChunk.CharOutputChannel - Interface in org.apache.struts2.util.tomcat.buf
-
When we need more space we'll either
grow the buffer ( up to the limit ) or send it to a channel.
- charEnabled - Static variable in class org.apache.struts2.util.tomcat.buf.StringCache
-
- Checkbox - Class in org.apache.struts2.components
-
Renders an HTML input element of type checkbox, populated by the specified property from the ValueStack.
- Checkbox(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Checkbox
-
- checkbox - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- CheckboxInterceptor - Class in org.apache.struts2.interceptor
-
- CheckboxInterceptor() - Constructor for class org.apache.struts2.interceptor.CheckboxInterceptor
-
- CheckboxList - Class in org.apache.struts2.components
-
Creates a series of checkboxes from a list.
- CheckboxList(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.CheckboxList
-
- checkboxlist - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- CheckboxListModel - Class in org.apache.struts2.views.freemarker.tags
-
- CheckboxListModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.CheckboxListModel
-
- CheckboxListTag - Class in org.apache.struts2.views.jsp.ui
-
- CheckboxListTag() - Constructor for class org.apache.struts2.views.jsp.ui.CheckboxListTag
-
- CheckboxModel - Class in org.apache.struts2.views.freemarker.tags
-
- CheckboxModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.CheckboxModel
-
- CheckboxTag - Class in org.apache.struts2.views.jsp.ui
-
- CheckboxTag() - Constructor for class org.apache.struts2.views.jsp.ui.CheckboxTag
-
- checkEnumAccess(Object, Member) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- checkPublicMemberAccess(int) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
Check access for public members (via modifiers)
Returns true if-and-only-if the member is public.
- checkStaticFieldAccess(Member, int) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
Check access for static field (via modifiers).
- checkStaticMethodAccess(Member, int) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
Check access for static method (via modifiers).
- CLASS_LOADER_INTERFACE - Static variable in interface com.opensymphony.xwork2.util.finder.ClassLoaderInterface
-
- classes - Variable in class org.apache.struts2.util.StrutsUtil
-
- ClassFinder - Interface in com.opensymphony.xwork2.util.finder
-
ClassFinder searches the classpath of the specified ClassLoaderInterface for
packages, classes, constructors, methods, or fields with specific annotations.
- ClassFinder.Annotatable - Class in com.opensymphony.xwork2.util.finder
-
- ClassFinder.AnnotationInfo - Class in com.opensymphony.xwork2.util.finder
-
- ClassFinder.ClassInfo - Class in com.opensymphony.xwork2.util.finder
-
- ClassFinder.FieldInfo - Class in com.opensymphony.xwork2.util.finder
-
- ClassFinder.Info - Interface in com.opensymphony.xwork2.util.finder
-
- ClassFinder.MethodInfo - Class in com.opensymphony.xwork2.util.finder
-
- ClassFinder.PackageInfo - Class in com.opensymphony.xwork2.util.finder
-
- ClassFinderFactory - Interface in com.opensymphony.xwork2.util.finder
-
Allows create different ClassFinders which should help support different Java versions
- classForName(String, Map) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
-
- ClassInfo(Class, ClassFinder) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- ClassInfo(String, String, ClassFinder) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- ClassLoaderInterface - Interface in com.opensymphony.xwork2.util.finder
-
Classes implementing this interface can find resources and load classes, usually delegating to a class
loader
- ClassLoaderInterfaceDelegate - Class in com.opensymphony.xwork2.util.finder
-
Default implementation of ClassLoaderInterface, which delegates to an actual ClassLoader
- ClassLoaderInterfaceDelegate(ClassLoader) - Constructor for class com.opensymphony.xwork2.util.finder.ClassLoaderInterfaceDelegate
-
- ClassLoaderUtil - Class in com.opensymphony.xwork2.util
-
This class is extremely useful for loading resources and classes in a fault tolerant manner
that works across different applications servers.
- ClassLoaderUtil() - Constructor for class com.opensymphony.xwork2.util.ClassLoaderUtil
-
- className(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- className - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- className(String) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
-
- className - Variable in class com.opensymphony.xwork2.config.entities.InterceptorConfig
-
- className(String) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
-
- className - Variable in class com.opensymphony.xwork2.config.entities.ResultConfig
-
- className(String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
-
- className - Variable in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
-
- ClassPathFinder - Class in com.opensymphony.xwork2.util
-
This class is an utility class that will search through the classpath
for files whose names match the given pattern.
- ClassPathFinder() - Constructor for class com.opensymphony.xwork2.util.ClassPathFinder
-
- ClassTest() - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.ClassTest
-
- clazz - Variable in class com.opensymphony.xwork2.TextProviderSupport
-
- cleanup() - Method in class org.apache.struts2.dispatcher.Dispatcher
-
Releases all instances bound to this dispatcher instance.
- cleanup() - Method in class org.apache.struts2.dispatcher.InitOperations
-
- cleanUp() - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
-
- cleanUp() - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
-
- cleanUp() - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
-
Cleans up all uploaded file, should be called at the end of request
- cleanUp() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
-
- CLEANUP_RECURSION_COUNTER - Static variable in class org.apache.struts2.dispatcher.PrepareOperations
-
- cleanupActionName(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
Checks action name against allowed pattern if not matched returns default action name
- cleanUpAfterInit() - Method in class org.apache.struts2.dispatcher.Dispatcher
-
Cleanup any resources used to initialise Dispatcher
- cleanupContext - Variable in class com.opensymphony.xwork2.DefaultActionProxy
-
- cleanupDispatcher() - Method in class org.apache.struts2.dispatcher.PrepareOperations
-
Cleans up the dispatcher instance
- cleanupMethodName(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
Checks method name (when DMI is enabled) against allowed pattern if not matched returns default action name
- cleanupNamespaceName(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
Checks namespace name against allowed pattern if not matched returns default namespace
- cleanupPath(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
-
- cleanUpRequest(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.Dispatcher
-
Removes all the files created by MultiPartRequestWrapper.
- cleanupRequest(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.PrepareOperations
-
Cleans up a request of thread locals
- clear() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
- clear(Map<String, Object>) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- clear() - Method in class org.apache.struts2.dispatcher.ApplicationMap
-
Removes all entries from the Map and removes all attributes from the servlet context.
- clear() - Method in class org.apache.struts2.dispatcher.HttpParameters
-
- clear() - Method in class org.apache.struts2.dispatcher.RequestMap
-
Removes all attributes from the request as well as clears entries in this map.
- clear() - Method in class org.apache.struts2.dispatcher.SessionMap
-
Removes all attributes from the session as well as clears entries in this
map.
- clear() - Method in class org.apache.struts2.util.AttributeMap
-
- ClearableValueStack - Interface in com.opensymphony.xwork2.util
-
ValueStacks implementing this interface provide a way to remove values from
their contexts.
- clearActionErrors() - Method in class com.opensymphony.xwork2.ActionSupport
-
Clears action errors.
- clearActionErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
Clears action errors list.
- clearAssertionStatus() - Method in class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- clearBeanInfoCache() - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Provide a mechanism to clear the BeanInfo cache.
- clearContainerProviders() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
- clearContextValues() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- clearContextValues() - Method in interface com.opensymphony.xwork2.util.ClearableValueStack
-
Remove all values from the context
- clearCurrentPropertyPath(Map<String, Object>) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- clearDefaultResourceBundles() - Static method in class com.opensymphony.xwork2.util.StrutsLocalizedTextProvider
-
- clearErrors() - Method in class com.opensymphony.xwork2.ActionSupport
-
Clears all errors.
- clearErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
Clears all error list/maps.
- clearErrorsAndMessages() - Method in class com.opensymphony.xwork2.ActionSupport
-
Clears all errors and messages.
- clearErrorsAndMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
Clears all error and messages list/maps.
- clearExpressionCache() - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Provide a mechanism to clear the OGNL expression cache.
- clearFieldErrors() - Method in class com.opensymphony.xwork2.ActionSupport
-
Clears field errors.
- clearFieldErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
Clears field errors map.
- clearMessages() - Method in class com.opensymphony.xwork2.ActionSupport
-
Clears messages.
- clearMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
Clears messages list.
- clearRuntimeCache() - Static method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Convenience mechanism to clear the OGNL Runtime Cache via OgnlUtil.
- ClearSessionInterceptor - Class in org.apache.struts2.interceptor
-
- ClearSessionInterceptor() - Constructor for class org.apache.struts2.interceptor.ClearSessionInterceptor
-
- clone() - Method in class com.opensymphony.xwork2.ActionSupport
-
- clone() - Method in class org.apache.struts2.components.template.Template
-
- cloneNode(boolean) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- close() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
-
- close() - Method in class org.apache.struts2.util.FastByteArrayOutputStream
-
- close() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
-
- closeQuietly(InputStream) - Method in class com.opensymphony.xwork2.util.classloader.AbstractResourceStore
-
- closeTemplateSource(Object) - Method in class org.apache.struts2.views.freemarker.FreemarkerThemeTemplateLoader
- ClosingUIBean - Class in org.apache.struts2.components
-
ClosingUIBean is the standard superclass for UI components such as div etc.
- ClosingUIBean(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ClosingUIBean
-
- COL_ATTR - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
-
Attribute name for the column number
- CollectionAdapter - Class in org.apache.struts2.views.xslt
-
- CollectionAdapter() - Constructor for class org.apache.struts2.views.xslt.CollectionAdapter
-
- CollectionAdapter(AdapterFactory, AdapterNode, String, Object) - Constructor for class org.apache.struts2.views.xslt.CollectionAdapter
-
- CollectionConverter - Class in com.opensymphony.xwork2.conversion.impl
-
- CollectionConverter() - Constructor for class com.opensymphony.xwork2.conversion.impl.CollectionConverter
-
- cols - Variable in class org.apache.struts2.components.TextArea
-
- cols - Variable in class org.apache.struts2.views.jsp.ui.TextareaTag
-
- com.opensymphony.xwork2 - package com.opensymphony.xwork2
-
Main XWork interfaces and classes.
- com.opensymphony.xwork2.config - package com.opensymphony.xwork2.config
-
Configuration core classes.
- com.opensymphony.xwork2.config.entities - package com.opensymphony.xwork2.config.entities
-
Configuration entity classes.
- com.opensymphony.xwork2.config.impl - package com.opensymphony.xwork2.config.impl
-
Configuration implementation classes.
- com.opensymphony.xwork2.config.providers - package com.opensymphony.xwork2.config.providers
-
Configuration provider classes.
- com.opensymphony.xwork2.conversion - package com.opensymphony.xwork2.conversion
-
- com.opensymphony.xwork2.conversion.annotations - package com.opensymphony.xwork2.conversion.annotations
-
Type conversion annotations.
- com.opensymphony.xwork2.conversion.impl - package com.opensymphony.xwork2.conversion.impl
-
- com.opensymphony.xwork2.conversion.metadata - package com.opensymphony.xwork2.conversion.metadata
-
Type conversion meta data classes.
- com.opensymphony.xwork2.factory - package com.opensymphony.xwork2.factory
-
- com.opensymphony.xwork2.inject - package com.opensymphony.xwork2.inject
-
Guice (pronounced "juice").
- com.opensymphony.xwork2.inject.util - package com.opensymphony.xwork2.inject.util
-
Guice util classes.
- com.opensymphony.xwork2.interceptor - package com.opensymphony.xwork2.interceptor
-
Interceptor classes.
- com.opensymphony.xwork2.interceptor.annotations - package com.opensymphony.xwork2.interceptor.annotations
-
Interceptor annotations.
- com.opensymphony.xwork2.mock - package com.opensymphony.xwork2.mock
-
XWork specific mock classes.
- com.opensymphony.xwork2.ognl - package com.opensymphony.xwork2.ognl
-
- com.opensymphony.xwork2.ognl.accessor - package com.opensymphony.xwork2.ognl.accessor
-
- com.opensymphony.xwork2.result - package com.opensymphony.xwork2.result
-
- com.opensymphony.xwork2.security - package com.opensymphony.xwork2.security
-
- com.opensymphony.xwork2.spring - package com.opensymphony.xwork2.spring
-
Spring ObjectFactory classes.
- com.opensymphony.xwork2.spring.interceptor - package com.opensymphony.xwork2.spring.interceptor
-
Spring specific interceptor classes.
- com.opensymphony.xwork2.test - package com.opensymphony.xwork2.test
-
- com.opensymphony.xwork2.util - package com.opensymphony.xwork2.util
-
XWork util classes.
- com.opensymphony.xwork2.util.classloader - package com.opensymphony.xwork2.util.classloader
-
- com.opensymphony.xwork2.util.finder - package com.opensymphony.xwork2.util.finder
-
- com.opensymphony.xwork2.util.fs - package com.opensymphony.xwork2.util.fs
-
- com.opensymphony.xwork2.util.location - package com.opensymphony.xwork2.util.location
-
Classes and utilities used to track location information.
- com.opensymphony.xwork2.util.reflection - package com.opensymphony.xwork2.util.reflection
-
- com.opensymphony.xwork2.validator - package com.opensymphony.xwork2.validator
-
XWork validation subsystem.
- com.opensymphony.xwork2.validator.annotations - package com.opensymphony.xwork2.validator.annotations
-
Validator annotations.
- com.opensymphony.xwork2.validator.validators - package com.opensymphony.xwork2.validator.validators
-
XWork default validator classes.
- ComboBox - Class in org.apache.struts2.components
-
- ComboBox(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ComboBox
-
- comboBox - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- ComboBoxModel - Class in org.apache.struts2.views.freemarker.tags
-
- ComboBoxModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ComboBoxModel
-
- ComboBoxTag - Class in org.apache.struts2.views.jsp.ui
-
- ComboBoxTag() - Constructor for class org.apache.struts2.views.jsp.ui.ComboBoxTag
-
- commaDelimitedStringToSet(String) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
-
Returns a set from comma delimited Strings.
- compare(ByteChunk, byte[]) - Static method in class org.apache.struts2.util.tomcat.buf.StringCache
-
Compare given byte chunk with byte array.
- compare(CharChunk, char[]) - Static method in class org.apache.struts2.util.tomcat.buf.StringCache
-
Compare given char chunk with char array.
- compareDocumentPosition(Node) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- comparePriorities(int, int) - Static method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
-
- compareTo(Object) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- compile(String) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- compile(String, Map<String, Object>) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- CompiledPattern(Pattern, List<String>) - Constructor for class com.opensymphony.xwork2.util.NamedVariablePatternMatcher.CompiledPattern
-
- compilePattern(String) - Method in class com.opensymphony.xwork2.util.NamedVariablePatternMatcher
-
Compiles the pattern.
- compilePattern(String) - Method in interface com.opensymphony.xwork2.util.PatternMatcher
-
Translate the given String
into an object
representing the pattern matchable by this class.
- compilePattern(String) - Method in class com.opensymphony.xwork2.util.WildcardHelper
-
Translate the given String
into a int []
representing the pattern matchable by this class.
- compilePattern(String) - Method in interface org.apache.struts2.util.ContentTypeMatcher
-
- compilePattern(String) - Method in class org.apache.struts2.util.DefaultContentTypeMatcher
-
- compilePattern(String) - Method in class org.apache.struts2.util.RegexPatternMatcher
-
- compileWildcardPattern(String) - Static method in class com.opensymphony.xwork2.util.WildcardUtil
-
Convert wildcard pattern to Pattern
- completeExpressionIfAltSyntax(String) - Method in class org.apache.struts2.components.Component
-
Adds the surrounding %{ } to the expression for proper processing.
- complexType(Object) - Method in class org.apache.struts2.views.freemarker.tags.TagModel
-
- Component - Class in org.apache.struts2.components
-
Base class to extend for UI components.
- Component(ValueStack) - Constructor for class org.apache.struts2.components.Component
-
Constructor.
- component - Variable in class org.apache.struts2.components.ComponentUrlProvider
-
- component - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- component - Variable in class org.apache.struts2.views.jsp.ComponentTagSupport
-
- COMPONENT_NAME - Static variable in class org.apache.struts2.components.Anchor
-
- COMPONENT_STACK - Static variable in class org.apache.struts2.components.Component
-
- ComponentModel - Class in org.apache.struts2.views.freemarker.tags
-
- ComponentModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ComponentModel
-
- ComponentTag - Class in org.apache.struts2.views.jsp.ui
-
- ComponentTag() - Constructor for class org.apache.struts2.views.jsp.ui.ComponentTag
-
- ComponentTagSupport - Class in org.apache.struts2.views.jsp
-
- ComponentTagSupport() - Constructor for class org.apache.struts2.views.jsp.ComponentTagSupport
-
- ComponentUrlProvider - Class in org.apache.struts2.components
-
Default implementation of UrlProvider
- ComponentUrlProvider(Component, Map) - Constructor for class org.apache.struts2.components.ComponentUrlProvider
-
- ComponentUtils - Class in org.apache.struts2.util
-
Various static methods used with components
- ComponentUtils() - Constructor for class org.apache.struts2.util.ComponentUtils
-
- CompositeActionMapper - Class in org.apache.struts2.dispatcher.mapper
-
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.
- CompositeActionMapper(Container, String) - Constructor for class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
-
- CompositeTextProvider - Class in com.opensymphony.xwork2
-
This is a composite
TextProvider
that takes in an array or
List
of
TextProvider
s, it will
consult each of them in order to get a composite result.
- CompositeTextProvider(List<TextProvider>) - Constructor for class com.opensymphony.xwork2.CompositeTextProvider
-
- CompositeTextProvider(TextProvider[]) - Constructor for class com.opensymphony.xwork2.CompositeTextProvider
-
- CompoundRoot - Class in com.opensymphony.xwork2.util
-
A Stack that is implemented using a List.
- CompoundRoot() - Constructor for class com.opensymphony.xwork2.util.CompoundRoot
-
- CompoundRoot(List<?>) - Constructor for class com.opensymphony.xwork2.util.CompoundRoot
-
- CompoundRootAccessor - Class in com.opensymphony.xwork2.ognl.accessor
-
A stack that is able to call methods on objects in the stack.
- CompoundRootAccessor() - Constructor for class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
-
- compoundRootAccessor - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
-
- conditionalParse(String, ActionInvocation) - Method in class org.apache.struts2.result.StrutsResultSupport
-
Parses the parameter for OGNL expressions against the valuestack
- conditionalParseCollection(String, ActionInvocation, boolean) - Method in class org.apache.struts2.result.StrutsResultSupport
-
- conditionalReload() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
Reloads the Configuration files if the configuration files indicate that they need to be reloaded.
- ConditionalVisitorFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
- ConditionalVisitorFieldValidator - Class in com.opensymphony.xwork2.validator.validators
-
The ConditionalVisitorFieldValidator will forward validation to the VisitorFieldValidator
only if the expression will evaluate to true.
- ConditionalVisitorFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.ConditionalVisitorFieldValidator
-
- config - Variable in class com.opensymphony.xwork2.DefaultActionProxy
-
- config - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- CONFIG_SERVLET_CONTEXT_KEY - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- Configuration - Interface in com.opensymphony.xwork2.config
-
XWork configuration.
- configuration - Variable in class com.opensymphony.xwork2.config.ConfigurationManager
-
- configuration - Variable in class com.opensymphony.xwork2.DefaultActionProxy
-
- configuration - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
-
- configuration - Variable in class com.opensymphony.xwork2.XWorkJUnit4TestCase
-
- configuration - Variable in class com.opensymphony.xwork2.XWorkTestCase
-
- configuration - Variable in class org.apache.struts2.components.Form
-
- configuration - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
-
- ConfigurationException - Exception in com.opensymphony.xwork2.config
-
ConfigurationException
- ConfigurationException() - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
-
Constructs a ConfigurationException
with no detail message.
- ConfigurationException(String) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
-
Constructs a ConfigurationException
with the specified
detail message.
- ConfigurationException(String, Object) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
-
Constructs a ConfigurationException
with the specified
detail message.
- ConfigurationException(Throwable) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
-
Constructs a ConfigurationException
with no detail message.
- ConfigurationException(Throwable, Object) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
-
Constructs a ConfigurationException
with no detail message.
- ConfigurationException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
-
Constructs a ConfigurationException
with the specified
detail message.
- ConfigurationException(String, Throwable, Object) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
-
Constructs a ConfigurationException
with the specified
detail message.
- ConfigurationManager - Class in com.opensymphony.xwork2.config
-
ConfigurationManager - central for XWork Configuration management, including
its ConfigurationProvider.
- ConfigurationManager(String) - Constructor for class com.opensymphony.xwork2.config.ConfigurationManager
-
- configurationManager - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
-
- configurationManager - Variable in class com.opensymphony.xwork2.XWorkJUnit4TestCase
-
- configurationManager - Variable in class com.opensymphony.xwork2.XWorkTestCase
-
- configurationManager - Variable in class org.apache.struts2.dispatcher.Dispatcher
-
Store ConfigurationManager instance, set on init.
- ConfigurationProvider - Interface in com.opensymphony.xwork2.config
-
Interface to be implemented by all forms of XWork configuration classes.
- ConfigurationUtil - Class in com.opensymphony.xwork2.config
-
ConfigurationUtil
- configureTemplateLoader(TemplateLoader) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
-
Sets the Freemarker Configuration's template loader with the FreemarkerThemeTemplateLoader
at the top.
- constant(String, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps a constant value to the given name.
- constant(String, int) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps a constant value to the given name.
- constant(String, long) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps a constant value to the given name.
- constant(String, boolean) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps a constant value to the given name.
- constant(String, double) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps a constant value to the given name.
- constant(String, float) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps a constant value to the given name.
- constant(String, short) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps a constant value to the given name.
- constant(String, char) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps a constant value to the given name.
- constant(String, Class) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps a class to the given name.
- constant(String, E) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps an enum to the given name.
- ConstantConfig - Class in org.apache.struts2.config.entities
-
- ConstantConfig() - Constructor for class org.apache.struts2.config.entities.ConstantConfig
-
- constants() - Method in interface org.apache.struts2.config.StrutsJavaConfiguration
-
- constructInterceptorReference(InterceptorLocator, String, Map<String, String>, Location, ObjectFactory) - Static method in class com.opensymphony.xwork2.config.providers.InterceptorBuilder
-
Builds a list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).
- CONTAINER - Static variable in class com.opensymphony.xwork2.ActionContext
-
Constant for the container
- container - Variable in class com.opensymphony.xwork2.ActionSupport
-
- container - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- container - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- container - Variable in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- Container - Interface in com.opensymphony.xwork2.inject
-
Injects dependencies into constructors, methods and fields annotated with
Inject
.
- container - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
-
- container - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
-
- container - Variable in class com.opensymphony.xwork2.XWorkJUnit4TestCase
-
- container - Variable in class com.opensymphony.xwork2.XWorkTestCase
-
- container - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- container - Variable in class org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper
-
- containerAllowsStaticFieldAccess() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
-
Retrieve allowStaticFieldAccess state from the container (allows for lazy fetching)
- containerAllowsStaticMethodAccess() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
-
Retrieve allowsStaticMethodAccess state from the container (allows for lazy fetching)
- ContainerBuilder - Class in com.opensymphony.xwork2.inject
-
- ContainerBuilder() - Constructor for class com.opensymphony.xwork2.inject.ContainerBuilder
-
Constructs a new builder.
- ContainerBuilder.Command - Interface in com.opensymphony.xwork2.inject
-
Implemented by classes which participate in building a container.
- ContainerProvider - Interface in com.opensymphony.xwork2.config
-
Provides beans and constants/properties for the Container
- contains(Object) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkList
-
- contains(Class<?>, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
- contains(Class<?>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to contains(type,
Container.DEFAULT_NAME)
.
- contains(char[], char) - Method in class com.opensymphony.xwork2.util.PropertiesReader
-
Checks if the object is in the given array.
- contains(Object, Object) - Method in class org.apache.struts2.components.GenericUIBean
-
- contains(Object, Object) - Method in class org.apache.struts2.components.ListUIBean
-
- contains(String) - Method in class org.apache.struts2.dispatcher.HttpParameters
-
- contains(Object, Object) - Static method in class org.apache.struts2.util.ContainUtil
-
Determine if obj2
exists in obj1
.
- containsCycle() - Method in class com.opensymphony.xwork2.config.providers.CycleDetector
-
- containsDefaultMapping(String) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Checks if converter was already defined for given class
- containsDefaultMapping(String) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
-
- containsExpression(String) - Static method in class org.apache.struts2.util.ComponentUtils
-
- containsKey(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
- containsKey(Object) - Method in class org.apache.struts2.dispatcher.HttpParameters
-
- containsKey(Object) - Method in class org.apache.struts2.dispatcher.SessionMap
-
Checks if the specified session attribute with the given key exists.
- containsKey(Object) - Method in class org.apache.struts2.util.AttributeMap
-
- containsNoMapping(Class) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Check if there is no mapping for given class to convert
- containsNoMapping(Class) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
-
- containsUnknownMapping(String) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Checks if no mapping was defined for given class name
FIXME lukaszlenart: maybe it should be merged with NoMapping
- containsUnknownMapping(String) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
-
- containsValue(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
- containsValue(Object) - Method in class org.apache.struts2.dispatcher.HttpParameters
-
- containsValue(Object) - Method in class org.apache.struts2.util.AttributeMap
-
- ContainUtil - Class in org.apache.struts2.util
-
ContainUtil
will check if object 1 contains object 2.
- ContainUtil() - Constructor for class org.apache.struts2.util.ContainUtil
-
- content - Variable in class org.apache.struts2.util.TabbedPane
-
- contentCharSet - Variable in class org.apache.struts2.result.StreamResult
-
- contentDisposition - Variable in class org.apache.struts2.result.StreamResult
-
- contentLength - Variable in class org.apache.struts2.result.StreamResult
-
- contentType - Variable in class org.apache.struts2.result.StreamResult
-
- contentType - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- ContentTypeMatcher<E> - Interface in org.apache.struts2.util
-
- Context - Interface in com.opensymphony.xwork2.inject
-
Context of the current injection.
- context - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- ContextBean - Class in org.apache.struts2.components
-
Base class for control and data tags
- ContextBean(ValueStack) - Constructor for class org.apache.struts2.components.ContextBean
-
- ContextBeanTag - Class in org.apache.struts2.views.jsp
-
- ContextBeanTag() - Constructor for class org.apache.struts2.views.jsp.ContextBeanTag
-
- contextDestroyed(ServletContextEvent) - Method in class org.apache.struts2.dispatcher.listener.StrutsListener
-
- contextInitialized(ServletContextEvent) - Method in class org.apache.struts2.dispatcher.listener.StrutsListener
-
- ContextUtil - Class in org.apache.struts2.views.util
-
Value Stack's Context related Utilities.
- ContextUtil() - Constructor for class org.apache.struts2.views.util.ContextUtil
-
- Conversion - Annotation Type in com.opensymphony.xwork2.conversion.annotations
-
A marker annotation for type conversions at Type level.
- CONVERSION_COLLECTION_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- CONVERSION_ERROR_PROPERTY_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- CONVERSION_ERRORS - Static variable in class com.opensymphony.xwork2.ActionContext
-
Constant for the map of type conversion errors.
- CONVERSION_PROPERTY_FULLNAME - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- ConversionAnnotationProcessor - Interface in com.opensymphony.xwork2.conversion
-
- ConversionData - Class in com.opensymphony.xwork2.conversion.impl
-
- ConversionData() - Constructor for class com.opensymphony.xwork2.conversion.impl.ConversionData
-
- ConversionData(Object, Class) - Constructor for class com.opensymphony.xwork2.conversion.impl.ConversionData
-
- ConversionDescription - Class in com.opensymphony.xwork2.conversion.metadata
-
- ConversionDescription() - Constructor for class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
Deprecated.
- ConversionDescription(String) - Constructor for class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
Deprecated.
Creates an ConversionDescription with the specified property name.
- ConversionErrorFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
This validator checks if there are any conversion errors for a field and applies them if they exist.
- ConversionErrorFieldValidator - Class in com.opensymphony.xwork2.validator.validators
-
Field Validator that checks if a conversion error occurred for this field.
- ConversionErrorFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.ConversionErrorFieldValidator
-
- ConversionErrorInterceptor - Class in com.opensymphony.xwork2.interceptor
-
ConversionErrorInterceptor adds conversion errors from the ActionContext to the Action's field errors.
- ConversionErrorInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
-
- ConversionFileProcessor - Interface in com.opensymphony.xwork2.conversion
-
Used to process <clazz>-conversion.properties file to read defined Converters
- ConversionPropertiesProcessor - Interface in com.opensymphony.xwork2.conversion
-
Used to read converters from Properties file
- ConversionRule - Enum in com.opensymphony.xwork2.conversion.annotations
-
ConversionRule
- ConversionType - Enum in com.opensymphony.xwork2.conversion.annotations
-
ConversionType
- convert(String, E, Map<String, String>) - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
-
Clones the target object and its children, replacing various
properties with the values of the wildcard-matched strings.
- convert(String, ActionConfig, Map<String, String>) - Method in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
-
Clones the ActionConfig and its children, replacing various
properties with the values of the wildcard-matched strings.
- convert(String, NamespaceMatch, Map<String, String>) - Method in class com.opensymphony.xwork2.config.impl.NamespaceMatcher
-
- convert(String) - Method in interface org.apache.struts2.util.IteratorGenerator.Converter
-
- convert(Object) - Static method in class org.apache.struts2.util.MakeIterator
-
- convert(ByteChunk, CharChunk, boolean) - Method in class org.apache.struts2.util.tomcat.buf.B2CConverter
-
Convert the given bytes to characters.
- convert(ByteChunk, boolean) - Method in class org.apache.struts2.util.tomcat.buf.UDecoder
-
URLDecode, will modify the source.
- convert(CharChunk, boolean) - Method in class org.apache.struts2.util.tomcat.buf.UDecoder
-
In-buffer processing - the buffer will be modified
- convert(MessageBytes, boolean) - Method in class org.apache.struts2.util.tomcat.buf.UDecoder
-
URLDecode, will modify the source
- convert(String, boolean) - Method in class org.apache.struts2.util.tomcat.buf.UDecoder
-
- ConverterFactory - Interface in com.opensymphony.xwork2.factory
-
- convertFromString(Map, String[], Class) - Method in class org.apache.struts2.util.StrutsTypeConverter
-
Converts one or more String values to the specified class.
- convertParam(String, Map<String, String>) - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
-
Inserts into a value wildcard-matched strings where specified
with the {x} syntax.
- convertParams(Map) - Method in class org.apache.struts2.views.freemarker.tags.TagModel
-
- convertToBigDecimal(Map<String, Object>, String) - Method in class com.opensymphony.xwork2.conversion.impl.NumberConverter
-
- convertToBytes(String) - Static method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
Convert specified String to a byte array.
- convertToDouble(Map<String, Object>, String) - Method in class com.opensymphony.xwork2.conversion.impl.NumberConverter
-
- convertToFloat(Map<String, Object>, String) - Method in class com.opensymphony.xwork2.conversion.impl.NumberConverter
-
- convertToString(Locale, Object) - Method in class com.opensymphony.xwork2.conversion.impl.StringConverter
-
- convertToString(Map, Object) - Method in class org.apache.struts2.util.StrutsTypeConverter
-
Converts the specified object to a String.
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.ArrayConverter
-
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.CollectionConverter
-
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.DateConverter
-
- convertValue(Map<String, Object>, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
- convertValue(Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
Returns the value converted numerically to the given class type
This method also detects when arrays are being converted and converts the
components of one array to the type of the other.
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.NumberConverter
-
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.StringConverter
-
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
-
- convertValue(Map<String, Object>, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
Convert value from one form to another.
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in interface com.opensymphony.xwork2.conversion.TypeConverter
-
Converts the given value to a given type.
- convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.ognl.OgnlTypeConverterWrapper
-
- convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.ognl.XWorkTypeConverterWrapper
-
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class org.apache.struts2.conversion.UploadedFileConverter
-
- convertValue(Map, Object, Class) - Method in class org.apache.struts2.util.StrutsTypeConverter
-
- CookieInterceptor - Class in org.apache.struts2.interceptor
-
- CookieInterceptor() - Constructor for class org.apache.struts2.interceptor.CookieInterceptor
-
- CookieLocaleHandler(ActionInvocation) - Constructor for class org.apache.struts2.interceptor.I18nInterceptor.CookieLocaleHandler
-
- CookieProvider - Interface in org.apache.struts2.interceptor
-
Action can create cookies which will be stored in response
- CookieProviderInterceptor - Class in org.apache.struts2.interceptor
-
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.
- CookieProviderInterceptor() - Constructor for class org.apache.struts2.interceptor.CookieProviderInterceptor
-
- CookiesAware - Interface in org.apache.struts2.action
-
Actions implementing the CookiesAware interface will receive
a Map of filtered cookies via the setCookiesMap method.
- CookiesAware - Interface in org.apache.struts2.interceptor
-
- copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>, Class<?>) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Copies the properties in the object "from" and sets them in the object "to"
using specified type converter, or
XWorkConverter
if none
is specified.
- copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>, Class<?>) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Copies the properties in the object "from" and sets them in the object "to"
only setting properties defined in the given "editable" class (or interface)
using specified type converter, or
XWorkConverter
if none
is specified.
- copy(Object, Object, Map<String, Object>) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Copies the properties in the object "from" and sets them in the object "to"
using specified type converter, or
XWorkConverter
if none
is specified.
- copy(InputStream, OutputStream) - Static method in class com.opensymphony.xwork2.util.classloader.JarResourceStore
-
- copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Copies the properties in the object "from" and sets them in the object "to"
using specified type converter, or
XWorkConverter
if none
is specified.
- copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>, Class<?>) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Copies the properties in the object "from" and sets them in the object "to"
only setting properties defined in the given "editable" class (or interface)
using specified type converter, or
XWorkConverter
if none
is specified.
- copy(InputStream, OutputStream) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
-
Copy bytes from the input stream to the output stream.
- copyParams(Map) - Method in class org.apache.struts2.components.Component
-
Pushes this component's parameter Map as well as the component itself on to the stack
and then copies the supplied parameters over.
- copyParams(Map) - Method in class org.apache.struts2.components.UIBean
-
- Counter - Class in org.apache.struts2.util
-
A bean that can be used to keep track of a counter.
- Counter() - Constructor for class org.apache.struts2.util.Counter
-
- create(Context) - Method in class com.opensymphony.xwork2.config.impl.LocatableConstantFactory
-
- create(Context) - Method in class com.opensymphony.xwork2.config.impl.LocatableFactory
-
- create(boolean) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
- create(Context) - Method in interface com.opensymphony.xwork2.inject.Factory
-
Creates an object to be injected.
- create(K) - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
-
Override to lazy load values.
- create() - Static method in class com.opensymphony.xwork2.ognl.ErrorMessageBuilder
-
- create(Map) - Static method in class org.apache.struts2.dispatcher.HttpParameters
-
- create() - Static method in class org.apache.struts2.dispatcher.HttpParameters
-
- CREATE_IF_NULL_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
-
- CREATE_NULL_OBJECTS - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- createAction(Map<String, Object>) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- createActionContext(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.PrepareOperations
-
Creates the action context and initializes the thread local
- createActionInvocation(Map<String, Object>, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- createActionProxy(String, String, String, Map<String, Object>) - Method in interface com.opensymphony.xwork2.ActionProxyFactory
-
Creates an
ActionProxy
for the given namespace and action name by looking up the configuration.The ActionProxy
should be fully initialized when it is returned, including having an
ActionInvocation
instance associated.
- createActionProxy(String, String, String, Map<String, Object>, boolean, boolean) - Method in interface com.opensymphony.xwork2.ActionProxyFactory
-
Creates an
ActionProxy
for the given namespace and action name by looking up the configuration.The ActionProxy
should be fully initialized when it is returned, including having an
ActionInvocation
instance associated.
- createActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Method in interface com.opensymphony.xwork2.ActionProxyFactory
-
Creates an
ActionProxy
for the given namespace and action name by looking up the configuration.The ActionProxy
should be fully initialized when it is returned, including passed
ActionInvocation
instance.
- createActionProxy(String, String, Map<String, Object>) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- createActionProxy(String, String, String, Map<String, Object>) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- createActionProxy(String, String, Map<String, Object>, boolean, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- createActionProxy(String, String, String, Map<String, Object>, boolean, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- createActionProxy(ActionInvocation, String, String, boolean, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- createActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- createActionProxy(String, String, String, Map<String, Object>, boolean, boolean) - Method in class org.apache.struts2.factory.PrefixBasedActionProxyFactory
-
- createActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Method in class org.apache.struts2.factory.StrutsActionProxyFactory
-
- createAttribute(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- createAttributeNS(String, String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- createBootstrapContainer(List<ContainerProvider>) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- createCDATASection(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- createComment(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- createConfiguration(String) - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
- createConfiguration(ServletContext) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
-
Create the instance of the freemarker Configuration object.
- createConfigurationManager(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
-
- createContextMap() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- createContextMap(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.apache.struts2.dispatcher.Dispatcher
-
Create a context map containing all the wrapped request objects
- createContextMap(Map, HttpParameters, Map, Map, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.Dispatcher
-
Merge all application and servlet attributes into a single HashMap to represent the entire
Action context.
- createDefaultContext(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionContextFactory
-
- createDefaultContext(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- createDefaultContext(Object, ClassResolver) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- createDefaultContext(Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionContextFactory
-
Creates and returns a new standard naming context for evaluating an OGNL
expression.
- createDiskFileItemFactory(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
-
- createDispatcher(HostConfig) - Method in class org.apache.struts2.dispatcher.InitOperations
-
- createDocumentFragment() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- createElement(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- createElementNS(String, String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- createEntityReference(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- createExecuteOperations(Dispatcher) - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
-
- createExtraContext() - Method in class org.apache.struts2.components.ActionComponent
-
- createFileInfoFromItemStream(FileItemStream, File) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
-
Creates an internal FileInfo
structure used to pass information
to the FileUploadInterceptor
during the interceptor stack
invocation process.
- CreateIfNull - Annotation Type in com.opensymphony.xwork2.util
-
- createInitOperations() - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
-
- createInstance(Class) - Method in class com.opensymphony.xwork2.StrutsTextProviderFactory
-
- createInstance(ResourceBundle) - Method in class com.opensymphony.xwork2.StrutsTextProviderFactory
-
- createInstance(Class) - Method in interface com.opensymphony.xwork2.TextProviderFactory
-
- createInstance(ResourceBundle) - Method in interface com.opensymphony.xwork2.TextProviderFactory
-
- createInterceptors(ActionProxy) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- createJavaConfigurationProvider(StrutsJavaConfiguration) - Method in class org.apache.struts2.dispatcher.Dispatcher
-
- createLocaleProvider() - Method in class com.opensymphony.xwork2.DefaultLocaleProviderFactory
-
- createLocaleProvider() - Method in interface com.opensymphony.xwork2.LocaleProviderFactory
-
- createModel() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
-
Build the instance of the ScopesHashModel, including JspTagLib support
- createObjectWrapper(ServletContext) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- createParametersForContext() - Method in class org.apache.struts2.components.ActionComponent
-
Creates parameters map using parameters from the value stack and component parameters.
- createPrepareOperations(Dispatcher) - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
-
- createPreResultListener(ActionInvocation) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
-
- createProcessingInstruction(String, String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- createReportData(Exception, List<Throwable>) - Method in class org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler
-
- createRequestContext(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
-
Creates a RequestContext needed by Jakarta Commons Upload.
- createResult() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- createServletFileUpload(DiskFileItemFactory) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
-
- CreateSessionInterceptor - Class in org.apache.struts2.interceptor
-
- CreateSessionInterceptor() - Constructor for class org.apache.struts2.interceptor.CreateSessionInterceptor
-
- createStrutsXmlConfigurationProvider(String, boolean, ServletContext) - Method in class org.apache.struts2.dispatcher.Dispatcher
-
- createTemplateLoader(ServletContext, String) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
-
Create the template loader.
- createTemporaryFile(String, String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
-
Creates a temporary file based on the given filename and location.
- createTextNode(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- createTypeConverter(String) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterCreator
-
- createTypeConverter(Class<?>) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterCreator
-
- createTypeConverter(String) - Method in class org.apache.struts2.conversion.StrutsTypeConverterCreator
-
- createTypeConverter(Class<?>) - Method in class org.apache.struts2.conversion.StrutsTypeConverterCreator
-
- createValueStack() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
-
- createValueStack(ValueStack) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
-
- createValueStack() - Method in interface com.opensymphony.xwork2.util.ValueStackFactory
-
- createValueStack(ValueStack) - Method in interface com.opensymphony.xwork2.util.ValueStackFactory
-
- CREDIT_CARD_PATTERN - Static variable in class com.opensymphony.xwork2.validator.validators.CreditCardValidator
-
- CreditCardValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
This validator checks that a field is a valid credit card.
- CreditCardValidator - Class in com.opensymphony.xwork2.validator.validators
-
CreditCardFieldValidator checks that a given String/Array/Collection field,
if not empty, is a valid credit card number.
- CreditCardValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.CreditCardValidator
-
- cssClass - Variable in class org.apache.struts2.components.UIBean
-
- cssClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
-
- cssErrorClass - Variable in class org.apache.struts2.components.UIBean
-
- cssErrorClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
-
- cssErrorStyle - Variable in class org.apache.struts2.components.UIBean
-
- cssErrorStyle - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
-
- cssStyle - Variable in class org.apache.struts2.components.UIBean
-
- cssStyle - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
-
- CURRENT_PROPERTY_PATH - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- currentValue - Variable in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
-
- CustomValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
This annotation can be used for custom validators.
- cutStack(int) - Method in class com.opensymphony.xwork2.util.CompoundRoot
-
- CycleDetector<T> - Class in com.opensymphony.xwork2.config.providers
-
- CycleDetector(DirectedGraph<T>) - Constructor for class com.opensymphony.xwork2.config.providers.CycleDetector
-
- Date - Class in org.apache.struts2.components
-
Format Date object in different ways.
- Date(ValueStack) - Constructor for class org.apache.struts2.components.Date
-
- date - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- DateConverter - Class in com.opensymphony.xwork2.conversion.impl
-
- DateConverter() - Constructor for class com.opensymphony.xwork2.conversion.impl.DateConverter
-
- DateFormatter - Class in org.apache.struts2.util
-
A bean that can be used to format dates
FIXME: remove or use to format Dates
- DateFormatter() - Constructor for class org.apache.struts2.util.DateFormatter
-
- DateModel - Class in org.apache.struts2.views.freemarker.tags
-
DateModel
- DateModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.DateModel
-
- DateRangeFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
This validator checks that a date field has a value within a specified range.
- DateRangeFieldValidator - Class in com.opensymphony.xwork2.validator.validators
-
Field Validator that checks if the date supplied is within a specific range.
- DateRangeFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
-
- DateTag - Class in org.apache.struts2.views.jsp
-
- DateTag() - Constructor for class org.apache.struts2.views.jsp.DateTag
-
- DATETAG_PROPERTY - Static variable in class org.apache.struts2.components.Date
-
Property name to fall back when no format is specified
- DATETAG_PROPERTY_DAYS - Static variable in class org.apache.struts2.components.Date
-
Property name that defines the days notation (default: {0,choice,1#one day|1<{0} days}{1,choice,0#|1#, one hour|1<,
{1} hours})
- DATETAG_PROPERTY_FUTURE - Static variable in class org.apache.struts2.components.Date
-
Property name that defines the future notation (default: in {0})
- DATETAG_PROPERTY_HOURS - Static variable in class org.apache.struts2.components.Date
-
Property name that defines the hours notation (default: {0,choice,1#one hour|1<{0} hours}{1,choice,0#|1#, one
minute|1>, {1} minutes})
- DATETAG_PROPERTY_MINUTES - Static variable in class org.apache.struts2.components.Date
-
Property name that defines the minutes notation (default: {0,choice,1#one minute|1<{0} minutes})
- DATETAG_PROPERTY_PAST - Static variable in class org.apache.struts2.components.Date
-
Property name that defines the past notation (default: {0} ago)
- DATETAG_PROPERTY_SECONDS - Static variable in class org.apache.struts2.components.Date
-
Property name that defines the seconds notation (default: in instant)
- DATETAG_PROPERTY_YEARS - Static variable in class org.apache.struts2.components.Date
-
Property name that defines the years notation (default: {0,choice,1#one year|1<{0} years}{1,choice,0#|1#, one
day|1>, {1} days})
- DateTextField - Class in org.apache.struts2.components
-
- DateTextField(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.DateTextField
-
- DateTextFieldInterceptor - Class in org.apache.struts2.interceptor
-
- DateTextFieldInterceptor() - Constructor for class org.apache.struts2.interceptor.DateTextFieldInterceptor
-
- DateTextFieldInterceptor.DateWord - Enum in org.apache.struts2.interceptor
-
- DateTextFieldTag - Class in org.apache.struts2.views.jsp.ui
-
- DateTextFieldTag() - Constructor for class org.apache.struts2.views.jsp.ui.DateTextFieldTag
-
- Debug - Class in org.apache.struts2.components
-
- Debug(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Debug
-
- debug - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- DebuggingInterceptor - Class in org.apache.struts2.interceptor.debugging
-
- DebuggingInterceptor() - Constructor for class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
-
- DebugTag - Class in org.apache.struts2.views.jsp.ui
-
- DebugTag() - Constructor for class org.apache.struts2.views.jsp.ui.DebugTag
-
- decide(Object) - Method in class org.apache.struts2.util.SubsetIteratorFilter
-
- decide(Object) - Method in interface org.apache.struts2.util.SubsetIteratorFilter.Decider
-
Should the object be added to the list?
- decode(String, String) - Static method in class org.apache.struts2.util.URLDecoderUtil
-
Decodes a x-www-form-urlencoded
string.
- decode(String, String, boolean) - Static method in class org.apache.struts2.util.URLDecoderUtil
-
Decodes a x-www-form-urlencoded
string.
- decode(String) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
-
- decode(String, boolean) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
-
- decodeLoop(ByteBuffer, CharBuffer) - Method in class org.apache.struts2.util.tomcat.buf.Utf8Decoder
-
- deduceLocale() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
-
Returns the locale used for the Configuration.getTemplate(String, Locale)
call.
- DEFAULT_BEAN_NAME - Static variable in class org.apache.struts2.config.AbstractBeanSelectionProvider
-
- DEFAULT_CHARSET - Static variable in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
Default encoding used to convert to strings.
- DEFAULT_CONTENT_TYPE - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- DEFAULT_COOKIE_ATTRIBUTE - Static variable in class org.apache.struts2.interceptor.I18nInterceptor
-
- DEFAULT_COOKIE_PARAMETER - Static variable in class org.apache.struts2.interceptor.I18nInterceptor
-
- DEFAULT_FOO_VALUE - Static variable in class com.opensymphony.xwork2.mock.MockInterceptor
-
- DEFAULT_HTTP_PORT - Static variable in interface org.apache.struts2.views.util.UrlHelper
-
Default HTTP port (80).
- DEFAULT_HTTPS_PORT - Static variable in interface org.apache.struts2.views.util.UrlHelper
-
Default HTTPS port (443).
- DEFAULT_LOOP_COUNT - Static variable in interface com.opensymphony.xwork2.util.TextParser
-
- DEFAULT_METHOD - Static variable in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- DEFAULT_METHOD_REGEX - Static variable in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- DEFAULT_NAME - Static variable in interface com.opensymphony.xwork2.inject.Container
-
Default dependency name.
- DEFAULT_PARAM - Static variable in class com.opensymphony.xwork2.ActionChainResult
-
The result parameter name to set the name of the action to chain to.
- DEFAULT_PARAM - Static variable in class com.opensymphony.xwork2.mock.MockResult
-
- DEFAULT_PARAM - Static variable in class org.apache.struts2.result.HttpHeaderResult
-
This result type doesn't have a default param, null is ok to reduce noise in logs
- DEFAULT_PARAM - Static variable in class org.apache.struts2.result.ServletActionRedirectResult
-
- DEFAULT_PARAM - Static variable in class org.apache.struts2.result.StreamResult
-
- DEFAULT_PARAM - Static variable in class org.apache.struts2.result.StrutsResultSupport
-
The default parameter
- DEFAULT_PARAM - Static variable in class org.apache.struts2.views.xslt.XSLTResult
-
'stylesheetLocation' parameter.
- DEFAULT_PARAMETER - Static variable in class org.apache.struts2.interceptor.I18nInterceptor
-
- DEFAULT_REQUEST_ONLY_PARAMETER - Static variable in class org.apache.struts2.interceptor.I18nInterceptor
-
- DEFAULT_SEPARATOR - Static variable in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
-
- DEFAULT_SESSION_ATTRIBUTE - Static variable in class org.apache.struts2.interceptor.I18nInterceptor
-
- DEFAULT_TEMPLATE_TYPE - Static variable in class org.apache.struts2.components.template.TemplateEngineManager
-
The default template extension is ftl
.
- DEFAULT_TEMPLATE_TYPE_CONFIG_KEY - Static variable in class org.apache.struts2.StrutsConstants
-
- DEFAULT_THEME_PROPERTIES_FILE_NAME - Static variable in class org.apache.struts2.components.template.BaseTemplateEngine
-
The default theme properties file name.
- DEFAULT_TOKEN_NAME - Static variable in class org.apache.struts2.util.TokenHelper
-
The default name to map the token value
- DEFAULT_URL_ENCODING - Static variable in class org.apache.struts2.result.StrutsResultSupport
-
use UTF-8 as this is the recommended encoding by W3C to avoid incompatibilities.
- DEFAULT_URL_REGEX - Static variable in class com.opensymphony.xwork2.validator.validators.URLValidator
-
- DefaultAcceptedPatternsChecker - Class in com.opensymphony.xwork2.security
-
- DefaultAcceptedPatternsChecker() - Constructor for class com.opensymphony.xwork2.security.DefaultAcceptedPatternsChecker
-
- DefaultActionFactory - Class in com.opensymphony.xwork2.factory
-
Default implementation
- DefaultActionFactory() - Constructor for class com.opensymphony.xwork2.factory.DefaultActionFactory
-
- DefaultActionInvocation - Class in com.opensymphony.xwork2
-
The Default ActionInvocation implementation
- DefaultActionInvocation(Map<String, Object>, boolean) - Constructor for class com.opensymphony.xwork2.DefaultActionInvocation
-
- DefaultActionMapper - Class in org.apache.struts2.dispatcher.mapper
-
- DefaultActionMapper() - Constructor for class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- defaultActionName - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- DefaultActionProxy - Class in com.opensymphony.xwork2
-
The Default ActionProxy implementation
- DefaultActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Constructor for class com.opensymphony.xwork2.DefaultActionProxy
-
This constructor is private so the builder methods (create*) should be used to create an DefaultActionProxy.
- DefaultActionProxyFactory - Class in com.opensymphony.xwork2
-
- DefaultActionProxyFactory() - Constructor for class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- defaultActionRef(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- defaultActionRef - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- DefaultActionSupport - Class in org.apache.struts2.dispatcher
-
A simple action support class that sets properties to be able to serve
- DefaultActionSupport() - Constructor for class org.apache.struts2.dispatcher.DefaultActionSupport
-
Constructor
- DefaultActionValidatorManager - Class in com.opensymphony.xwork2.validator
-
This is the entry point into XWork's rule-based validation framework.
- DefaultActionValidatorManager() - Constructor for class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
-
- defaultClassName(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- defaultClassRef(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- defaultClassRef - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- DefaultConfiguration - Class in com.opensymphony.xwork2.config.impl
-
DefaultConfiguration
- DefaultConfiguration() - Constructor for class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- DefaultConfiguration(String) - Constructor for class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- DefaultContentTypeMatcher - Class in org.apache.struts2.util
-
- DefaultContentTypeMatcher() - Constructor for class org.apache.struts2.util.DefaultContentTypeMatcher
-
- DefaultConversionAnnotationProcessor - Class in com.opensymphony.xwork2.conversion.impl
-
- DefaultConversionAnnotationProcessor() - Constructor for class com.opensymphony.xwork2.conversion.impl.DefaultConversionAnnotationProcessor
-
- DefaultConversionFileProcessor - Class in com.opensymphony.xwork2.conversion.impl
-
- DefaultConversionFileProcessor() - Constructor for class com.opensymphony.xwork2.conversion.impl.DefaultConversionFileProcessor
-
- DefaultDispatcherErrorHandler - Class in org.apache.struts2.dispatcher
-
Default implementation of
DispatcherErrorHandler
which sends Error Report in devMode or
HttpServletResponse.sendError(int, java.lang.String)
otherwise.
- DefaultDispatcherErrorHandler() - Constructor for class org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler
-
- defaultEncoding - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
-
- DefaultExcludedPatternsChecker - Class in com.opensymphony.xwork2.security
-
- DefaultExcludedPatternsChecker() - Constructor for class com.opensymphony.xwork2.security.DefaultExcludedPatternsChecker
-
- DefaultFileManager - Class in com.opensymphony.xwork2.util.fs
-
- DefaultFileManager() - Constructor for class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
- DefaultFileManagerFactory - Class in com.opensymphony.xwork2.util.fs
-
Default implementation
- DefaultFileManagerFactory() - Constructor for class com.opensymphony.xwork2.util.fs.DefaultFileManagerFactory
-
- defaultFrameworkBeanName - Variable in class com.opensymphony.xwork2.config.ConfigurationManager
-
- defaultFrameworkBeanName - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- DefaultInterceptorFactory - Class in com.opensymphony.xwork2.factory
-
Default implementation
- DefaultInterceptorFactory() - Constructor for class com.opensymphony.xwork2.factory.DefaultInterceptorFactory
-
- defaultInterceptorRef(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- defaultInterceptorRef - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- defaultLocale - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
-
Localization to be used regarding errors.
- DefaultLocaleProvider - Class in com.opensymphony.xwork2
-
- DefaultLocaleProvider() - Constructor for class com.opensymphony.xwork2.DefaultLocaleProvider
-
- DefaultLocaleProviderFactory - Class in com.opensymphony.xwork2
-
- DefaultLocaleProviderFactory() - Constructor for class com.opensymphony.xwork2.DefaultLocaleProviderFactory
-
- defaultMessage(String) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
-
- defaultMessage - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- defaultMethodName - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- defaultNamespaceName - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- DefaultObjectTypeDeterminer - Class in com.opensymphony.xwork2.conversion.impl
-
This
ObjectTypeDeterminer
looks at the
Class-conversion.properties for entries that indicated what
objects are contained within Maps and Collections.
- DefaultObjectTypeDeterminer(XWorkConverter, ReflectionProvider) - Constructor for class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
-
- DefaultPropertiesProvider - Class in org.apache.struts2.config
-
Loads the default properties, separate from the usual struts.properties loading
- DefaultPropertiesProvider() - Constructor for class org.apache.struts2.config.DefaultPropertiesProvider
-
- DefaultResultFactory - Class in com.opensymphony.xwork2.factory
-
Default implementation
- DefaultResultFactory() - Constructor for class com.opensymphony.xwork2.factory.DefaultResultFactory
-
- defaultResultParam(String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
-
- defaultResultParam - Variable in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
-
- defaultResultType(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
sets the default Result type for this package
- defaultResultType - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- DefaultSettings - Class in org.apache.struts2.config
-
DefaultSettings implements optional methods of Settings.
- DefaultSettings() - Constructor for class org.apache.struts2.config.DefaultSettings
-
Constructs an instance by loading the standard property files,
any custom property files (struts.custom.properties
),
and any custom message resources ().
- DefaultStaticContentLoader - Class in org.apache.struts2.dispatcher
-
Default implementation to server static content
- DefaultStaticContentLoader() - Constructor for class org.apache.struts2.dispatcher.DefaultStaticContentLoader
-
- DefaultTagLibrary - Class in org.apache.struts2.views
-
The default Struts tag library
- DefaultTagLibrary() - Constructor for class org.apache.struts2.views.DefaultTagLibrary
-
- defaultTemplateDir - Variable in class org.apache.struts2.components.UIBean
-
- DefaultTextProvider - Class in com.opensymphony.xwork2
-
DefaultTextProvider gets texts from only the default resource bundles associated with the default bundles.
- DefaultTextProvider() - Constructor for class com.opensymphony.xwork2.DefaultTextProvider
-
- defaultTextProvider - Variable in class com.opensymphony.xwork2.StrutsTextProviderFactory
-
- defaultType - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- DefaultTypeConverter - Class in com.opensymphony.xwork2.conversion.impl
-
Default type conversion.
- DefaultTypeConverter() - Constructor for class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
- defaultUITheme - Variable in class org.apache.struts2.components.UIBean
-
- DefaultUnknownHandlerFactory - Class in com.opensymphony.xwork2.factory
-
Default implementation
- DefaultUnknownHandlerFactory() - Constructor for class com.opensymphony.xwork2.factory.DefaultUnknownHandlerFactory
-
- DefaultUnknownHandlerManager - Class in com.opensymphony.xwork2
-
Default implementation of UnknownHandlerManager
- DefaultUnknownHandlerManager() - Constructor for class com.opensymphony.xwork2.DefaultUnknownHandlerManager
-
- DefaultUrlHelper - Class in org.apache.struts2.views.util
-
Default implementation of UrlHelper
- DefaultUrlHelper() - Constructor for class org.apache.struts2.views.util.DefaultUrlHelper
-
- DefaultValidatorFactory - Class in com.opensymphony.xwork2.factory
-
Default implementation
- DefaultValidatorFactory() - Constructor for class com.opensymphony.xwork2.factory.DefaultValidatorFactory
-
- DefaultValidatorFactory - Class in com.opensymphony.xwork2.validator
-
Default validator factory
- DefaultValidatorFactory(ObjectFactory, ValidatorFileParser) - Constructor for class com.opensymphony.xwork2.validator.DefaultValidatorFactory
-
- DefaultValidatorFileParser - Class in com.opensymphony.xwork2.validator
-
Parse the validation file.
- DefaultValidatorFileParser() - Constructor for class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
-
- DefaultWorkflowInterceptor - Class in com.opensymphony.xwork2.interceptor
-
- DefaultWorkflowInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
-
- definePackage(String) - Method in class com.opensymphony.xwork2.util.classloader.ResourceStoreClassLoader
-
Define the package information associated with a class.
- delay - Variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
-
- delaySleepInterval - Variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
-
- DelegatingValidatorContext - Class in com.opensymphony.xwork2.validator
-
- DelegatingValidatorContext(ValidationAware, TextProvider, LocaleProvider) - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
Creates a new validation context given a ValidationAware object, and a text and locale provider.
- DelegatingValidatorContext(Object, TextProviderFactory) - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
Creates a new validation context given an object - usually an Action.
- DelegatingValidatorContext(Class) - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- delete() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile
-
- delete() - Method in interface org.apache.struts2.dispatcher.multipart.UploadedFile
-
- deleteData(int, int) - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
-
- deleteData(int, int) - Method in class org.apache.struts2.views.xslt.SimpleTextNode
-
- DENY_INDEXED_ACCESS_EXECUTION - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- DENY_METHOD_EXECUTION - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- DependencyException - Exception in com.opensymphony.xwork2.inject
-
Thrown when a dependency is misconfigured.
- DependencyException(String) - Constructor for exception com.opensymphony.xwork2.inject.DependencyException
-
- DependencyException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.inject.DependencyException
-
- DependencyException(Throwable) - Constructor for exception com.opensymphony.xwork2.inject.DependencyException
-
- DEPRECATED_ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
-
- DEPRECATED_ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
Deprecated.
- destroy() - Method in interface com.opensymphony.xwork2.config.Configuration
-
Allow the Configuration to clean up any resources that have been used.
- destroy() - Method in interface com.opensymphony.xwork2.config.ContainerProvider
-
Called before removed from the configuration manager
- destroy() - Method in class com.opensymphony.xwork2.config.FileManagerFactoryProvider
-
- destroy() - Method in class com.opensymphony.xwork2.config.FileManagerProvider
-
- destroy() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
Allows the configuration to clean up any resources used
- destroy() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
-
- destroy() - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- destroy() - Method in class com.opensymphony.xwork2.config.providers.XWorkConfigurationProvider
-
- destroy() - Method in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
-
Does nothing
- destroy() - Method in interface com.opensymphony.xwork2.interceptor.Interceptor
-
Called to let an interceptor clean up any resources it has allocated.
- destroy() - Method in class com.opensymphony.xwork2.test.StubConfigurationProvider
-
- destroy() - Method in class org.apache.struts2.config.AbstractBeanSelectionProvider
-
- destroy() - Method in class org.apache.struts2.config.DefaultPropertiesProvider
-
- destroy() - Method in class org.apache.struts2.config.PropertiesConfigurationProvider
-
- destroy() - Method in class org.apache.struts2.config.StrutsJavaConfigurationProvider
-
- destroy() - Method in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
-
- destroy() - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
-
- destroy() - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
-
- destroy() - Method in class org.apache.struts2.dispatcher.servlet.StrutsServlet
-
- destroy() - Method in interface org.apache.struts2.util.ObjectFactoryDestroyable
-
- destroyConfiguration() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
Destroy its managing Configuration instance
- determineActionURL(String, String, String, HttpServletRequest, HttpServletResponse, Map, String, boolean, boolean, boolean, boolean) - Method in class org.apache.struts2.components.Component
-
- determineActionURL(String, String, String, HttpServletRequest, HttpServletResponse, Map, String, boolean, boolean, boolean, boolean) - Method in class org.apache.struts2.components.ComponentUrlProvider
-
- determineActionURL(String, String, String, HttpServletRequest, HttpServletResponse, Map, String, boolean, boolean, boolean, boolean) - Method in interface org.apache.struts2.components.UrlProvider
-
- determineNamespace(String, ValueStack, HttpServletRequest) - Method in class org.apache.struts2.components.Component
-
Determines the namespace of the current page being renderdd.
- determineNamespace(String, ValueStack, HttpServletRequest) - Method in class org.apache.struts2.components.ComponentUrlProvider
-
- determineNamespace(String, ValueStack, HttpServletRequest) - Method in interface org.apache.struts2.components.UrlProvider
-
- devMode - Variable in class com.opensymphony.xwork2.interceptor.AliasInterceptor
-
- devMode - Variable in class org.apache.struts2.components.Component
-
- devMode - Variable in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
-
- DirectedGraph<T> - Class in com.opensymphony.xwork2.config.providers
-
- DirectedGraph() - Constructor for class com.opensymphony.xwork2.config.providers.DirectedGraph
-
- disabled - Variable in class org.apache.struts2.components.UIBean
-
- disabled - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
-
- disabled - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
-
- disallowedRoles - Variable in class org.apache.struts2.interceptor.RolesInterceptor
-
- Dispatcher - Class in org.apache.struts2.dispatcher
-
A utility class the actual dispatcher delegates most of its tasks to.
- Dispatcher(ServletContext, Map<String, String>) - Constructor for class org.apache.struts2.dispatcher.Dispatcher
-
Create the Dispatcher instance for a given ServletContext and set of initialization parameters.
- Dispatcher.Locator - Class in org.apache.struts2.dispatcher
-
Provide an accessor class for static XWork utility.
- dispatcherDestroyed(Dispatcher) - Method in interface org.apache.struts2.dispatcher.DispatcherListener
-
Called when the dispatcher is destroyed
- DispatcherErrorHandler - Interface in org.apache.struts2.dispatcher
-
Implementation of this interface is used to handle internal errors or missing resources.
- dispatcherInitialized(Dispatcher) - Method in interface org.apache.struts2.dispatcher.DispatcherListener
-
Called when the dispatcher is initialized
- DispatcherListener - Interface in org.apache.struts2.dispatcher
-
A interface to tag those that want to execute code on the init and
destory of a Dispatcher.
- doAfterBody() - Method in class org.apache.struts2.views.jsp.IteratorTag
-
- doBeforeInvocation(ActionInvocation) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
-
- doEndTag() - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
-
- doEndTag() - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
-
- doEndTag() - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
-
- doEndTag() - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
-
- doEndTag() - Method in class org.apache.struts2.views.jsp.IteratorTag
-
- doesMatchClass() - Method in class com.opensymphony.xwork2.util.ResolverUtil.ClassTest
-
- doesMatchClass() - Method in class com.opensymphony.xwork2.util.ResolverUtil.ResourceTest
-
- doesMatchClass() - Method in interface com.opensymphony.xwork2.util.ResolverUtil.Test
-
- doesMatchResource() - Method in class com.opensymphony.xwork2.util.ResolverUtil.ClassTest
-
- doesMatchResource() - Method in class com.opensymphony.xwork2.util.ResolverUtil.ResourceTest
-
- doesMatchResource() - Method in interface com.opensymphony.xwork2.util.ResolverUtil.Test
-
- doExecute(String, ActionInvocation) - Method in class org.apache.struts2.result.PlainTextResult
-
- doExecute(String, ActionInvocation) - Method in class org.apache.struts2.result.PostbackResult
-
- doExecute(String, ActionInvocation) - Method in class org.apache.struts2.result.ServletDispatcherResult
-
Dispatches to the given location.
- doExecute(String, ActionInvocation) - Method in class org.apache.struts2.result.ServletRedirectResult
-
Redirects to the location specified by calling
HttpServletResponse.sendRedirect(String)
.
- doExecute(String, ActionInvocation) - Method in class org.apache.struts2.result.StreamResult
-
- doExecute(String, ActionInvocation) - Method in class org.apache.struts2.result.StrutsResultSupport
-
Executes the result given a final location (jsp page, action, etc) and the action invocation
(the state in which the action was executed).
- doExecute(String, ActionInvocation) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
-
Execute this result, using the specified template locationArg.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
-
- doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
-
- doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
-
Intercept
ActionInvocation
and returns a
inputResultName
when action / field errors is found registered.
- doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
-
Subclasses must override to implement the interceptor logic.
- doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
-
- doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
-
- doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
-
- doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenInterceptor
-
- doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor
-
- doLog(Logger, Exception) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
Performs the actual logging.
- DOMBuilder() - Constructor for class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
-
Construct a new instance of this DOMBuilder.
- DOMBuilder(SAXTransformerFactory) - Constructor for class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
-
Construct a new instance of this DOMBuilder.
- DOMBuilder(Node) - Constructor for class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
-
Constructs a new instance that appends nodes to the given parent node.
- DOMBuilder(SAXTransformerFactory, Node) - Constructor for class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
-
Construct a new instance of this DOMBuilder.
- DomHelper - Class in com.opensymphony.xwork2.util
-
Helper class to create and retrieve information from location-enabled
DOM-trees.
- DomHelper() - Constructor for class com.opensymphony.xwork2.util.DomHelper
-
- DomHelper.DOMBuilder - Class in com.opensymphony.xwork2.util
-
The DOMBuilder
is a utility class that will generate a W3C
DOM Document from SAX events.
- DomHelper.StartHandler - Class in com.opensymphony.xwork2.util
-
- done - Variable in class org.apache.struts2.interceptor.BackgroundProcess
-
- doStartTag() - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
-
- doStartTag() - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
-
- doStartTag() - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
-
- doStartTag() - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
-
- doubleAccesskey - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleAccesskey - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleCssClass - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleCssClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleCssStyle - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleCssStyle - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleDisabled - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleDisabled - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleEmptyOption - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleEmptyOption - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleHeaderKey - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleHeaderKey - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleHeaderValue - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleHeaderValue - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleId - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleId - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleList - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleList - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleListCssClass - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleListCssClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleListCssStyle - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleListCssStyle - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleListKey - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleListKey - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleListTitle - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleListTitle - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- DoubleListUIBean - Class in org.apache.struts2.components
-
DoubleListUIBean is the standard superclass of all Struts double list handling components.
- DoubleListUIBean(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.DoubleListUIBean
-
- doubleListValue - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleListValue - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleMultiple - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleMultiple - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleName - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleName - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOnblur - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOnblur - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOnchange - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOnchange - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOnclick - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOnclick - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOndblclick - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOndblclick - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOnfocus - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOnfocus - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOnkeydown - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOnkeydown - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOnkeypress - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOnkeypress - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOnkeyup - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOnkeyup - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOnmousedown - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOnmousedown - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOnmousemove - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOnmousemove - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOnmouseout - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOnmouseout - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOnmouseover - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOnmouseover - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOnmouseup - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOnmouseup - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleOnselect - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleOnselect - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- DoubleRangeFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
This validator checks that a double field has a value within a specified range.
- DoubleRangeFieldValidator - Class in com.opensymphony.xwork2.validator.validators
-
Field Validator that checks if the double specified is within a certain range.
- DoubleRangeFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
-
- DoubleSelect - Class in org.apache.struts2.components
-
Renders two HTML select elements with second one changing displayed values depending on selected entry of first one.
- DoubleSelect(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.DoubleSelect
-
- doubleselect - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- DoubleSelectModel - Class in org.apache.struts2.views.freemarker.tags
-
- DoubleSelectModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.DoubleSelectModel
-
- DoubleSelectTag - Class in org.apache.struts2.views.jsp.ui
-
- DoubleSelectTag() - Constructor for class org.apache.struts2.views.jsp.ui.DoubleSelectTag
-
- doubleSize - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleSize - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doubleValue(Object) - Static method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
Evaluates the given object as a double-precision floating-point number.
- doubleValue - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- doubleValue - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- doValidate(Object) - Method in class com.opensymphony.xwork2.validator.validators.ConversionErrorFieldValidator
-
The validation implementation must guarantee that setValidatorContext will
be called with a non-null ValidatorContext before validate is called.
- doValidate(Object) - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
-
- downLabel - Variable in class org.apache.struts2.components.InputTransferSelect
-
- downLabel - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
-
- dropExtension(String, ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
Drops the extension from the action name, storing it in the mapping for later use
- duplicate(MessageBytes) - Method in class org.apache.struts2.util.tomcat.buf.MessageBytes
-
Copy the src into this MessageBytes, allocating more space if
needed
- dynamicAttributes - Variable in class org.apache.struts2.components.UIBean
-
- dynamicAttributes - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
-
- EarlyInitializable - Interface in com.opensymphony.xwork2.inject
-
A marking interface that will tell CI to initialise the bean when instating the whole objects' graph
- edgeExists(T, T) - Method in class com.opensymphony.xwork2.config.providers.DirectedGraph
-
Given two nodes in the graph, returns whether there is an edge from the first node to the second node.
- edgesFrom(T) - Method in class com.opensymphony.xwork2.config.providers.DirectedGraph
-
Given a node in the graph, returns an immutable view of the edges leaving that node as a set of endpoints.
- Element - Annotation Type in com.opensymphony.xwork2.util
-
- element() - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
-
- ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
-
- ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
Deprecated.
- Else - Class in org.apache.struts2.components
-
- Else(ValueStack) - Constructor for class org.apache.struts2.components.Else
-
- ElseIf - Class in org.apache.struts2.components
-
- ElseIf(ValueStack) - Constructor for class org.apache.struts2.components.ElseIf
-
- ElseIfModel - Class in org.apache.struts2.views.freemarker.tags
-
- ElseIfModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ElseIfModel
-
- elseIfModel - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- ElseIfTag - Class in org.apache.struts2.views.jsp
-
- ElseIfTag() - Constructor for class org.apache.struts2.views.jsp.ElseIfTag
-
- ElseModel - Class in org.apache.struts2.views.freemarker.tags
-
- ElseModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ElseModel
-
- elseModel - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- ElseTag - Class in org.apache.struts2.views.jsp
-
- ElseTag() - Constructor for class org.apache.struts2.views.jsp.ElseTag
-
- EMAIL_ADDRESS_PATTERN - Static variable in class com.opensymphony.xwork2.validator.validators.EmailValidator
-
- EmailValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
This validator checks that a field is a valid e-mail address if it contains a non-empty String.
- EmailValidator - Class in com.opensymphony.xwork2.validator.validators
-
EmailValidator checks that a given String field, if not empty, is a valid email address.
- EmailValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.EmailValidator
-
- embalmTarget() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
-
- embalmTarget() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
-
- embalmTarget() - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
-
- embalmTarget() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
-
- Empty(String) - Constructor for class org.apache.struts2.dispatcher.Parameter.Empty
-
- EMPTY_STRING - Static variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- emptyOption - Variable in class org.apache.struts2.components.ComboBox
-
- emptyOption - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- emptyOption - Variable in class org.apache.struts2.components.Select
-
- emptyOption - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- emptyOption - Variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
-
- emptyOption - Variable in class org.apache.struts2.views.jsp.ui.SelectTag
-
- enableAncestorFormCustomOnsubmit() - Method in class org.apache.struts2.components.UIBean
-
- encode - Variable in class org.apache.struts2.components.ComponentUrlProvider
-
- encode - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
-
- encode - Variable in class org.apache.struts2.views.jsp.URLTag
-
- encode(String) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
-
- encoding - Variable in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
-
Store state of StrutsConstants.STRUTS_I18N_ENCODING setting.
- encoding - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- enctype - Variable in class org.apache.struts2.components.Form
-
- enctype - Variable in class org.apache.struts2.views.jsp.ui.FormTag
-
- end(Writer, String) - Method in class org.apache.struts2.components.ActionComponent
-
- end(Writer, String) - Method in class org.apache.struts2.components.Anchor
-
Overrides to be able to render body in a template rather than always before the template
- end(Writer, String) - Method in class org.apache.struts2.components.AppendIterator
-
- end(Writer, String) - Method in class org.apache.struts2.components.Bean
-
- end(Writer, String) - Method in class org.apache.struts2.components.Component
-
Callback for the end tag of this component.
- end(Writer, String, boolean) - Method in class org.apache.struts2.components.Component
-
Callback for the start tag of this component.
- end(Writer, String) - Method in class org.apache.struts2.components.Date
-
- end(Writer, String) - Method in class org.apache.struts2.components.Debug
-
- end(Writer, String) - Method in class org.apache.struts2.components.ElseIf
-
- end(Writer, String) - Method in class org.apache.struts2.components.I18n
-
- end(Writer, String) - Method in class org.apache.struts2.components.If
-
- end(Writer, String) - Method in class org.apache.struts2.components.Include
-
- end - Variable in class org.apache.struts2.components.IteratorComponent
-
- end(Writer, String) - Method in class org.apache.struts2.components.IteratorComponent
-
- end(Writer, String) - Method in class org.apache.struts2.components.MergeIterator
-
- end(Writer, String) - Method in class org.apache.struts2.components.Number
-
- end(Writer, String) - Method in class org.apache.struts2.components.OptGroup
-
- end(Writer, String) - Method in class org.apache.struts2.components.Param
-
- end(Writer, String) - Method in class org.apache.struts2.components.Push
-
- end(Writer, String) - Method in class org.apache.struts2.components.Set
-
- end(Writer, String) - Method in class org.apache.struts2.components.Submit
-
Overrides to be able to render body in a template rather than always before the template
- end(Writer, String) - Method in class org.apache.struts2.components.Text
-
- end(Writer, String) - Method in class org.apache.struts2.components.UIBean
-
- end(Writer, String) - Method in class org.apache.struts2.components.URL
-
- end - Variable in class org.apache.struts2.views.jsp.IteratorTag
-
- endDocument() - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
-
- endDocument() - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
-
- endDocument() - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
-
- endElement(String, String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
-
- endElement(String, String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
-
- endElement(String, String, String) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
-
- endNode() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
-
- endOfLine() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
-
- endPrefixMapping(String) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
-
- endPrefixMapping(String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
-
- endPrefixMapping(String) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
-
- endStr - Variable in class org.apache.struts2.components.IteratorComponent
-
- endsWith(String) - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
Returns true if the message bytes end with the specified string.
- ensureAttributeSafelyNotEscaped(String) - Method in class org.apache.struts2.components.UIBean
-
Ensures an unescaped attribute value cannot be vulnerable to XSS attacks
- entries - Variable in class org.apache.struts2.dispatcher.SessionMap
-
- entrySet() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
Returns an unmodifiable set view of the entries in this map.
- entrySet() - Method in class org.apache.struts2.dispatcher.ApplicationMap
-
Creates a Set of all servlet context attributes as well as context init parameters.
- entrySet() - Method in class org.apache.struts2.dispatcher.HttpParameters
-
- entrySet() - Method in class org.apache.struts2.dispatcher.RequestMap
-
Returns a Set of attributes from the http request.
- entrySet() - Method in class org.apache.struts2.dispatcher.SessionMap
-
Returns a Set of attributes from the http session.
- entrySet() - Method in class org.apache.struts2.util.AttributeMap
-
- EnumerationIterator(Enumeration) - Constructor for class org.apache.struts2.util.IteratorFilterSupport.EnumerationIterator
-
- enumValue(Class, Object) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
- envStrSubstitutor - Variable in class com.opensymphony.xwork2.config.providers.EnvsValueSubstitutor
-
- EnvsValueSubstitutor - Class in com.opensymphony.xwork2.config.providers
-
- EnvsValueSubstitutor() - Constructor for class com.opensymphony.xwork2.config.providers.EnvsValueSubstitutor
-
- equals(Object) - Method in class com.opensymphony.xwork2.ActionChainResult
-
- equals(Object) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- equals(Object) - Method in class com.opensymphony.xwork2.config.entities.AllowedMethods
-
- equals(Object) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
-
- equals(Object) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
-
- equals(Object) - Method in class com.opensymphony.xwork2.config.entities.InterceptorMapping
-
- equals(Object) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
-
An InterceptorStackConfig object is equals with o
only if
o is an InterceptorStackConfig object
both names are equals
all of their InterceptorMapping
s are equals
- equals(Object) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- equals(Object) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
-
- equals(Object) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
-
- equals(Object) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- equals(Object) - Method in class com.opensymphony.xwork2.mock.MockInterceptor
-
- equals(Object) - Method in class com.opensymphony.xwork2.mock.MockResult
-
- equals(Object) - Method in class com.opensymphony.xwork2.util.location.LocationImpl
-
- equals(Object) - Method in class org.apache.struts2.components.template.Template
-
- equals(Object) - Method in class org.apache.struts2.dispatcher.LocalizedMessage
-
- equals(String) - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
Compares the message bytes to the specified String object.
- equals(ByteChunk) - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
- equals(byte[], int, int) - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
- equals(CharChunk) - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
- equals(char[], int, int) - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
- equals(Object) - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
- equals(String) - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
Compares the message bytes to the specified String object.
- equals(CharChunk) - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
- equals(char[], int, int) - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
- equals(String) - Method in class org.apache.struts2.util.tomcat.buf.MessageBytes
-
Compares the message bytes to the specified String object.
- equals(Object) - Method in class org.apache.struts2.util.tomcat.buf.MessageBytes
-
- equals(MessageBytes) - Method in class org.apache.struts2.util.tomcat.buf.MessageBytes
-
- equalsIgnoreCase(String) - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
Compares the message bytes to the specified String object.
- equalsIgnoreCase(String) - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
Compares the message bytes to the specified String object.
- equalsIgnoreCase(String) - Method in class org.apache.struts2.util.tomcat.buf.MessageBytes
-
Compares the message bytes to the specified String object.
- ERROR - Static variable in interface com.opensymphony.xwork2.Action
-
The action execution was a failure.
- error(SAXParseException) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
-
- ErrorMessageBuilder - Class in com.opensymphony.xwork2.ognl
-
Helper class to build error messages.
- errorPosition - Variable in class org.apache.struts2.components.UIBean
-
- errorPosition - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
-
- errors - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
-
Internal list of raised errors to be passed to the the Struts2 framework.
- errorSettingExpressionWithValue(String, Object) - Method in class com.opensymphony.xwork2.ognl.ErrorMessageBuilder
-
- escape(Object) - Method in class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
-
- escape(String) - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
-
- escape - Variable in class org.apache.struts2.components.ActionMessage
-
- escape(String) - Method in class org.apache.struts2.components.UIBean
-
- escape - Variable in class org.apache.struts2.views.jsp.ui.FieldErrorTag
-
- escapeAmp - Variable in class org.apache.struts2.components.ComponentUrlProvider
-
- escapeAmp - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
-
- escapeAmp - Variable in class org.apache.struts2.views.jsp.URLTag
-
- escapeHtmlBody - Variable in class org.apache.struts2.components.Anchor
-
- escapeHtmlBody() - Method in class org.apache.struts2.components.Anchor
-
Override to set if body content should be HTML-escaped.
- escapeHtmlBody() - Method in class org.apache.struts2.components.Component
-
Override to set if body content should be HTML-escaped.
- escapeHtmlBody - Variable in class org.apache.struts2.components.Submit
-
- escapeHtmlBody() - Method in class org.apache.struts2.components.Submit
-
Override to set if body content should be HTML-escaped.
- escapeHtmlBody - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
-
- escapeHtmlBody - Variable in class org.apache.struts2.views.jsp.ui.SubmitTag
-
- evaluate(char[], String, TextParseUtil.ParsedValueEvaluator, int) - Method in class com.opensymphony.xwork2.util.OgnlTextParser
-
- evaluate(char[], String, TextParseUtil.ParsedValueEvaluator, int) - Method in interface com.opensymphony.xwork2.util.TextParser
-
- evaluate(String) - Method in interface com.opensymphony.xwork2.util.TextParseUtil.ParsedValueEvaluator
-
Evaluated the value parsed by Ognl value stack.
- evaluateClientSideJsEnablement(String, String, String) - Method in class org.apache.struts2.components.Form
-
Evaluate client side JavaScript Enablement.
- Evaluated - Class in com.opensymphony.xwork2.util
-
- Evaluated(Object) - Constructor for class com.opensymphony.xwork2.util.Evaluated
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.ActionError
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.ActionMessage
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.Anchor
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.Checkbox
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.CheckboxList
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.ComboBox
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.DateTextField
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.DoubleSelect
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.FieldError
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.Form
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.FormButton
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.InputTransferSelect
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.Label
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.ListUIBean
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.Password
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.Radio
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.Reset
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.Select
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.Submit
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.TextArea
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.TextField
-
- evaluateExtraParams() - Method in class org.apache.struts2.components.Token
-
First looks for the token in the PageContext using the supplied name (or
TokenHelper.DEFAULT_TOKEN_NAME
if no name is provided) so that the same token can be re-used for the scope of a request for the same name.
- evaluateExtraParams() - Method in class org.apache.struts2.components.UIBean
-
- evaluateNameValue() - Method in class org.apache.struts2.components.Form
-
- evaluateNameValue() - Method in class org.apache.struts2.components.UIBean
-
- evaluateParams() - Method in class org.apache.struts2.components.File
-
- evaluateParams() - Method in class org.apache.struts2.components.Head
-
- evaluateParams() - Method in class org.apache.struts2.components.Reset
-
- evaluateParams() - Method in class org.apache.struts2.components.Submit
-
- evaluateParams() - Method in class org.apache.struts2.components.UIBean
-
- evaluateParams() - Method in class org.apache.struts2.components.UpDownSelect
-
- exception - Variable in class org.apache.struts2.interceptor.BackgroundProcess
-
- exceptionClassName(String) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
-
- exceptionClassName - Variable in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
-
- ExceptionHolder - Class in com.opensymphony.xwork2.interceptor
-
A simple wrapper around an exception, providing an easy way to print out the stack trace of the exception as well as
a way to get a handle on the exception itself.
- ExceptionHolder(Exception) - Constructor for class com.opensymphony.xwork2.interceptor.ExceptionHolder
-
Holds the given exception
- ExceptionMappingConfig - Class in com.opensymphony.xwork2.config.entities
-
Configuration for exception mapping.
- ExceptionMappingConfig(String, String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
-
- ExceptionMappingConfig(ExceptionMappingConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
-
- ExceptionMappingConfig.Builder - Class in com.opensymphony.xwork2.config.entities
-
The builder for this object.
- ExceptionMappingInterceptor - Class in com.opensymphony.xwork2.interceptor
-
- ExceptionMappingInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
- exceptionMappings(Collection<? extends ExceptionMappingConfig>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- exceptionMappings - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- exclude(UrlSet) - Method in class com.opensymphony.xwork2.util.finder.UrlSet
-
- exclude(ClassLoaderInterface) - Method in class com.opensymphony.xwork2.util.finder.UrlSet
-
- exclude(File) - Method in class com.opensymphony.xwork2.util.finder.UrlSet
-
- exclude(String) - Method in class com.opensymphony.xwork2.util.finder.UrlSet
-
- EXCLUDED_PATTERNS - Static variable in class com.opensymphony.xwork2.security.DefaultExcludedPatternsChecker
-
- excludedPatterns - Variable in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
-
- excludedPatterns - Variable in class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
-
- ExcludedPatternsChecker - Interface in com.opensymphony.xwork2.security
-
Used across different interceptors to check if given string matches one of the excluded patterns.
- ExcludedPatternsChecker.IsExcluded - Class in com.opensymphony.xwork2.security
-
- excludeJavaEndorsedDirs() - Method in class com.opensymphony.xwork2.util.finder.UrlSet
-
Calls excludePaths(System.getProperty("java.endorsed.dirs"))
- excludeJavaExtDirs() - Method in class com.opensymphony.xwork2.util.finder.UrlSet
-
Calls excludePaths(System.getProperty("java.ext.dirs"))
- excludeJavaHome() - Method in class com.opensymphony.xwork2.util.finder.UrlSet
-
- excludeMethods - Variable in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
-
- excludePaths(String) - Method in class com.opensymphony.xwork2.util.finder.UrlSet
-
- excludes - Variable in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
- excludeUserExtensionsDir() - Method in class com.opensymphony.xwork2.util.finder.UrlSet
-
Calls excludePaths(System.getProperty("java.ext.dirs"))
- execute() - Method in interface com.opensymphony.xwork2.Action
-
Where the logic of the action is executed.
- execute(ActionInvocation) - Method in class com.opensymphony.xwork2.ActionChainResult
-
- execute() - Method in interface com.opensymphony.xwork2.ActionProxy
-
Execute this ActionProxy.
- execute() - Method in class com.opensymphony.xwork2.ActionSupport
-
A default implementation that does nothing an returns "success".
- execute() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- execute(ReferenceMap, Object, Object) - Method in interface com.opensymphony.xwork2.inject.util.ReferenceMap.Strategy
-
- execute() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- execute(ActionInvocation) - Method in class com.opensymphony.xwork2.mock.MockResult
-
- execute(ActionInvocation) - Method in interface com.opensymphony.xwork2.Result
-
Represents a generic interface for all action execution results.
- execute(ActionInvocation) - Method in class org.apache.struts2.config.NullResult
-
- execute() - Method in class org.apache.struts2.dispatcher.DefaultActionSupport
-
- execute - Variable in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
-
- execute - Variable in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
-
- execute(String, ActionMapping) - Method in interface org.apache.struts2.dispatcher.mapper.ParameterAction
-
- execute() - Method in class org.apache.struts2.factory.StrutsActionProxy
-
- execute(ActionInvocation) - Method in class org.apache.struts2.result.HttpHeaderResult
-
Sets the optional HTTP response status code and also re-sets HTTP headers after they've
been optionally evaluated against the ValueStack.
- execute(ActionInvocation) - Method in class org.apache.struts2.result.PostbackResult
-
- execute(ActionInvocation) - Method in class org.apache.struts2.result.ServletActionRedirectResult
-
- execute(ActionInvocation) - Method in class org.apache.struts2.result.ServletRedirectResult
-
- execute(ActionInvocation) - Method in class org.apache.struts2.result.StrutsResultSupport
-
Implementation of the execute method from the Result interface.
- execute() - Method in class org.apache.struts2.util.AppendIteratorFilter
-
- execute() - Method in class org.apache.struts2.util.IteratorGenerator
-
- execute() - Method in class org.apache.struts2.util.MergeIteratorFilter
-
- execute() - Method in class org.apache.struts2.util.SortIteratorFilter
-
- execute() - Method in class org.apache.struts2.util.SubsetIteratorFilter
-
- execute(ActionInvocation) - Method in class org.apache.struts2.views.xslt.XSLTResult
-
- executeAction() - Method in class org.apache.struts2.components.ActionComponent
-
Execute the requested action.
- executeAction(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.apache.struts2.dispatcher.ExecuteOperations
-
Executes an action
- executeAfterValidationPass - Variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
-
- ExecuteAndWaitInterceptor - Class in org.apache.struts2.interceptor
-
- ExecuteAndWaitInterceptor() - Constructor for class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
-
- executed - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- ExecuteOperations - Class in org.apache.struts2.dispatcher
-
Contains execution operations for filters
- ExecuteOperations(Dispatcher) - Constructor for class org.apache.struts2.dispatcher.ExecuteOperations
-
- executeResult - Variable in class com.opensymphony.xwork2.DefaultActionProxy
-
- executeResult - Variable in class org.apache.struts2.components.ActionComponent
-
- executeResult - Variable in class org.apache.struts2.views.jsp.ActionTag
-
- executeStaticResourceRequest(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.ExecuteOperations
-
Tries to execute a request for a static resource
- EXPIRATION_DATE - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- explicitResult - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- expressionCacheSize() - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Check the size of the expression cache (current number of elements).
- ExpressionValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
This non-field level validator validates a supplied regular expression.
- ExpressionValidator - Class in com.opensymphony.xwork2.validator.validators
-
A Non-Field Level validator that validates based on regular expression supplied.
- ExpressionValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.ExpressionValidator
-
- extensions - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- extraContext - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- extraParameterProvider - Variable in class org.apache.struts2.components.ComponentUrlProvider
-
- ExtraParameterProvider - Interface in org.apache.struts2.components
-
- factory(Class<T>, String, Factory<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps a factory to a given dependency type and name.
- factory(Class<T>, Factory<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, factory, scope)
.
- factory(Class<T>, String, Factory<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type, name, factory,
Scope.PROTOTYPE)
.
- factory(Class<T>, Factory<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, factory, Scope.PROTOTYPE)
.
- factory(Class<T>, String, Class<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps an implementation class to a given dependency type and name.
- factory(Class<T>, String, Class<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps an implementation class to a given dependency type and name.
- factory(Class<T>, Class<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, implementation)
.
- factory(Class<T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, type)
.
- factory(Class<T>, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type, name, type)
.
- factory(Class<T>, Class<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, implementation, scope)
.
- factory(Class<T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, type, scope)
.
- factory(Class<T>, String, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type, name, type,
scope)
.
- Factory<T> - Interface in com.opensymphony.xwork2.inject
-
A custom factory.
- FACTORY - Static variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
-
The default transformer factory shared by all instances
- factory - Variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
-
The transformer factory
- FastByteArrayOutputStream - Class in org.apache.struts2.util
-
A speedy implementation of ByteArrayOutputStream.
- FastByteArrayOutputStream() - Constructor for class org.apache.struts2.util.FastByteArrayOutputStream
-
- FastByteArrayOutputStream(int) - Constructor for class org.apache.struts2.util.FastByteArrayOutputStream
-
- fatalError(SAXParseException) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
-
- fieldError(String, String, Exception) - Method in class org.apache.struts2.components.Component
-
Constructs a RuntimeException
based on the given information.
- FieldError - Class in org.apache.struts2.components
-
Render field errors if they exists.
- FieldError(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.FieldError
-
- fielderror - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- FieldErrorModel - Class in org.apache.struts2.views.freemarker.tags
-
- FieldErrorModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.FieldErrorModel
-
- fieldErrorsSessionKey - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
-
- FieldErrorTag - Class in org.apache.struts2.views.jsp.ui
-
FieldError Tag.
- FieldErrorTag() - Constructor for class org.apache.struts2.views.jsp.ui.FieldErrorTag
-
- FieldExpressionValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
This validator uses an OGNL expression to perform its validator.
- FieldExpressionValidator - Class in com.opensymphony.xwork2.validator.validators
-
Validates a field using an OGNL expression.
- FieldExpressionValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
-
- FieldInfo(ClassFinder.ClassInfo, Field) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.FieldInfo
-
- FieldInfo(ClassFinder.ClassInfo, String, String) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.FieldInfo
-
- fieldName - Variable in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
-
- fieldName - Variable in class org.apache.struts2.views.jsp.ui.FieldErrorTag
-
- FieldValidator - Interface in com.opensymphony.xwork2.validator
-
The FieldValidator interface defines the methods to be implemented by FieldValidators.
- FieldValidatorSupport - Class in com.opensymphony.xwork2.validator.validators
-
Base class for field validators.
- FieldValidatorSupport() - Constructor for class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
-
- fieldValue - Variable in class org.apache.struts2.components.Checkbox
-
- fieldValue - Variable in class org.apache.struts2.views.jsp.ui.CheckboxTag
-
- FieldVisitorValidatorWrapper(FieldValidator, String) - Constructor for class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
-
- file - Variable in class com.opensymphony.xwork2.util.classloader.AbstractResourceStore
-
- File - Class in org.apache.struts2.components
-
Renders an HTML file input element.
- File(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.File
-
- File(String, Object) - Constructor for class org.apache.struts2.dispatcher.Parameter.File
-
- file - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- FileInfo(File, String, String) - Constructor for class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest.FileInfo
-
Default constructor.
- fileInfos - Variable in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
-
Map between file fields and file data.
- FileManager - Interface in com.opensymphony.xwork2
-
Basic interface to access file on the File System and to monitor changes
- FileManagerFactory - Interface in com.opensymphony.xwork2
-
- FileManagerFactoryProvider - Class in com.opensymphony.xwork2.config
-
- FileManagerFactoryProvider(Class<? extends FileManagerFactory>) - Constructor for class com.opensymphony.xwork2.config.FileManagerFactoryProvider
-
- FileManagerProvider - Class in com.opensymphony.xwork2.config
-
- FileManagerProvider(Class<? extends FileManager>, String) - Constructor for class com.opensymphony.xwork2.config.FileManagerProvider
-
- FileModel - Class in org.apache.struts2.views.freemarker.tags
-
- FileModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.FileModel
-
- fileNeedsReloading(String) - Method in interface com.opensymphony.xwork2.FileManager
-
Checks if given file changed and must be reloaded
- fileNeedsReloading(URL) - Method in interface com.opensymphony.xwork2.FileManager
-
Checks if file represented by provided URL changed and must be reloaded
- fileNeedsReloading(URL) - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
- fileNeedsReloading(String) - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
- FileResourceStore - Class in com.opensymphony.xwork2.util.classloader
-
Reads a class from disk
class taken from Apache JCI
- FileResourceStore(File) - Constructor for class com.opensymphony.xwork2.util.classloader.FileResourceStore
-
- FileRevision - Class in com.opensymphony.xwork2.util.fs
-
Represents file resource revision, used for file://* resources
- files - Static variable in class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
- files - Variable in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
-
- FileTag - Class in org.apache.struts2.views.jsp.ui
-
- FileTag() - Constructor for class org.apache.struts2.views.jsp.ui.FileTag
-
- FileUploadInterceptor - Class in org.apache.struts2.interceptor
-
- FileUploadInterceptor() - Constructor for class org.apache.struts2.interceptor.FileUploadInterceptor
-
- filterConfig - Variable in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
-
- FilterHostConfig - Class in org.apache.struts2.dispatcher.filter
-
Host configuration that wraps FilterConfig
- FilterHostConfig(FilterConfig) - Constructor for class org.apache.struts2.dispatcher.filter.FilterHostConfig
-
- FinalizablePhantomReference<T> - Class in com.opensymphony.xwork2.inject.util
-
Phantom reference with a finalizeReferent()
method which a
background thread invokes after the garbage collector reclaims the
referent.
- FinalizablePhantomReference(T) - Constructor for class com.opensymphony.xwork2.inject.util.FinalizablePhantomReference
-
- FinalizableSoftReference<T> - Class in com.opensymphony.xwork2.inject.util
-
Soft reference with a finalizeReferent()
method which a background
thread invokes after the garbage collector reclaims the referent.
- FinalizableSoftReference(T) - Constructor for class com.opensymphony.xwork2.inject.util.FinalizableSoftReference
-
- FinalizableWeakReference<T> - Class in com.opensymphony.xwork2.inject.util
-
Weak reference with a finalizeReferent()
method which a background
thread invokes after the garbage collector reclaims the referent.
- FinalizableWeakReference(T) - Constructor for class com.opensymphony.xwork2.inject.util.FinalizableWeakReference
-
- find(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- find(ResolverUtil.Test, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
Attempts to discover classes that pass the test.
- find() - Method in class org.apache.struts2.interceptor.I18nInterceptor.CookieLocaleHandler
-
- find() - Method in interface org.apache.struts2.interceptor.I18nInterceptor.LocaleHandler
-
- find() - Method in class org.apache.struts2.interceptor.I18nInterceptor.RequestOnlyLocaleHandler
-
- find() - Method in class org.apache.struts2.interceptor.I18nInterceptor.SessionLocaleHandler
-
- find(ByteChunk) - Static method in class org.apache.struts2.util.tomcat.buf.StringCache
-
Find an entry given its name in the cache and return the associated
String.
- find(CharChunk) - Static method in class org.apache.struts2.util.tomcat.buf.StringCache
-
Find an entry given its name in the cache and return the associated
String.
- findActionMapping(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.PrepareOperations
-
- findActionMapping(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.struts2.dispatcher.PrepareOperations
-
- findAll(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- findAllClasses(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Executes findAllStrings assuming the strings are
the names of a classes that should be loaded and returned.
- findAllImplementations(Class) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Assumes the class specified points to a file in the classpath that contains
the name of a class that implements or is a subclass of the specfied class.
- findAllProperties(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Finds the corresponding resources and reads them in as a properties files
- findAllStrings(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Reads the contents of the found URLs as a list of
String
's and returns them.
- findAncestor(Class) - Method in class org.apache.struts2.components.Component
-
Finds the nearest ancestor of this component stack.
- findAnnotated(Class<? extends Annotation>, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
Attempts to discover classes that are annotated with to the annotation.
- findAnnotatedClasses(Class<? extends Annotation>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findAnnotatedConstructors(Class<? extends Annotation>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findAnnotatedFields(Class<? extends Annotation>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findAnnotatedMethods(Class<? extends Annotation>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findAnnotatedPackages(Class<? extends Annotation>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findAnnotation(Class<?>, Class<T>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
-
Returns the annotation on the given class or the package of the class.
- findAnnotations(Class<?>, Class<T>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
-
Returns a list of the annotation on the given class or the package of the class.
- findAutoWiringBeanFactory(ApplicationContext) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
If the given context is assignable to AutowireCapbleBeanFactory or contains a parent or a factory that is, then
set the autoWiringFactory appropriately.
- findAvailableClasses(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Executes findAvailableStrings assuming the strings are
the names of a classes that should be loaded and returned.
- findAvailableImplementations(Class) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Assumes the class specified points to a file in the classpath that contains
the name of a class that implements or is a subclass of the specfied class.
- findAvailableProperties(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Finds the corresponding resources and reads them in as a properties files
- findAvailableStrings(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Reads the contents of the found URLs as a Strings and returns them.
- findByte(byte[], int, int, byte) - Static method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
Returns the first instance of the given byte in the byte array between
the specified start and end.
- findBytes(byte[], int, int, byte[]) - Static method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
Returns the first instance of any of the given bytes in the byte array
between the specified start and end.
- findClass(String) - Method in class com.opensymphony.xwork2.util.classloader.ResourceStoreClassLoader
-
- findClass(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- findClasses(Test<ClassFinder.ClassInfo>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findClasses() - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findClassesInPackage(String, boolean) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findClosest(ByteChunk, StringCache.ByteEntry[], int) - Static method in class org.apache.struts2.util.tomcat.buf.StringCache
-
Find an entry given its name in a sorted array of map elements.
- findClosest(CharChunk, StringCache.CharEntry[], int) - Static method in class org.apache.struts2.util.tomcat.buf.StringCache
-
Find an entry given its name in a sorted array of map elements.
- findDefaultText(String, Locale) - Method in interface com.opensymphony.xwork2.LocalizedTextProvider
-
- findDefaultText(String, Locale, Object[]) - Method in interface com.opensymphony.xwork2.LocalizedTextProvider
-
- findDispatcherOnThread() - Method in class org.apache.struts2.dispatcher.InitOperations
-
- findImplementation(Class) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Assumes the class specified points to a file in the classpath that contains
the name of a class that implements or is a subclass of the specfied class.
- findImplementations(Class, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
Attempts to discover classes that are assignable to the type provided.
- findInContext(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- findInFileSystem(String) - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
-
- findInPackage(ResolverUtil.Test, String) - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
Scans for classes starting at the package provided and descending into subpackages.
- findInRequest(Class<T>, String, Callable<? extends T>) - Method in interface com.opensymphony.xwork2.inject.Scope.Strategy
-
Finds an object for the given type and name in the request scope.
- findInSession(Class<T>, String, Callable<? extends T>) - Method in interface com.opensymphony.xwork2.inject.Scope.Strategy
-
Finds an object for the given type and name in the session scope.
- findInWizard(Class<T>, String, Callable<? extends T>) - Method in interface com.opensymphony.xwork2.inject.Scope.Strategy
-
Finds an object for the given type and name in the wizard scope.
- findListValue() - Method in class org.apache.struts2.components.ComboBox
-
- findLocaleParameter(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.I18nInterceptor
-
- findMappingFromExceptions(List<ExceptionMappingConfig>, Throwable) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
- findMatches() - Method in class com.opensymphony.xwork2.util.ClassPathFinder
-
Builds a
Vector
containing Strings which each name a file
who's name matches the pattern set by setPattern(String).
- findNamedResource(String, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
- findNotBytes(byte[], int, int, byte[]) - Static method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
- findPackages(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- findPackagesMap(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- findProperties(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Finds the corresponding resource and reads it in as a properties file
- findResource(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
-
Look for a static resource in the classpath.
- findResourceBundle(String, Locale) - Method in interface com.opensymphony.xwork2.LocalizedTextProvider
-
- findStaticResource(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
-
- findStaticResource(String, HttpServletRequest, HttpServletResponse) - Method in interface org.apache.struts2.dispatcher.StaticContentLoader
-
Locate a static resource and copy directly to the response, setting the
appropriate caching headers.
- findString(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- findString(String, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- findString(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Reads the contents of the URL as a
String
's and returns it.
- findString(String) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
- findString(String, boolean) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
- findString(String) - Method in class org.apache.struts2.components.Component
-
Evaluates the OGNL stack to find a String value.
- findString(String, String, String) - Method in class org.apache.struts2.components.Component
-
Evaluates the OGNL stack to find a String value.
- findString(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
-
- findString(String) - Method in class org.apache.struts2.components.URL
-
- findString(String) - Method in interface org.apache.struts2.components.UrlProvider
-
- findString(String) - Method in class org.apache.struts2.util.StrutsUtil
-
- findString(String) - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
-
- findStringIfAltSyntax(String) - Method in class org.apache.struts2.components.Component
-
This check is needed for backwards compatibility with 2.1.x
- findSuffix(String, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
Attempts to discover classes who's name ends with the provided suffix.
- findTemplateSource(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerThemeTemplateLoader
- findText(Class, String, Locale) - Method in interface com.opensymphony.xwork2.LocalizedTextProvider
-
- findText(Class, String, Locale, String, Object[]) - Method in interface com.opensymphony.xwork2.LocalizedTextProvider
-
- findText(Class, String, Locale, String, Object[], ValueStack) - Method in interface com.opensymphony.xwork2.LocalizedTextProvider
-
- findText(ResourceBundle, String, Locale) - Method in interface com.opensymphony.xwork2.LocalizedTextProvider
-
- findText(ResourceBundle, String, Locale, String, Object[]) - Method in interface com.opensymphony.xwork2.LocalizedTextProvider
-
- findText(ResourceBundle, String, Locale, String, Object[], ValueStack) - Method in interface com.opensymphony.xwork2.LocalizedTextProvider
-
- findText(Class, String, Locale) - Method in class com.opensymphony.xwork2.util.GlobalLocalizedTextProvider
-
- findText(Class, String, Locale, String, Object[]) - Method in class com.opensymphony.xwork2.util.GlobalLocalizedTextProvider
-
Finds a localized text message for the given key, aTextName.
- findText(Class, String, Locale, String, Object[], ValueStack) - Method in class com.opensymphony.xwork2.util.GlobalLocalizedTextProvider
-
Finds a localized text message for the given key, aTextName.
- findText(ResourceBundle, String, Locale) - Method in class com.opensymphony.xwork2.util.GlobalLocalizedTextProvider
-
Finds a localized text message for the given key, aTextName, in the specified resource bundle
with aTextName as the default message.
- findText(ResourceBundle, String, Locale, String, Object[]) - Method in class com.opensymphony.xwork2.util.GlobalLocalizedTextProvider
-
Finds a localized text message for the given key, aTextName, in the specified resource
bundle.
- findText(Class, String, Locale) - Method in class com.opensymphony.xwork2.util.StrutsLocalizedTextProvider
-
- findText(Class, String, Locale, String, Object[]) - Method in class com.opensymphony.xwork2.util.StrutsLocalizedTextProvider
-
Finds a localized text message for the given key, aTextName.
- findText(Class, String, Locale, String, Object[], ValueStack) - Method in class com.opensymphony.xwork2.util.StrutsLocalizedTextProvider
-
Finds a localized text message for the given key, aTextName.
- findText(ResourceBundle, String, Locale) - Method in class com.opensymphony.xwork2.util.StrutsLocalizedTextProvider
-
Finds a localized text message for the given key, aTextName, in the specified resource bundle
with aTextName as the default message.
- findText(ResourceBundle, String, Locale, String, Object[]) - Method in class com.opensymphony.xwork2.util.StrutsLocalizedTextProvider
-
Finds a localized text message for the given key, aTextName, in the specified resource
bundle.
- findValue(String, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- findValue(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- findValue(String, Class, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- findValue(String, Class) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- findValue(String) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Find a value by evaluating the given expression against the stack in the default search order.
- findValue(String, boolean) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
- findValue(String, Class) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Find a value by evaluating the given expression against the stack in the default search order.
- findValue(String, Class, boolean) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
- findValue(String) - Method in class org.apache.struts2.components.Component
-
Finds a value from the OGNL stack based on the given expression.
- findValue(String, String, String) - Method in class org.apache.struts2.components.Component
-
Evaluates the OGNL stack to find an Object value.
- findValue(String, Class) - Method in class org.apache.struts2.components.Component
-
Evaluates the OGNL stack to find an Object of the given type.
- findValue(String, String) - Method in class org.apache.struts2.util.StrutsUtil
-
- findValue(String) - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
-
- findValue(String, Class) - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
-
- findValue(String, Object) - Method in class org.apache.struts2.views.jsp.ui.OgnlTool
-
- flush - Variable in class org.apache.struts2.components.ActionComponent
-
- flush() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
-
- flush() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
-
- flush - Variable in class org.apache.struts2.views.jsp.ActionTag
-
- flushBuffer() - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
Send the buffer to the sink.
- flushBuffer() - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
- focusElement - Variable in class org.apache.struts2.components.Form
-
- focusElement - Variable in class org.apache.struts2.views.jsp.ui.FormTag
-
- forAttr - Variable in class org.apache.struts2.components.Label
-
- forAttr - Variable in class org.apache.struts2.views.jsp.ui.LabelTag
-
- forceAddSchemeHostAndPort - Variable in class org.apache.struts2.components.ComponentUrlProvider
-
- forceAddSchemeHostAndPort - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
-
- forceAddSchemeHostAndPort - Variable in class org.apache.struts2.views.jsp.URLTag
-
- Form - Class in org.apache.struts2.components
-
- Form(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Form
-
- form - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- Form.FieldVisitorValidatorWrapper - Class in org.apache.struts2.components
-
Wrap field validator, add visitor's field prefix to the field name.
- format - Variable in class org.apache.struts2.components.DateTextField
-
- format - Variable in class org.apache.struts2.views.jsp.DateTag
-
- format - Variable in class org.apache.struts2.views.jsp.ui.DateTextFieldTag
-
- formatTime(TextProvider, ZonedDateTime) - Method in class org.apache.struts2.components.Date
-
Calculates the difference in time from now to the given date, and outputs it nicely.
- FormButton - Class in org.apache.struts2.components
-
FormButton.
- FormButton(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.FormButton
-
- FormModel - Class in org.apache.struts2.views.freemarker.tags
-
- FormModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.FormModel
-
- formName - Variable in class org.apache.struts2.components.DoubleListUIBean
-
- formName - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- FormTag - Class in org.apache.struts2.views.jsp.ui
-
- FormTag() - Constructor for class org.apache.struts2.views.jsp.ui.FormTag
-
- freemarkerManager - Variable in class org.apache.struts2.components.template.FreemarkerTemplateEngine
-
- FreemarkerManager - Class in org.apache.struts2.views.freemarker
-
Static Configuration Manager for the FreemarkerResult's configuration
- FreemarkerManager() - Constructor for class org.apache.struts2.views.freemarker.FreemarkerManager
-
- freemarkerManager - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
-
- FreemarkerResult - Class in org.apache.struts2.views.freemarker
-
Renders a view using the Freemarker template engine.
- FreemarkerResult() - Constructor for class org.apache.struts2.views.freemarker.FreemarkerResult
-
- FreemarkerResult(String) - Constructor for class org.apache.struts2.views.freemarker.FreemarkerResult
-
- FreemarkerTemplateEngine - Class in org.apache.struts2.components.template
-
Freemarker based template engine.
- FreemarkerTemplateEngine() - Constructor for class org.apache.struts2.components.template.FreemarkerTemplateEngine
-
- FreemarkerThemeTemplateLoader - Class in org.apache.struts2.views.freemarker
-
When 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.
- FreemarkerThemeTemplateLoader() - Constructor for class org.apache.struts2.views.freemarker.FreemarkerThemeTemplateLoader
-
- freeze() - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
-
- fromHexString(String) - Static method in class org.apache.struts2.util.tomcat.buf.HexUtils
-
- FULL_PROPERTY_PATH - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- fullQualifiedClassName - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
Deprecated.
- Function<F,T> - Interface in com.opensymphony.xwork2.inject.util
-
A Function provides a transformation on an object and returns the resulting
object.
- generateGUID() - Static method in class org.apache.struts2.util.TokenHelper
-
- GenericUIBean - Class in org.apache.struts2.components
-
- GenericUIBean(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.GenericUIBean
-
- get(String) - Method in class com.opensymphony.xwork2.ActionContext
-
Returns a value that is stored in the current ActionContext by doing a lookup using the value's key.
- get(int) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkList
-
Returns the element at the specified position in this list.
- get(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
- get(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
- get() - Method in class com.opensymphony.xwork2.util.Evaluated
-
- get() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- get() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.PackageInfo
-
- get(Location) - Static method in class com.opensymphony.xwork2.util.location.LocationImpl
-
- GET - Static variable in interface org.apache.struts2.components.UrlProvider
-
- get(String) - Method in class org.apache.struts2.config.DefaultSettings
-
- get(Object) - Method in class org.apache.struts2.dispatcher.ApplicationMap
-
Returns the servlet context attribute or init parameter based on the given key.
- get(Object) - Method in class org.apache.struts2.dispatcher.HttpParameters
-
- get(Object) - Method in class org.apache.struts2.dispatcher.RequestMap
-
Returns the request attribute associated with the given key or null if it doesn't exist.
- get(Object) - Method in class org.apache.struts2.dispatcher.SessionMap
-
Returns the session attribute associated with the given key or null if it doesn't exist.
- get(Character) - Static method in enum org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
-
- get(Object) - Method in class org.apache.struts2.util.AttributeMap
-
- get(String) - Method in class org.apache.struts2.util.PrefixTrie
-
- get(String) - Method in class org.apache.struts2.views.freemarker.ScopesHashModel
-
- getA() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getAbsolutePath() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile
-
- getAbsolutePath() - Method in interface org.apache.struts2.dispatcher.multipart.UploadedFile
-
- getAcceptedPattern() - Method in class com.opensymphony.xwork2.security.AcceptedPatternsChecker.IsAccepted
-
- getAcceptedPatterns() - Method in interface com.opensymphony.xwork2.security.AcceptedPatternsChecker
-
Allow access list of all defined excluded patterns
- getAcceptedPatterns() - Method in class com.opensymphony.xwork2.security.DefaultAcceptedPatternsChecker
-
- getAcceptedPatternsChecker() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getAccessCount() - Method in class org.apache.struts2.util.tomcat.buf.StringCache
-
- getAction() - Method in interface com.opensymphony.xwork2.ActionInvocation
-
Get the Action associated with this ActionInvocation.
- getAction() - Method in interface com.opensymphony.xwork2.ActionProxy
-
Gets the Action instance for this Proxy.
- getAction() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- getAction() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- getAction() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- getAction() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- getAction() - Method in class org.apache.struts2.components.ComponentUrlProvider
-
- getAction() - Method in interface org.apache.struts2.components.UrlProvider
-
- getAction() - Method in class org.apache.struts2.interceptor.BackgroundProcess
-
Retrieves the action.
- getAction() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getActionConfig(String, String) - Method in interface com.opensymphony.xwork2.config.RuntimeConfiguration
-
get the fully expanded ActionConfig for a specified namespace and (action) name
- getActionConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- getActionConfigs() - Method in interface com.opensymphony.xwork2.config.RuntimeConfiguration
-
returns a Map of all the registered ActionConfigs.
- getActionContext(HttpServletRequest) - Static method in class org.apache.struts2.ServletActionContext
-
Gets the current action context
- getActionerror() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getActionErrors() - Method in class com.opensymphony.xwork2.ActionSupport
-
- getActionErrors() - Method in interface com.opensymphony.xwork2.interceptor.ValidationAware
-
Get the Collection of Action-level error messages for this action.
- getActionErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
- getActionErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- getActionEventListener() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- getActionExcludePattern() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getActionExtension() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getActionInvocation() - Method in class com.opensymphony.xwork2.ActionContext
-
Gets the action invocation (the execution state).
- getActionMapping() - Static method in class org.apache.struts2.ServletActionContext
-
Gets the action mapping for this context
- getActionmessage() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getActionMessages() - Method in class com.opensymphony.xwork2.ActionSupport
-
- getActionMessages() - Method in interface com.opensymphony.xwork2.interceptor.ValidationAware
-
Get the Collection of Action-level messages for this action.
- getActionMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
- getActionMessages() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- getActionMethod(Class<?>, String) - Method in class org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor
-
- getActionName() - Method in interface com.opensymphony.xwork2.ActionProxy
-
Gets the alias name this ActionProxy is mapped to.
- getActionName() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- getActionName() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- getActionProxyFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getActionValidatorManager() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getAdapterFactory() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- getAdapterFactory() - Method in interface org.apache.struts2.views.xslt.AdapterNode
-
The adapter factory that created this node.
- getAdapterFactory() - Method in class org.apache.struts2.views.xslt.XSLTResult
-
- getAdapterForValue(Object) - Method in class org.apache.struts2.views.xslt.AdapterFactory
-
- getAddAllToLeftLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAddAllToLeftLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAddAllToLeftOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAddAllToLeftOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAddAllToRightLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAddAllToRightLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAddAllToRightOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAddAllToRightOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAdditionalAcceptedPatterns() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getAdditionalExcludedPatterns() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getAdditionalPackages() - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
-
- getAddLabel() - Method in class org.apache.struts2.components.InputTransferSelect
-
- getAddLabel() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
-
- getAddToLeftLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAddToLeftLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAddToLeftOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAddToLeftOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAddToRightLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAddToRightLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAddToRightOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAddToRightOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAll() - Static method in enum org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
-
- getAllActionConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
returns the Map of all the ActionConfigs available in the current package.
- getAllAsStringsMap() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getAllExceptionMappingConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
returns the List of all the ExceptionMappingConfigs available in the current package.
- getAllGlobalResults() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
returns the Map of all the global ResultConfigs available in the current package.
- getAllInterceptorConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
returns the Map of all InterceptorConfigs and InterceptorStackConfigs available in the current package.
- getAllowAddAllToLeft() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAllowAddAllToLeft() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAllowAddAllToRight() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAllowAddAllToRight() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAllowAddToLeft() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAllowAddToLeft() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAllowAddToRight() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAllowAddToRight() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAllowCaching() - Method in class org.apache.struts2.result.StreamResult
-
- getAllowedActionNames() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getAllowedCollection() - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
-
- getAllowedMethodNames() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getAllowedMethods() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- getAllowMoveDown() - Method in class org.apache.struts2.components.UpDownSelect
-
- getAllowMoveDown() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
-
- getAllowMoveUp() - Method in class org.apache.struts2.components.UpDownSelect
-
- getAllowMoveUp() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
-
- getAllowRemoveAll() - Method in class org.apache.struts2.components.InputTransferSelect
-
- getAllowRemoveAll() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
-
- getAllowRequestParameterSwitch() - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
-
- getAllowSelectAll() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAllowSelectAll() - Method in class org.apache.struts2.components.UpDownSelect
-
- getAllowSelectAll() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAllowSelectAll() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
-
- getAllowStaticFieldAccess() - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- getAllowStaticMethodAccess() - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- getAllowUpDown() - Method in class org.apache.struts2.components.InputTransferSelect
-
- getAllowUpDown() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
-
- getAllowUpDownOnLeft() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAllowUpDownOnLeft() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAllowUpDownOnRight() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getAllowUpDownOnRight() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getAllPhysicalUrls(URL) - Method in interface com.opensymphony.xwork2.FileManager
-
- getAllPhysicalUrls(URL) - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
- getAllPhysicalUrls(URL) - Method in class org.apache.struts2.util.fs.JBossFileManager
-
- getAllResultTypeConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
returns the Map of all the ResultTypeConfigs available in the current package.
- getAnchor() - Method in class org.apache.struts2.components.ComponentUrlProvider
-
- getAnchor() - Method in interface org.apache.struts2.components.UrlProvider
-
- getAnnotation(Class, String, Class<T>) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
-
Retrieves an annotation for the specified property of field, setter or getter.
- getAnnotations() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.Annotatable
-
- getAnnotations() - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder.Info
-
- getApplication() - Method in class com.opensymphony.xwork2.ActionContext
-
Returns a Map of the ServletContext when in a servlet environment or a generic application level Map otherwise.
- getApplicationContext() - Method in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
-
- getApplicationContext(Map<String, Object>) - Method in class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
-
Subclasses may override this to return a different application context.
- getArgs() - Method in class org.apache.struts2.dispatcher.LocalizedMessage
-
- getAsyncActionResult() - Method in interface com.opensymphony.xwork2.AsyncManager
-
- getAttribute(String) - Method in class org.apache.struts2.dispatcher.StrutsRequestWrapper
-
Gets the object, looking in the value stack if not found
- getAttribute(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
-
No attributes, return empty attributes if asked.
- getAttribute(String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
-
- getAttributeAdapters() - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
-
- getAttributeNode(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
-
- getAttributeNode(String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
-
- getAttributeNodeNS(String, String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
-
- getAttributeNodeNS(String, String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
-
- getAttributeNS(String, String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
-
- getAttributeNS(String, String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
-
- getAttributes() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- getAttributes() - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
-
- getAutowireStrategy() - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
- getBackgroundProcessName(ActionProxy) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
-
Returns the name to associate the background process.
- getBaseURI() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.ActionErrorModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.ActionMessageModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.ActionModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.AnchorModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.BeanModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.CheckboxListModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.CheckboxModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.ComboBoxModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.ComponentModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.DateModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.DoubleSelectModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.ElseIfModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.ElseModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.FieldErrorModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.FileModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.FormModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.HeadModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.HiddenModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.I18nModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.IfModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.IncludeModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.InputTransferSelectModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.IteratorModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.LabelModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.OptGroupModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.OptionTransferSelectModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.ParamModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.PasswordModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.PropertyModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.PushModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.RadioModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.ResetModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.SelectModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.SetModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.SubmitModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.TagModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.TextAreaModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.TextFieldModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.TextModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.TokenModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.UpDownSelectModel
-
- getBean() - Method in class org.apache.struts2.views.freemarker.tags.URLModel
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ActionTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.BeanTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.DateTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ElseIfTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ElseTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.I18nTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.IfTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.IncludeTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.iterator.AppendIteratorTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.iterator.MergeIteratorTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.IteratorTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.NumberTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ParamTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.PropertyTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.PushTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.SetTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.TextTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ActionErrorTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ActionMessageTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.CheckboxListTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.CheckboxTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ComponentTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.DateTextFieldTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.DebugTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.DoubleSelectTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.FieldErrorTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.FileTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.FormTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.HeadTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.HiddenTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.LabelTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.PasswordTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.RadioTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ResetTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.TokenTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
-
- getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.URLTag
-
- getBeanInfo(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Get's the java bean info for the given source object.
- getBeanInfo(Class<?>) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Get's the java bean info for the given source.
- getBeanMap(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- getBeanMap(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Creates a Map with read properties for the given source object.
- getBeanMap(Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Creates a Map with read properties for the given source object.
- getBlockedCollection() - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
-
- getBody() - Method in class org.apache.struts2.views.jsp.SetTag
-
- getBody() - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
-
- getBuffer() - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
Returns the message bytes.
- getBuffer() - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
- getBufferSize() - Method in class org.apache.struts2.result.StreamResult
-
- getButtonCssClass() - Method in class org.apache.struts2.components.InputTransferSelect
-
- getButtonCssClass() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getButtonCssClass() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
-
- getButtonCssClass() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getButtonCssStyle() - Method in class org.apache.struts2.components.InputTransferSelect
-
- getButtonCssStyle() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getButtonCssStyle() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
-
- getButtonCssStyle() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
-
- getByteChunk() - Method in class org.apache.struts2.util.tomcat.buf.MessageBytes
-
Returns the byte chunk, representing the byte[] and offset/length.
- getByteEnabled() - Method in class org.apache.struts2.util.tomcat.buf.StringCache
-
- getBytes() - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
Returns the message bytes.
- getCacheSize() - Method in class org.apache.struts2.util.tomcat.buf.StringCache
-
- getCanonicalName(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
-
- getChainHistory() - Static method in class com.opensymphony.xwork2.ActionChainResult
-
Get the XWork chain history.
- getCharChunk() - Method in class org.apache.struts2.util.tomcat.buf.MessageBytes
-
Returns the char chunk, representing the char[] and offset/length.
- getCharEnabled() - Method in class org.apache.struts2.util.tomcat.buf.StringCache
-
- getChars() - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
- getCharSet() - Method in class org.apache.struts2.result.PlainTextResult
-
Set the character set
- getCharset(String) - Static method in class org.apache.struts2.util.tomcat.buf.B2CConverter
-
- getCharset() - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
- getCharset() - Method in class org.apache.struts2.util.tomcat.buf.MessageBytes
-
Get the Charset used for string<->byte conversions.
- getCharsetLower(String) - Static method in class org.apache.struts2.util.tomcat.buf.B2CConverter
-
Only to be used when it is known that the encoding name is in lower case.
- getCheckbox() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getCheckboxlist() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getChildAdapters() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
Lazily initialize child childAdapters
- getChildAdapters() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- getChildAfter(Node) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- getChildAfter(Node) - Method in interface org.apache.struts2.views.xslt.AdapterNode
-
The child node after the specified sibling
- getChildAfter(Node) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- getChildBefore(Node) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- getChildBefore(Node) - Method in interface org.apache.struts2.views.xslt.AdapterNode
-
The child node before the specified sibling
- getChildBefore(Node) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- getChildBeforeOrAfter(Node, boolean) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- getChildNodes() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- getChildNodes() - Method in class org.apache.struts2.views.xslt.BeanAdapter
-
- getChildNodes() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- getClasses() - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
Provides access to the classes discovered so far.
- getClassesNotLoaded() - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
Returns a list of classes that could not be loaded in last invoked findAnnotated* method.
- getClassInstance(String) - Method in class com.opensymphony.xwork2.ObjectFactory
-
Utility method to obtain the class matched to className.
- getClassInstance(String) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
- getClassLoader() - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
Returns the classloader that will be used for scanning for classes.
- getClassLoaderInterface() - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- getClassName() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- getClassName() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
-
- getClassName() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
-
- getClassName() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
-
- getClazz() - Method in class org.apache.struts2.config.entities.BeanConfig
-
- getClazz() - Method in class org.apache.struts2.config.entities.BeanSelectionConfig
-
- getClazz() - Method in class org.apache.struts2.dispatcher.LocalizedMessage
-
- getClone() - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
- getColumn(Attributes) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
-
Returns the column number of an element (SAX flavor)
- getColumn(Element) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
-
Returns the column number of an element (DOM flavor)
- getColumnNumber() - Method in interface com.opensymphony.xwork2.util.location.Location
-
Get the column number of this location
- getColumnNumber() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
-
Get the column number of this location
- getCombobox() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getCommentLines() - Method in class com.opensymphony.xwork2.util.PropertiesReader
-
Returns the comment lines that have been read for the last property.
- getComplexParams(Map) - Method in class org.apache.struts2.views.freemarker.tags.TagModel
-
- getComponent() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getComponent() - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
-
- getComponentStack() - Method in class org.apache.struts2.components.Component
-
Gets the component stack of this component.
- getConfig() - Method in interface com.opensymphony.xwork2.ActionProxy
-
Gets the ActionConfig this ActionProxy is built from.
- getConfig() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- getConfig() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- getConfig() - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- getConfiguration() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
- getConfiguration(ServletContext) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- getConfiguration() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
-
- getConfigurationManager() - Method in class org.apache.struts2.dispatcher.Dispatcher
-
Expose the ConfigurationManager instance.
- getConfigurationUrls(String) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- getConfigurationUrls(String) - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
-
Look for the configuration file on the classpath and in the file system
- getConfigurationXmlReload() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getConstructors() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- getContainer() - Method in class com.opensymphony.xwork2.ActionContext
-
Sets the container for this request
- getContainer() - Method in class com.opensymphony.xwork2.ActionSupport
-
TODO: This a temporary solution, maybe we should consider stop injecting container into beans
- getContainer() - Method in interface com.opensymphony.xwork2.config.Configuration
-
- getContainer() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- getContainer() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
-
- getContainer() - Method in interface com.opensymphony.xwork2.inject.Context
-
- getContainer() - Method in class org.apache.struts2.dispatcher.Dispatcher
-
Expose the dependency injection container.
- getContainerProviders() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
Get the current list of ConfigurationProviders.
- getContent(Element) - Static method in class com.opensymphony.xwork2.config.providers.XmlHelper
-
This method will return the content of this particular element
.
- getContent() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile
-
- getContent() - Method in interface org.apache.struts2.dispatcher.multipart.UploadedFile
-
- getContent() - Method in class org.apache.struts2.util.TabbedPane
-
- getContentCharSet() - Method in class org.apache.struts2.result.StreamResult
-
- getContentDisposition() - Method in class org.apache.struts2.result.StreamResult
-
- getContentLength() - Method in class org.apache.struts2.result.StreamResult
-
- getContentType(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
-
Determine the content type for the resource name.
- getContentType(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
-
- getContentType() - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest.FileInfo
-
- getContentType(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
-
- getContentType(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
-
Returns the content type(s) of the file(s) associated with the specified field name
(as supplied by the client browser), or null if no files are associated with the
given field name.
- getContentType() - Method in class org.apache.struts2.result.StreamResult
-
- getContentType() - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- getContentType() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
-
allow parameterization of the contentType
the default being text/html
- getContentTypeMatcher() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getContentTypes(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
-
Get an array of content encoding for the specified input field name or null if
no content type was specified.
- getContext() - Static method in class com.opensymphony.xwork2.ActionContext
-
Returns the ActionContext specific to the current thread.
- getContext() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- getContext() - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Gets the context for this value stack.
- getContext() - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
-
- getContext() - Method in class org.apache.struts2.util.StrutsUtil
-
- getContextMap() - Method in class com.opensymphony.xwork2.ActionContext
-
Gets the context map.
- getContextRelativePath(ServletRequest, String) - Static method in class org.apache.struts2.components.Include
-
- getConversionErrorMessage(String, Class, ValueStack) - Static method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- getConversionErrors() - Method in class com.opensymphony.xwork2.ActionContext
-
Gets the map of conversion errors which occurred when executing the action.
- getConverter(Class, String) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- getConverterAnnotationProcessor() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getConverterArray() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getConverterCollection() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getConverterCreator() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getConverterDate() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getConverterFileProcessor() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getConverterHolder() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getConverterNumber() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getConverterPropertiesProcessor() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getConverterString() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getCookies() - Method in interface org.apache.struts2.interceptor.CookieProvider
-
Return cookies which should be send to client
- getCount() - Method in class org.apache.struts2.views.jsp.IteratorStatus
-
- getCurrency() - Method in class org.apache.struts2.components.Number
-
- getCurrent() - Method in class org.apache.struts2.util.Counter
-
- getCurrentPropertyPath(Map<String, Object>) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
Gets the current property path but not completely.
- getCurrentValue() - Method in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
-
- getCustomI18nResources() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getCustomProperties() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getData() - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
-
- getData() - Method in class org.apache.struts2.views.xslt.SimpleTextNode
-
- getDate() - Method in class org.apache.struts2.util.DateFormatter
-
- getDate() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getDateType() - Method in enum org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
-
- getDebug() - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
-
- getDec(int) - Static method in class org.apache.struts2.util.tomcat.buf.HexUtils
-
- getDeclaringClass() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.FieldInfo
-
- getDeclaringClass() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.MethodInfo
-
- getDefaultActionName() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getDefaultActionRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- getDefaultClassRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- getDefaultClassRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- getDefaultExtension() - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- getDefaultInterceptorRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- getDefaultMapping(String) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
- getDefaultMapping(String) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
-
- getDefaultMessage() - Method in interface com.opensymphony.xwork2.validator.Validator
-
Gets the default message used for validation failures
- getDefaultMessage() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
-
- getDefaultMessage() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- getDefaultMessage() - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
-
- getDefaultMessage() - Method in class org.apache.struts2.dispatcher.LocalizedMessage
-
- getDefaultMethodName() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getDefaultOpenTemplate() - Method in class org.apache.struts2.components.Anchor
-
- getDefaultOpenTemplate() - Method in class org.apache.struts2.components.ClosingUIBean
-
- getDefaultOpenTemplate() - Method in class org.apache.struts2.components.Form
-
- getDefaultOpenTemplate() - Method in class org.apache.struts2.components.Reset
-
- getDefaultOpenTemplate() - Method in class org.apache.struts2.components.Submit
-
- getDefaultRegex() - Method in class com.opensymphony.xwork2.config.entities.AllowedMethods
-
- getDefaultResultParam() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
-
- getDefaultResultType() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.ActionError
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.ActionMessage
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.Anchor
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.Checkbox
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.CheckboxList
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.ComboBox
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.DateTextField
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.Debug
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.DoubleSelect
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.FieldError
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.File
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.Form
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.GenericUIBean
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.Head
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.Hidden
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.InputTransferSelect
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.Label
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.OptionTransferSelect
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.Password
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.Radio
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.Reset
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.Select
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.Submit
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.TextArea
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.TextField
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.Token
-
- getDefaultTemplate() - Method in class org.apache.struts2.components.UIBean
-
A contract that requires each concrete UI Tag to specify which template should be used as a default.
- getDefaultTemplate() - Method in class org.apache.struts2.components.UpDownSelect
-
- getDepth(String, Throwable) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
Return the depth to the superclass matching.
- getDescription() - Method in interface com.opensymphony.xwork2.util.location.Location
-
Get the description of this location
- getDescription() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
-
Get the description of this location
- getDescription() - Method in enum org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
-
- getDevMode() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getDevModeExcludedClasses() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getDevModeExcludedPackageNamePatterns() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getDevModeExcludedPackageNames() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getDevModeOverride() - Static method in class org.apache.struts2.dispatcher.PrepareOperations
-
- getDir() - Method in class org.apache.struts2.components.template.Template
-
- getDirectiveClasses() - Method in interface org.apache.struts2.views.TagLibraryDirectiveProvider
-
Gets a list of Velocity directive classes for the tag library.
- getDisableRequestAttributeValueStackLookup() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getDisallowProxyMemberAccess() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getDispatcherErrorHandler() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getDispatcherParametersWorkaround() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getDoctype() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- getDocument() - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
-
Return the newly built Document.
- getDocumentElement() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- getDocumentURI() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- getDomConfig() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- getDOMSourceForStack(Object) - Method in class org.apache.struts2.views.xslt.XSLTResult
-
- getDoubleCssClass() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleCssClass() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleCssStyle() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleCssStyle() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleDisabled() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleDisabled() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleEmptyOption() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleEmptyOption() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleHeaderKey() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleHeaderKey() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleHeaderValue() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleHeaderValue() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleId() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleId() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleList() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleList() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleListKey() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleListKey() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleListValue() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleListValue() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleMultiple() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleMultiple() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleName() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleName() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOnblur() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOnblur() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOnchange() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOnchange() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOnclick() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOnclick() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOndblclick() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOndblclick() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOnfocus() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOnfocus() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOnkeydown() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOnkeydown() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOnkeypress() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOnkeypress() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOnkeyup() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOnkeyup() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOnmousedown() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOnmousedown() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOnmousemove() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOnmousemove() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOnmouseout() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOnmouseout() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOnmouseover() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOnmouseover() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOnmouseup() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOnmouseup() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleOnselect() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleOnselect() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleselect() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getDoubleSize() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleSize() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDoubleValue() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getDoubleValue() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
-
- getDownLabel() - Method in class org.apache.struts2.components.InputTransferSelect
-
- getDownLabel() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
-
- getDtdMappings() - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
Returns an unmodifiable map of DTD mappings
- getElementById(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- getElementClass(Class, String, Object) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
-
Determines the element class by looking for the value of @Element annotation for the given
class.
- getElementClass(Class, String, Object) - Method in interface com.opensymphony.xwork2.conversion.ObjectTypeDeterminer
-
- getElementClass(Class, String, Object) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
-
- getElementClass() - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
-
- getElementsByTagName(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- getElementsByTagName(String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
-
- getElementsByTagName(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- getElementsByTagNameNS(String, String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- getElementsByTagNameNS(String, String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
-
- getElementsByTagNameNS(String, String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- getElse() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getElseif() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getElThrowExceptionOnFailure() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getEnableDynamicMethodInvocation() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getEnableSlashesInActionNames() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getEncoding() - Method in class org.apache.struts2.views.xslt.XSLTResult
-
- getEnd() - Method in class org.apache.struts2.util.tomcat.buf.ByteChunk
-
- getEnd() - Method in class org.apache.struts2.util.tomcat.buf.CharChunk
-
- getErrorMessage() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- getErrorMessage() - Method in class org.apache.struts2.factory.StrutsActionProxy
-
- getErrorMessage(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenInterceptor
-
- getErrors() - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
-
- getErrors() - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
-
Returns a list of error messages that may have occurred while processing the request.
- getErrors() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
-
Returns a collection of any errors generated when parsing the multipart request.
- getException() - Method in class com.opensymphony.xwork2.interceptor.ExceptionHolder
-
Gets the held exception
- getException() - Method in class org.apache.struts2.interceptor.BackgroundProcess
-
Gets the exception if any was thrown during the execution of the background process.
- getExceptionClassName() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
-
- getExceptionMappings() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- getExceptionStack() - Method in class com.opensymphony.xwork2.interceptor.ExceptionHolder
-
- getExcludedClasses() - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- getExcludedClasses() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getExcludedPackageNamePatterns() - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- getExcludedPackageNamePatterns() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getExcludedPackageNames() - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- getExcludedPackageNames() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getExcludedPattern() - Method in class com.opensymphony.xwork2.security.ExcludedPatternsChecker.IsExcluded
-
- getExcludedPatterns() - Method in class com.opensymphony.xwork2.security.DefaultExcludedPatternsChecker
-
- getExcludedPatterns() - Method in interface com.opensymphony.xwork2.security.ExcludedPatternsChecker
-
Allow access list of all defined excluded patterns
- getExcludedPatternsChecker() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getExcludeMethodsSet() - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
-
- getExcludes() - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
Gets list of parameter names to exclude
- getExecuteResult() - Method in interface com.opensymphony.xwork2.ActionProxy
-
Gets the status of whether the ActionProxy is set to execute the Result after the Action is executed.
- getExecuteResult() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- getExecuteResult() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- getExpectedFoo() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
-
- getExposedValue() - Method in class org.apache.struts2.views.xslt.XSLTResult
-
- getExpression() - Method in class com.opensymphony.xwork2.validator.validators.ConditionalVisitorFieldValidator
-
- getExpression() - Method in class com.opensymphony.xwork2.validator.validators.ExpressionValidator
-
- getExpression() - Method in class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
-
- getExpressionParser() - Method in class org.apache.struts2.config.entities.ConstantConfig
-
- getExprOverrides() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- getExprOverrides() - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Gets the override map if anyone exists.
- getExtension() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
-
- getExtraParameterProvider() - Method in class org.apache.struts2.components.ComponentUrlProvider
-
- getExtraParameterProvider() - Method in interface org.apache.struts2.components.UrlProvider
-
- getExtraParameters() - Method in interface org.apache.struts2.components.ExtraParameterProvider
-
- getFeature(String, String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- getField(Class, String) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- getField(Class, String) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
- getFielderror() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getFieldErrorFieldNames() - Method in class org.apache.struts2.components.FieldError
-
- getFieldErrors() - Method in class com.opensymphony.xwork2.ActionSupport
-
- getFieldErrors() - Method in interface com.opensymphony.xwork2.interceptor.ValidationAware
-
Get the field specific errors associated with this action.
- getFieldErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
- getFieldErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- getFieldName() - Method in interface com.opensymphony.xwork2.validator.FieldValidator
-
Gets the field name to be validated
- getFieldName() - Method in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
-
- getFieldName() - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
-
- getFieldNameWithField(String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
-
- getFields() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- getFieldValidator() - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
-
- getFieldValue(String, Object) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
Return the field value named name
from object
,
object
should have the appropriate getter/setter.
- getFile() - Method in class com.opensymphony.xwork2.util.fs.FileRevision
-
- getFile(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
-
- getFile() - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest.FileInfo
-
- getFile(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
-
- getFile(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
-
Returns a
UploadedFile
object for the filename specified or
null if no files
are associated with the given field name.
- getFile() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getFileManager() - Method in interface com.opensymphony.xwork2.FileManagerFactory
-
- getFileManager() - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManagerFactory
-
- getFileNames(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
-
- getFileNames(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
-
- getFileNames(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
-
Returns a String[] of file names for files associated with the specified input field name
- getFileNames(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
-
Get a String array of the file names for uploaded files
- getFileParameterNames() - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
-
- getFileParameterNames() - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
-
- getFileParameterNames() - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
-
Returns an enumeration of the parameter names for uploaded files
- getFileParameterNames() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
-
Get an enumeration of the parameter names for uploaded files
- getFiles(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
-
Get a
File[]
for the given input field name.
- getFilesystemName(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
-
- getFilesystemName(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
-
- getFilesystemName(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
-
Returns the file system name(s) of files associated with the given field name or
null if no files are associated with the given field name.
- getFileSystemNames(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
-
Get the filename(s) of the file(s) uploaded for the given input field name.
- getFinalTemplateName(Template) - Method in class org.apache.struts2.components.template.BaseTemplateEngine
-
- getFirst() - Method in class org.apache.struts2.util.Counter
-
- getFirstChild() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
-
- getFirstChild() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
-
- getFlush() - Method in class org.apache.struts2.views.jsp.ActionTag
-
- getFoo() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
-
- getForm() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
-
- getFormat() - Method in class org.apache.struts2.components.Date
-
- getFormatted(String, String) - Method in class com.opensymphony.xwork2.ActionSupport
-
Dedicated method to support I10N and conversion errors
- getFormattedDate() - Method in class org.apache.struts2.util.DateFormatter
-
- getFormName() - Method in class org.apache.struts2.components.DoubleListUIBean
-
- getFormName()