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

Packages that use Key
com.opensymphony.xwork2.inject Guice (pronounced "juice"). 
 

Uses of Key in com.opensymphony.xwork2.inject
 

Fields in com.opensymphony.xwork2.inject declared as Key
(package private)  Key<T> ExternalContext.key
           
 

Fields in com.opensymphony.xwork2.inject with type parameters of type Key
(package private)  Map<Key<?>,InternalFactory<?>> ContainerBuilder.factories
           
(package private)  Map<Key<?>,InternalFactory<?>> ContainerImpl.factories
           
 

Methods in com.opensymphony.xwork2.inject that return Key
(package private) static
<T> Key<T>
Key.newInstance(Class<T> type, String name)
           
 

Methods in com.opensymphony.xwork2.inject with parameters of type Key
private
<T> ContainerBuilder
ContainerBuilder.alias(Key<T> key, Key<T> aliasKey)
          Maps an existing dependency.
private
<T> ContainerBuilder
ContainerBuilder.alias(Key<T> key, Key<T> aliasKey)
          Maps an existing dependency.
private  void ContainerBuilder.checkKey(Key<?> key)
          Ensures a key isn't already mapped.
(package private)
<T> ContainerImpl.ParameterInjector<T>
ContainerImpl.createParameterInjector(Key<T> key, Member member)
           
private
<T> ContainerBuilder
ContainerBuilder.factory(Key<T> key, InternalFactory<? extends T> factory, Scope scope)
          Maps a dependency.
(package private)
<T> InternalFactory<? extends T>
ContainerImpl.getFactory(Key<T> key)
           
(package private) static
<T> ExternalContext<T>
ExternalContext.newInstance(Member member, Key<T> key, ContainerImpl container)
           
 

Constructors in com.opensymphony.xwork2.inject with parameters of type Key
ExternalContext(Member member, Key<T> key, ContainerImpl container)
           
 

Constructor parameters in com.opensymphony.xwork2.inject with type arguments of type Key
ContainerImpl(Map<Key<?>,InternalFactory<?>> factories)
           
 



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