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.conversion.impl   
com.opensymphony.xwork2.inject Guice (pronounced "juice"). 
com.opensymphony.xwork2.interceptor Interceptor classes. 
com.opensymphony.xwork2.ognl   
com.opensymphony.xwork2.ognl.accessor   
com.opensymphony.xwork2.spring Spring ObjectFactory classes. 
com.opensymphony.xwork2.test   
com.opensymphony.xwork2.validator XWork validation subsystem. 
com.opensymphony.xwork2.validator.validators XWork default validator classes. 
org.apache.struts2.components   
org.apache.struts2.components.template   
org.apache.struts2.config Classes for Struts configuration and property handling. 
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.dispatcher.mapper   
org.apache.struts2.dispatcher.multipart Classes to help dispatch multipart HTTP requests. 
org.apache.struts2.interceptor Web specific interceptor classes. 
org.apache.struts2.interceptor.debugging   
org.apache.struts2.views.freemarker Classes for views using FreeMarker. 
org.apache.struts2.views.jsp.ui Struts' JSP UI tags. 
org.apache.struts2.views.velocity Classes for views using Velocity. 
org.apache.struts2.views.xslt The new xslt view supports an extensible Java XML adapter framework that makes it easy to customize the XML rendering of objects and to incorporate structured XML text and arbitarary DOM fragments into the output. 
 

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.conversion.impl
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.ognl
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.ognl.accessor
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.test
ContainerBuilder
          Builds a dependency injection Container.
 

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

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

Classes in com.opensymphony.xwork2.inject used by org.apache.struts2.components
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 org.apache.struts2.components.template
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 org.apache.struts2.config
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 org.apache.struts2.dispatcher
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 org.apache.struts2.dispatcher.mapper
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 org.apache.struts2.dispatcher.multipart
Inject
          Annotates members and parameters which should have their value[s] injected.
 

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

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

Classes in com.opensymphony.xwork2.inject used by org.apache.struts2.views.freemarker
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 org.apache.struts2.views.jsp.ui
Inject
          Annotates members and parameters which should have their value[s] injected.
 

Classes in com.opensymphony.xwork2.inject used by org.apache.struts2.views.velocity
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 org.apache.struts2.views.xslt
Inject
          Annotates members and parameters which should have their value[s] injected.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.