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.inject Guice (pronounced "juice"). 
com.opensymphony.xwork2.interceptor Interceptor classes. 
com.opensymphony.xwork2.spring Spring ObjectFactory classes. 
com.opensymphony.xwork2.util XWork util classes. 
 

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 DefaultActionProxyFactory.setContainer(Container container)
           
 void ObjectFactory.setContainer(Container container)
           
 void DefaultActionProxy.setObjectFactory(ObjectFactory factory)
           
static void ObjectFactory.setObjectFactory(ObjectFactory factory)
           
 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.inject
 

Methods in com.opensymphony.xwork2.inject that return Inject
(package private)  Inject ContainerImpl.findInject(Annotation[] annotations)
          Finds the Inject annotation in an array of annotations.
 

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.setDevMode(String mode)
           
static void XWorkConverter.setInstance(XWorkConverter instance)
           
 



Copyright © 2007 OpenSymphony. All Rights Reserved.