com.opensymphony.xwork2.config.impl
Class LocatableFactory<T>

java.lang.Object
  extended by com.opensymphony.xwork2.util.location.Located
      extended by 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.


Field Summary
 
Fields inherited from class com.opensymphony.xwork2.util.location.Located
location
 
Constructor Summary
LocatableFactory(String name, Class type, Class implementation, Scope scope, Object location)
           
 
Method Summary
 T create(Context context)
          Creates an object to be injected.
 String toString()
           
 
Methods inherited from class com.opensymphony.xwork2.util.location.Located
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocatableFactory

public LocatableFactory(String name,
                        Class type,
                        Class implementation,
                        Scope scope,
                        Object location)
Method Detail

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 © 2009 OpenSymphony. All Rights Reserved.