Uses of Package
com.opensymphony.xwork2.inject

Packages that use com.opensymphony.xwork2.inject
com.opensymphony.xwork2 Main Xwork interfaces and classes. 
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.impl Configuration implementation 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. 
 

Classes in com.opensymphony.xwork2.inject used by com.opensymphony.xwork2
Container
          Injects dependencies into constructors, methods and fields annotated with Inject.
Inject
          Annotates members and parameters which should have their value[s] injected.
 

Classes in com.opensymphony.xwork2.inject used by com.opensymphony.xwork2.config
Container
          Injects dependencies into constructors, methods and fields annotated with Inject.
ContainerBuilder
          Builds a dependency injection Container.
 

Classes in com.opensymphony.xwork2.inject used by com.opensymphony.xwork2.config.impl
Container
          Injects dependencies into constructors, methods and fields annotated with Inject.
ContainerBuilder
          Builds a dependency injection Container.
Context
          Context of the current injection.
Factory
          A custom factory.
Scope
          Scope of an injected objects.
 

Classes in com.opensymphony.xwork2.inject used by com.opensymphony.xwork2.config.providers
ContainerBuilder
          Builds a dependency injection Container.
Inject
          Annotates members and parameters which should have their value[s] injected.
 

Classes in com.opensymphony.xwork2.inject used by com.opensymphony.xwork2.inject
ConstructionContext
          Context of a dependency construction.
ConstructionContext.DelegatingInvocationHandler
           
Container
          Injects dependencies into constructors, methods and fields annotated with Inject.
ContainerBuilder
          Builds a dependency injection Container.
ContainerImpl
          Default Container implementation.
ContainerImpl.ConstructorInjector
           
ContainerImpl.ContextualCallable
           
ContainerImpl.Injector
          Injects a field or method in a given object.
ContainerImpl.InjectorFactory
           
ContainerImpl.MissingDependencyException
           
ContainerImpl.ParameterInjector
           
Context
          Context of the current injection.
ExternalContext
          An immutable snapshot of the current context which is safe to expose to client code.
Factory
          A custom factory.
Inject
          Annotates members and parameters which should have their value[s] injected.
InternalContext
          Internal context.
InternalFactory
          Creates objects which will be injected.
Key
          Dependency mapping key.
Scope
          Scope of an injected objects.
Scope.Strategy
          Pluggable scoping strategy.
 

Classes in com.opensymphony.xwork2.inject used by com.opensymphony.xwork2.interceptor
Inject
          Annotates members and parameters which should have their value[s] injected.
 

Classes in com.opensymphony.xwork2.inject used by com.opensymphony.xwork2.spring
Inject
          Annotates members and parameters which should have their value[s] injected.
 

Classes in com.opensymphony.xwork2.inject used by com.opensymphony.xwork2.util
Inject
          Annotates members and parameters which should have their value[s] injected.
 



Copyright © 2007 OpenSymphony. All Rights Reserved.