spring-struts
A C D E F G I L M O P S T 

A

ActionSupport - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
ActionSupport() - Constructor for class org.springframework.web.struts.ActionSupport
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
Initialize the Tiles definition factory.
AUTOWIRE_BY_NAME - Static variable in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Value of the autowire init-param that indicates autowiring by name: "byName"
AUTOWIRE_BY_TYPE - Static variable in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Value of the autowire init-param that indicates autowiring by type: "byType"
AutowiringRequestProcessor - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
AutowiringRequestProcessor() - Constructor for class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
 
AutowiringTilesRequestProcessor - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
AutowiringTilesRequestProcessor() - Constructor for class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
 

C

ComponentControllerSupport - Class in org.springframework.web.servlet.view.tiles
Deprecated.
as of Spring 3.0
ComponentControllerSupport() - Constructor for class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
 
ContextLoaderPlugIn - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
ContextLoaderPlugIn() - Constructor for class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
 
createDefinitionsFactory(DefinitionsFactoryConfig) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
Create the Tiles DefinitionsFactory and expose it to the ServletContext.
createWebApplicationContext(WebApplicationContext) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Instantiate the WebApplicationContext for the ActionServlet, either a default XmlWebApplicationContext or a custom context class if set.

D

DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Default context class for ContextLoaderPlugIn.
DEFAULT_NAMESPACE_SUFFIX - Static variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Suffix for WebApplicationContext namespaces.
DelegatingActionProxy - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
DelegatingActionProxy() - Constructor for class org.springframework.web.struts.DelegatingActionProxy
Deprecated.
 
DelegatingActionUtils - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
DelegatingActionUtils() - Constructor for class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
 
DelegatingRequestProcessor - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
DelegatingRequestProcessor() - Constructor for class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
 
DelegatingTilesRequestProcessor - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
DelegatingTilesRequestProcessor() - Constructor for class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
 
destroy() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Close the WebApplicationContext of the ActionServlet.
determineActionBeanName(ActionMapping) - Method in class org.springframework.web.struts.DelegatingActionProxy
Deprecated.
Determine the name of the Action bean, to be looked up in the WebApplicationContext.
determineActionBeanName(ActionMapping) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Default implementation of Action bean determination, taking the mapping path and prepending the module prefix, if any.
determineActionBeanName(ActionMapping) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
Determine the name of the Action bean, to be looked up in the WebApplicationContext.
determineActionBeanName(ActionMapping) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
Determine the name of the Action bean, to be looked up in the WebApplicationContext.
DispatchActionSupport - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
DispatchActionSupport() - Constructor for class org.springframework.web.struts.DispatchActionSupport
Deprecated.
 
doPerform(ComponentContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Perform the preparation for the component, allowing for any Exception to be thrown.

E

execute(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
This implementation delegates to doPerform, lazy-initializing the application context reference if necessary.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.struts.DelegatingActionProxy
Deprecated.
Pass the execute call on to the Spring-managed delegate Action.
executeController(Controller, ComponentContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Execute the given Tiles controller.
expose(Errors, HttpServletRequest) - Method in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.
Set the Errors object that this SpringBindingActionForm is supposed to wrap.
exposeHelpers(HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesJstlView
Deprecated.
 

F

findRequiredWebApplicationContext(ActionServlet, ModuleConfig) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Find most specific context available: check ContextLoaderPlugIn's WebApplicationContext first, fall back to root WebApplicationContext else.

G

getActionServlet() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the Struts ActionServlet that this PlugIn is associated with.
getApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Return the current Spring ApplicationContext.
getAutowireMode() - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Return the autowire mode to use for wiring Struts Actions.
getAutowireMode() - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Return the autowire mode to use for wiring Struts Actions.
getAutowireMode(ActionServlet) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Determine the autowire mode from the "autowire" init-param of the Struts ActionServlet, falling back to "AUTOWIRE_BY_TYPE" as default.
getComponentContext(ComponentDefinition, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Determine the Tiles component context for the given Tiles definition.
getComponentDefinition(DefinitionsFactory, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Determine the Tiles component definition for the given Tiles definitions factory.
getContextClass() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the custom context class.
getContextConfigLocation() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the explicit context config location, if any.
getController(ComponentDefinition, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Determine and initialize the Tiles component controller for the given Tiles definition, if any.
getDelegateAction(ActionMapping) - Method in class org.springframework.web.struts.DelegatingActionProxy
Deprecated.
Return the delegate Action for the given mapping.
getDelegateAction(ActionMapping) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
Return the delegate Action for the given mapping.
getDelegateAction(ActionMapping) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
Return the delegate Action for the given mapping.
getDependencyCheck() - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Return whether to apply a dependency check after wiring Struts Actions.
getDependencyCheck() - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Return whether to apply a dependency check after wiring Struts Actions.
getDependencyCheck(ActionServlet) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Determine the dependency check to use from the "dependencyCheck" init-param of the Struts ActionServlet, falling back to no dependency check as default.
getDispatcherPath(ComponentDefinition, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Determine the dispatcher path for the given Tiles definition, i.e.
getMessageSourceAccessor() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getModuleConfig() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the Struts ModuleConfig that this PlugIn is associated with.
getModulePrefix() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the prefix of the ModuleConfig that this PlugIn is associated with.
getNamespace() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the namespace for the ActionServlet, falling back to default scheme if no custom namespace was set: e.g.
getRequiredWebApplicationContext(ActionServlet, ModuleConfig) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext.
getServletContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the ServletContext that this PlugIn is associated with.
getServletContext() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Return the current ServletContext.
getServletContextAttributeName() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the ServletContext attribute name for this PlugIn's WebApplicationContext.
getServletName() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the name of the ActionServlet that this PlugIn is associated with.
getTempDir() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Return the temporary directory for the current web application, as provided by the servlet container.
getWebApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return this PlugIn's WebApplicationContext.
getWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingActionProxy
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
getWebApplicationContext(ActionServlet, ModuleConfig) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
Return the WebApplicationContext that this processor delegates to.
getWebApplicationContext() - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
Return the WebApplicationContext that this processor delegates to.
getWebApplicationContext() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Return the current Spring WebApplicationContext.

I

init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
 
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
 
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Create the ActionServlet's WebApplicationContext.
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
 
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Subclasses can override this for custom initialization behavior.
initApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
 
initAutowireMode(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Determine the autowire mode to use for wiring Struts Actions.
initAutowireMode(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Determine the autowire mode to use for wiring Struts Actions.
initDependencyCheck(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Determine whether to apply a dependency check after wiring Struts Actions.
initDependencyCheck(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Determine whether to apply a dependency check after wiring Struts Actions.
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Initialize and publish the WebApplicationContext for the ActionServlet.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).

L

logger - Variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
 
LookupDispatchActionSupport - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
LookupDispatchActionSupport() - Constructor for class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
 

M

MappingDispatchActionSupport - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
MappingDispatchActionSupport() - Constructor for class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
 

O

onDestroy() - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Callback for custom destruction when the ActionServlet shuts down.
onDestroy() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Callback for custom destruction when the ActionServlet shuts down.
onDestroy() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Callback for custom destruction when the ActionServlet shuts down.
onDestroy() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Callback for custom destruction when the ActionServlet shuts down.
onInit() - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Callback for custom initialization after the context has been set up.
onInit() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Callback for custom initialization after the context has been set up.
org.springframework.web.servlet.view.tiles - package org.springframework.web.servlet.view.tiles
Support classes for the integration of Tiles (included in Struts) as Spring web view technology.
org.springframework.web.struts - package org.springframework.web.struts
Support classes for integrating a Struts web tier with a Spring middle tier which is typically hosted in a Spring root WebApplicationContext.

P

PARAM_AUTOWIRE - Static variable in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
The name of the autowire init-param specified on the Struts ActionServlet: "spring.autowire"
PARAM_DEPENDENCY_CHECK - Static variable in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
The name of the dependency check init-param specified on the Struts ActionServlet: "spring.dependencyCheck"
PATH_ATTRIBUTE - Static variable in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Name of the attribute that will override the path of the layout page to render.
perform(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
This implementation delegates to execute, converting non-Servlet/IO Exceptions to ServletException.
prepareForRendering(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Prepare for rendering the Tiles definition: Execute the associated component controller if any, and determine the request dispatcher path.
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Extend the base class method to autowire each created Action instance.
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Extend the base class method to autowire each created Action instance.
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
Override the base class method to return the delegate action.
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
Override the base class method to return the delegate action.

S

SERVLET_CONTEXT_PREFIX - Static variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Prefix for the ServletContext attribute for the WebApplicationContext.
setContextClass(Class) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Set a custom context class.
setContextClassName(String) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Set a custom context class by name.
setContextConfigLocation(String) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Set the context config location explicitly, instead of relying on the default location built from the namespace.
setDefinitions(String[]) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
Set the Tiles definitions, i.e.
setFactoryClass(Class) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
Set the factory class for Tiles.
setNamespace(String) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Set a custom namespace for the ActionServlet, to be used for building a default context config location.
setPath(HttpServletRequest, String) - Static method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Set the path of the layout page to render.
setServlet(ActionServlet) - Method in class org.springframework.web.struts.ActionSupport
Deprecated.
Initialize the WebApplicationContext for this Action.
setServlet(ActionServlet) - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated.
Initialize the WebApplicationContext for this Action.
setServlet(ActionServlet) - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.
Initialize the WebApplicationContext for this Action.
setServlet(ActionServlet) - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.
Initialize the WebApplicationContext for this Action.
setValidateDefinitions(boolean) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
Set whether to validate the Tiles XML definitions.
SpringBindingActionForm - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
SpringBindingActionForm() - Constructor for class org.springframework.web.struts.SpringBindingActionForm
Deprecated.
 

T

TilesConfigurer - Class in org.springframework.web.servlet.view.tiles
Deprecated.
as of Spring 3.0
TilesConfigurer() - Constructor for class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
 
TilesJstlView - Class in org.springframework.web.servlet.view.tiles
Deprecated.
as of Spring 3.0
TilesJstlView() - Constructor for class org.springframework.web.servlet.view.tiles.TilesJstlView
Deprecated.
 
TilesView - Class in org.springframework.web.servlet.view.tiles
Deprecated.
as of Spring 3.0
TilesView() - Constructor for class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
 
A C D E F G I L M O P S T 
spring-struts