Uses of Class
com.opensymphony.xwork2.config.entities.ActionConfig
Packages that use ActionConfig
Package
Description
Main XWork interfaces and classes.
Configuration core classes.
Configuration entity classes.
Configuration implementation classes.
Configuration provider classes.
XWork specific mock classes.
-
Uses of ActionConfig in com.opensymphony.xwork2
Fields in com.opensymphony.xwork2 declared as ActionConfigMethods in com.opensymphony.xwork2 that return ActionConfigModifier and TypeMethodDescriptionActionProxy.getConfig()
Gets the ActionConfig this ActionProxy is built from.DefaultActionProxy.getConfig()
DefaultUnknownHandlerManager.handleUnknownAction
(String namespace, String actionName) Iterate over UnknownHandlers and return the result of the first one that can handle itUnknownHandler.handleUnknownAction
(String namespace, String actionName) Handles the case when an action configuration is unknown.UnknownHandlerManager.handleUnknownAction
(String namespace, String actionName) Methods in com.opensymphony.xwork2 with parameters of type ActionConfigModifier and TypeMethodDescriptionObjectFactory.buildAction
(String actionName, String namespace, ActionConfig config, Map<String, Object> extraContext) Build an instance of the action class to handle a particular request (eg.DefaultUnknownHandlerManager.handleUnknownResult
(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode) Iterate over UnknownHandlers and return the result of the first one that can handle itUnknownHandler.handleUnknownResult
(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode) Handles the case when a result cannot be found for an action and result code.UnknownHandlerManager.handleUnknownResult
(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode) protected String
DefaultActionInvocation.invokeAction
(Object action, ActionConfig actionConfig) protected String
DefaultActionInvocation.saveResult
(ActionConfig actionConfig, Object methodResult) Save the result to be used later. -
Uses of ActionConfig in com.opensymphony.xwork2.config
Methods in com.opensymphony.xwork2.config that return ActionConfigModifier and TypeMethodDescriptionRuntimeConfiguration.getActionConfig
(String namespace, String name) get the fully expanded ActionConfig for a specified namespace and (action) nameMethods in com.opensymphony.xwork2.config that return types with arguments of type ActionConfigModifier and TypeMethodDescriptionRuntimeConfiguration.getActionConfigs()
returns a Map of all the registered ActionConfigs. -
Uses of ActionConfig in com.opensymphony.xwork2.config.entities
Fields in com.opensymphony.xwork2.config.entities declared as ActionConfigFields in com.opensymphony.xwork2.config.entities with type parameters of type ActionConfigMethods in com.opensymphony.xwork2.config.entities that return ActionConfigMethods in com.opensymphony.xwork2.config.entities that return types with arguments of type ActionConfigModifier and TypeMethodDescriptionPackageConfig.getActionConfigs()
PackageConfig.getAllActionConfigs()
returns the Map of all the ActionConfigs available in the current package.Methods in com.opensymphony.xwork2.config.entities with parameters of type ActionConfigModifier and TypeMethodDescriptionPackageConfig.Builder.addActionConfig
(String name, ActionConfig action) Constructors in com.opensymphony.xwork2.config.entities with parameters of type ActionConfigModifierConstructorDescriptionprotected
ActionConfig
(ActionConfig orig) Clones an ActionConfig, copying data into new maps and listsBuilder
(ActionConfig toClone) -
Uses of ActionConfig in com.opensymphony.xwork2.config.impl
Methods in com.opensymphony.xwork2.config.impl that return ActionConfigModifier and TypeMethodDescriptionClones the ActionConfig and its children, replacing various properties with the values of the wildcard-matched strings.Methods in com.opensymphony.xwork2.config.impl with parameters of type ActionConfigModifier and TypeMethodDescriptionClones the ActionConfig and its children, replacing various properties with the values of the wildcard-matched strings.Constructor parameters in com.opensymphony.xwork2.config.impl with type arguments of type ActionConfigModifierConstructorDescriptionActionConfigMatcher
(PatternMatcher<?> patternMatcher, Map<String, ActionConfig> configs, boolean looseMatch) Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes.ActionConfigMatcher
(PatternMatcher<?> patternMatcher, Map<String, ActionConfig> configs, boolean looseMatch, boolean appendNamedParameters) Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes. -
Uses of ActionConfig in com.opensymphony.xwork2.config.providers
Methods in com.opensymphony.xwork2.config.providers that return ActionConfigModifier and TypeMethodDescriptionprotected ActionConfig
XmlDocConfigurationProvider.buildActionConfig
(Element actionElement, Location location, PackageConfig.Builder packageContext, Map<String, ResultConfig> results) -
Uses of ActionConfig in com.opensymphony.xwork2.factory
Methods in com.opensymphony.xwork2.factory with parameters of type ActionConfigModifier and TypeMethodDescriptionActionFactory.buildAction
(String actionName, String namespace, ActionConfig config, Map<String, Object> extraContext) Builds action instanceDefaultActionFactory.buildAction
(String actionName, String namespace, ActionConfig config, Map<String, Object> extraContext) -
Uses of ActionConfig in com.opensymphony.xwork2.mock
Methods in com.opensymphony.xwork2.mock that return ActionConfigMethods in com.opensymphony.xwork2.mock with parameters of type ActionConfig