Save This Page
Home » xwork-2.1.5 » com.opensymphony » xwork2 » config » impl » [javadoc | source]
com.opensymphony.xwork2.config.impl
public class: LocatableFactory [javadoc | source]
java.lang.Object
   com.opensymphony.xwork2.util.location.Located
      com.opensymphony.xwork2.config.impl.LocatableFactory

All Implemented Interfaces:
    Factory, Locatable

Attaches location information to the factory.
Fields inherited from com.opensymphony.xwork2.util.location.Located:
location
Constructor:
 public LocatableFactory(String name,
    Class type,
    Class implementation,
    Scope scope,
    Object location) 
Method from com.opensymphony.xwork2.config.impl.LocatableFactory Summary:
create,   toString
Methods from com.opensymphony.xwork2.util.location.Located:
getLocation,   setLocation
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.xwork2.config.impl.LocatableFactory Detail:
 public T create(Context context) 
 public String toString()