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

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

Uses of InternalFactory in com.opensymphony.xwork2.inject
 

Fields in com.opensymphony.xwork2.inject declared as InternalFactory
private static InternalFactory<Container> ContainerBuilder.CONTAINER_FACTORY
           
(package private)  InternalFactory<?> ContainerImpl.FieldInjector.factory
           
(package private)  InternalFactory<? extends T> ContainerImpl.ParameterInjector.factory
           
private static InternalFactory<Logger> ContainerBuilder.LOGGER_FACTORY
           
 

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

Methods in com.opensymphony.xwork2.inject that return InternalFactory
(package private)
<T> InternalFactory<? extends T>
ContainerImpl.getFactory(Key<T> key)
           
(package private) abstract
<T> InternalFactory<? extends T>
Scope.scopeFactory(Class<T> type, String name, InternalFactory<? extends T> factory)
          Wraps factory with scoping logic.
 

Methods in com.opensymphony.xwork2.inject with parameters of type InternalFactory
private
<T> ContainerBuilder
ContainerBuilder.factory(Key<T> key, InternalFactory<? extends T> factory, Scope scope)
          Maps a dependency.
(package private) abstract
<T> InternalFactory<? extends T>
Scope.scopeFactory(Class<T> type, String name, InternalFactory<? extends T> factory)
          Wraps factory with scoping logic.
(package private)
<T> Callable<? extends T>
Scope.toCallable(InternalContext context, InternalFactory<? extends T> factory)
           
 

Constructors in com.opensymphony.xwork2.inject with parameters of type InternalFactory
ContainerImpl.ParameterInjector(ExternalContext<T> externalContext, InternalFactory<? extends T> factory)
           
 

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



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