com.opensymphony.xwork.util
Class ObjectTypeDeterminerFactory
java.lang.Object
com.opensymphony.xwork.util.ObjectTypeDeterminerFactory
- public class ObjectTypeDeterminerFactory
- extends Object
Factory for getting an instance of ObjectTypeDeterminer
.
In WebWork this factory is used to instantiate a JDK5 generics compatible factory.
Will use com.opensymphony.xwork.util.GenericsObjectTypeDeterminer
if running on JDK5 or higher.
If not com.opensymphony.xwork.util.ObjectTypeDeterminer
is used.
- Author:
- plightbo, Rainer Hermanns
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectTypeDeterminerFactory
public ObjectTypeDeterminerFactory()
setInstance
public static void setInstance(ObjectTypeDeterminer instance)
getInstance
public static ObjectTypeDeterminer getInstance()