|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
ContainerBuilder.factory(Class<T> type,
Factory<? extends T> factory)
Convenience method. |
|
|
ContainerBuilder.factory(Class<T> type,
Factory<? extends T> factory,
Scope scope)
Convenience method. |
|
|
ContainerBuilder.factory(Class<T> type,
String name,
Factory<? extends T> factory)
Convenience method. |
|
|
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) class |
BeanSelectionProvider.ObjectFactoryDelegateFactory
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||