Uses of Class
com.opensymphony.xwork2.inject.Inject

Packages that use Inject
com.opensymphony.xwork2 Main Xwork interfaces and classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
com.opensymphony.xwork2.interceptor Interceptor classes. 
com.opensymphony.xwork2.spring Spring ObjectFactory classes. 
com.opensymphony.xwork2.util XWork util classes. 
com.opensymphony.xwork2.validator XWork validation subsystem. 
 

Uses of Inject in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 with annotations of type Inject
 void DefaultActionProxy.setActionEventListener(ActionEventListener listener)
           
 void ActionChainResult.setActionProxyFactory(ActionProxyFactory actionProxyFactory)
           
 void ObjectFactory.setClassLoader(ClassLoader cl)
           
 void DefaultActionProxy.setConfiguration(Configuration config)
           
 void ObjectFactory.setContainer(Container container)
           
 void DefaultActionProxyFactory.setContainer(Container container)
           
static void ObjectFactory.setObjectFactory(ObjectFactory factory)
           
 void DefaultActionProxy.setObjectFactory(ObjectFactory factory)
           
 void TextProviderFactory.setTextProvider(TextProvider textProvider)
           
 void DefaultActionProxy.setUnknownHandler(UnknownHandler handler)
           
 

Uses of Inject in com.opensymphony.xwork2.config.providers
 

Methods in com.opensymphony.xwork2.config.providers with annotations of type Inject
 void XmlConfigurationProvider.setObjectFactory(ObjectFactory objectFactory)
           
 

Uses of Inject in com.opensymphony.xwork2.interceptor
 

Methods in com.opensymphony.xwork2.interceptor with annotations of type Inject
static void ParametersInterceptor.setDevMode(String mode)
           
 void ScopedModelDrivenInterceptor.setObjectFactory(ObjectFactory factory)
           
 

Uses of Inject in com.opensymphony.xwork2.spring
 

Methods in com.opensymphony.xwork2.spring with annotations of type Inject
 void SpringObjectFactory.setApplicationContextPath(String ctx)
           
 

Uses of Inject in com.opensymphony.xwork2.util
 

Methods in com.opensymphony.xwork2.util with annotations of type Inject
static void OgnlValueStack.setAllowStaticMethodAccess(boolean allowStaticMethodAccess)
           
static void OgnlValueStack.setDevMode(String mode)
           
static void XWorkConverter.setInstance(XWorkConverter instance)
           
 

Uses of Inject in com.opensymphony.xwork2.validator
 

Methods in com.opensymphony.xwork2.validator with annotations of type Inject
static void ValidatorFileParser.setMultiTextvalueSeparator(String type)
           
 



Copyright © 2008 OpenSymphony. All Rights Reserved.