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

Packages that use Factory
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 Factory in com.opensymphony.xwork2.config.impl
 

Classes in com.opensymphony.xwork2.config.impl that implement Factory
 class LocatableConstantFactory<T>
          Factory that remembers where a constant came from
 class LocatableFactory<T>
          Attaches location information to the factory.
 

Uses of Factory in com.opensymphony.xwork2.inject
 

Methods in com.opensymphony.xwork2.inject with parameters of type Factory
<T> ContainerBuilder
ContainerBuilder.factory(Class<T> type, Factory<? extends T> factory)
          Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, factory, Scope.DEFAULT).
<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, String name, Factory<? extends T> factory)
          Convenience method. Equivalent to factory(type, name, factory, Scope.DEFAULT).
<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.
 

Uses of Factory in org.apache.struts2.config
 

Classes in org.apache.struts2.config that implement Factory
(package private) static class BeanSelectionProvider.ObjectFactoryDelegateFactory
           
 



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