Uses of Interface
com.opensymphony.xwork2.inject.Context

Packages that use Context
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
com.opensymphony.xwork2.inject Guice (pronounced "juice"). 
 

Uses of Context in com.opensymphony.xwork2.config.impl
 

Methods in com.opensymphony.xwork2.config.impl with parameters of type Context
 T LocatableConstantFactory.create(Context ignored)
           
 T LocatableFactory.create(Context context)
           
 

Uses of Context in com.opensymphony.xwork2.inject
 

Classes in com.opensymphony.xwork2.inject that implement Context
(package private)  class ExternalContext<T>
          An immutable snapshot of the current context which is safe to expose to client code.
 

Methods in com.opensymphony.xwork2.inject with parameters of type Context
 T Factory.create(Context context)
          Creates an object to be injected.
 



Copyright © 2007 OpenSymphony. All Rights Reserved.