Uses of Class
com.opensymphony.xwork2.inject.Scope

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

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

Constructors in com.opensymphony.xwork2.config.impl with parameters of type Scope
LocatableFactory(String name, Class type, Class implementation, Scope scope, Object location)
           
 

Uses of Scope in com.opensymphony.xwork2.inject
 

Methods in com.opensymphony.xwork2.inject that return Scope
static Scope Scope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Scope[] Scope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.opensymphony.xwork2.inject with parameters of type Scope
<T> ContainerBuilder
ContainerBuilder.factory(Class<T> type, Class<? extends T> implementation, Scope scope)
          Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, implementation, scope).
<T> ContainerBuilder
ContainerBuilder.factory(Class<T> type, Factory<? extends T> factory, Scope scope)
          Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, factory, scope).
<T> ContainerBuilder
ContainerBuilder.factory(Class<T> type, Scope scope)
          Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, type, scope).
<T> ContainerBuilder
ContainerBuilder.factory(Class<T> type, String name, Class<? extends T> implementation, Scope scope)
          Maps an implementation class to a given dependency type and name.
<T> ContainerBuilder
ContainerBuilder.factory(Class<T> type, String name, Factory<? extends T> factory, Scope scope)
          Maps a factory to a given dependency type and name.
<T> ContainerBuilder
ContainerBuilder.factory(Class<T> type, String name, Scope scope)
          Convenience method. Equivalent to factory(type, name, type, scope).
 



Copyright © 2009 OpenSymphony. All Rights Reserved.