com.opensymphony.xwork2.config.impl
Class LocatableFactory<T>
java.lang.Object
com.opensymphony.xwork2.util.location.Located
com.opensymphony.xwork2.config.impl.LocatableFactory<T>
- All Implemented Interfaces:
- Factory<T>, Locatable
public class LocatableFactory<T>
- extends Located
- implements Factory<T>
Attaches location information to the factory.
Fields inherited from class com.opensymphony.xwork2.util.location.Located |
location |
implementation
private Class implementation
type
private Class type
name
private String name
scope
private Scope scope
LocatableFactory
public LocatableFactory(String name,
Class type,
Class implementation,
Scope scope,
Object location)
create
public T create(Context context)
- Description copied from interface:
Factory
- Creates an object to be injected.
- Specified by:
create
in interface Factory<T>
- Parameters:
context
- of this injection
- Returns:
- instance to be injected
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.