Uses of Interface
com.opensymphony.xwork2.inject.Factory
Packages that use Factory
Package
Description
Configuration implementation classes.
Guice (pronounced "juice").
-
Uses of Factory in com.opensymphony.xwork2.config.impl
Classes in com.opensymphony.xwork2.config.impl that implement FactoryModifier and TypeClassDescriptionclass
Factory that remembers where a constant came fromclass
Attaches location information to the factory. -
Uses of Factory in com.opensymphony.xwork2.inject
Methods in com.opensymphony.xwork2.inject with parameters of type FactoryModifier and TypeMethodDescription<T> ContainerBuilder
Convenience method. Equivalent tofactory(type, Container.DEFAULT_NAME, factory, Scope.PROTOTYPE)
.<T> ContainerBuilder
Convenience method. Equivalent tofactory(type, Container.DEFAULT_NAME, factory, scope)
.<T> ContainerBuilder
Convenience method. Equivalent tofactory(type, name, factory, Scope.PROTOTYPE)
.<T> ContainerBuilder
Maps a factory to a given dependency type and name.