Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ActionAutowiringInterceptor - Class in org.apache.struts2.spring.interceptor
-
TODO: Give a description of the Interceptor.
- ActionAutowiringInterceptor() - Constructor for class org.apache.struts2.spring.interceptor.ActionAutowiringInterceptor
- appContext - Variable in class org.apache.struts2.spring.SpringObjectFactory
- autoWireBean(Object) - Method in class org.apache.struts2.spring.SpringObjectFactory
- autoWireBean(Object, AutowireCapableBeanFactory) - Method in class org.apache.struts2.spring.SpringObjectFactory
- autowireStrategy - Variable in class org.apache.struts2.spring.SpringObjectFactory
- autoWiringFactory - Variable in class org.apache.struts2.spring.SpringObjectFactory
B
- beanFactory - Variable in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- buildBean(Class, Map<String, Object>) - Method in class org.apache.struts2.spring.SpringObjectFactory
- buildBean(String, Map<String, Object>) - Method in class org.apache.struts2.spring.SpringProxyableObjectFactory
- buildBean(String, Map<String, Object>, boolean) - Method in class org.apache.struts2.spring.SpringObjectFactory
-
Looks up beans using Spring's application context before falling back to the method defined in the
ObjectFactory
.
C
- classLoader - Variable in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- ClassReloadingBeanFactory - Class in org.apache.struts2.spring
-
Same as DefaultListableBeanFactory, but it doesn't use the constructor and class cached in RootBeanDefinition
- ClassReloadingBeanFactory() - Constructor for class org.apache.struts2.spring.ClassReloadingBeanFactory
- ClassReloadingInstantiationStrategy - Class in org.apache.struts2.spring
-
Same as SimpleInstantiationStrategy, but constructor is not cached
- ClassReloadingInstantiationStrategy() - Constructor for class org.apache.struts2.spring.ClassReloadingInstantiationStrategy
- ClassReloadingXMLWebApplicationContext - Class in org.apache.struts2.spring
-
This class can be used instead of XmlWebApplicationContext, and it will watch jar files and directories for changes and reload then changed classes.
- ClassReloadingXMLWebApplicationContext() - Constructor for class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- close() - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- createBeanFactory() - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- createBeanInstance(String, RootBeanDefinition, Object[]) - Method in class org.apache.struts2.spring.ClassReloadingBeanFactory
F
- filesystemAlterationMonitor - Variable in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- findAutoWiringBeanFactory(ApplicationContext) - Method in class org.apache.struts2.spring.SpringObjectFactory
-
If the given context is assignable to AutowireCapbleBeanFactory or contains a parent or a factory that is, then set the autoWiringFactory appropriately.
G
- getAllAsStringsMap() - Method in class org.apache.struts2.spring.config.entities.SpringConstantConfig
- getApplicationContext() - Method in class org.apache.struts2.spring.interceptor.ActionAutowiringInterceptor
- getApplicationContext(Map<String, Object>) - Method in class org.apache.struts2.spring.SpringProxyableObjectFactory
-
Subclasses may override this to return a different application context.
- getAutowireStrategy() - Method in class org.apache.struts2.spring.SpringObjectFactory
- getClassInstance(String) - Method in class org.apache.struts2.spring.SpringObjectFactory
- getClassReloadingAcceptClasses() - Method in class org.apache.struts2.spring.config.entities.SpringConstantConfig
- getClassReloadingReloadConfig() - Method in class org.apache.struts2.spring.config.entities.SpringConstantConfig
- getClassReloadingWatchList() - Method in class org.apache.struts2.spring.config.entities.SpringConstantConfig
- getReloadingClassLoader() - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
I
- instantiate(RootBeanDefinition, String, BeanFactory) - Method in class org.apache.struts2.spring.ClassReloadingInstantiationStrategy
- intercept(ActionInvocation) - Method in class org.apache.struts2.spring.interceptor.ActionAutowiringInterceptor
-
Looks for the
ApplicationContext
under the attribute that the Spring listener sets in the servlet context. - isNoArgConstructorRequired() - Method in class org.apache.struts2.spring.SpringObjectFactory
-
Allows for ObjectFactory implementations that support Actions without no-arg constructors.
O
- onDirectoryChange(File) - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- onDirectoryCreate(File) - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- onDirectoryDelete(File) - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- onFileChange(File) - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- onFileCreate(File) - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- onFileDelete(File) - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- onStart(FilesystemAlterationObserver) - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- onStop(FilesystemAlterationObserver) - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- org.apache.struts2.spring - package org.apache.struts2.spring
- org.apache.struts2.spring.config.entities - package org.apache.struts2.spring.config.entities
- org.apache.struts2.spring.interceptor - package org.apache.struts2.spring.interceptor
P
- prepareBeanFactory(ConfigurableListableBeanFactory) - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
R
- refresh() - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- resolveBeanClass(RootBeanDefinition, String, Class[]) - Method in class org.apache.struts2.spring.ClassReloadingBeanFactory
S
- setAlwaysRespectAutowireStrategy(boolean) - Method in class org.apache.struts2.spring.SpringObjectFactory
-
Determines if the autowire strategy is always followed when creating beans
- setApplicationContext(ApplicationContext) - Method in class org.apache.struts2.spring.interceptor.ActionAutowiringInterceptor
- setApplicationContext(ApplicationContext) - Method in class org.apache.struts2.spring.SpringObjectFactory
-
Set the Spring ApplicationContext that should be used to look beans up with.
- setApplicationContextPath(String) - Method in class org.apache.struts2.spring.SpringObjectFactory
- setAutowireStrategy(int) - Method in class org.apache.struts2.spring.SpringObjectFactory
-
Sets the autowiring strategy
- setAutowireStrategy(Integer) - Method in class org.apache.struts2.spring.interceptor.ActionAutowiringInterceptor
- setClassReloadingAcceptClasses(Set<Pattern>) - Method in class org.apache.struts2.spring.config.entities.SpringConstantConfig
- setClassReloadingReloadConfig(Boolean) - Method in class org.apache.struts2.spring.config.entities.SpringConstantConfig
- setClassReloadingWatchList(List<String>) - Method in class org.apache.struts2.spring.config.entities.SpringConstantConfig
- setEnableAopSupport(String) - Method in class org.apache.struts2.spring.SpringObjectFactory
- setupReloading(String[], String, ServletContext, boolean) - Method in class org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext
- setUseClassCache(boolean) - Method in class org.apache.struts2.spring.SpringObjectFactory
-
Enable / disable caching of classes loaded by Spring.
- SpringConstantConfig - Class in org.apache.struts2.spring.config.entities
- SpringConstantConfig() - Constructor for class org.apache.struts2.spring.config.entities.SpringConstantConfig
- SpringConstants - Class in org.apache.struts2.spring
- SpringConstants() - Constructor for class org.apache.struts2.spring.SpringConstants
- SpringObjectFactory - Class in org.apache.struts2.spring
-
Simple implementation of the ObjectFactory that makes use of Spring's application context if one has been configured, before falling back on the default mechanism of instantiating a new class using the class name.
- SpringObjectFactory() - Constructor for class org.apache.struts2.spring.SpringObjectFactory
- SpringProxyableObjectFactory - Class in org.apache.struts2.spring
-
SpringProxyableObjectFactory.
- SpringProxyableObjectFactory() - Constructor for class org.apache.struts2.spring.SpringProxyableObjectFactory
- STRUTS_OBJECTFACTORY_SPRING_CLASS_RELOADING_ACCEPT_CLASSES - Static variable in class org.apache.struts2.spring.SpringConstants
- STRUTS_OBJECTFACTORY_SPRING_CLASS_RELOADING_RELOAD_CONFIG - Static variable in class org.apache.struts2.spring.SpringConstants
- STRUTS_OBJECTFACTORY_SPRING_CLASS_RELOADING_WATCH_LIST - Static variable in class org.apache.struts2.spring.SpringConstants
- StrutsSpringObjectFactory - Class in org.apache.struts2.spring
-
Struts object factory that integrates with Spring.
- StrutsSpringObjectFactory() - Constructor for class org.apache.struts2.spring.StrutsSpringObjectFactory
- StrutsSpringObjectFactory(String, String, String, String, ServletContext, String, Container) - Constructor for class org.apache.struts2.spring.StrutsSpringObjectFactory
-
Constructs the spring object factory
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form