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"). 
org.apache.struts2.config Classes for Struts configuration and property handling. 
 

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.
 

Uses of Context in org.apache.struts2.config
 

Methods in org.apache.struts2.config with parameters of type Context
 Object BeanSelectionProvider.ObjectFactoryDelegateFactory.create(Context context)
           
 



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