Uses of Interface
org.apache.struts2.inject.Factory
Package
Description
Configuration implementation classes.
Guice (pronounced "juice").
-
Uses of Factory in org.apache.struts2.config.impl
Modifier and TypeClassDescriptionclass
Factory that remembers where a constant came fromclass
Attaches location information to the factory. -
Uses of Factory in org.apache.struts2.inject
Modifier and TypeMethodDescription<T> ContainerBuilder
Convenience method. Equivalent tofactory(type, name, factory, Scope.PROTOTYPE)
.<T> ContainerBuilder
Maps a factory to a given dependency type and name.<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)
.