com.opensymphony.xwork2.util
Class ObjectTypeDeterminerFactory
java.lang.Object
com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory
public class ObjectTypeDeterminerFactory
- extends Object
Factory for getting an instance of ObjectTypeDeterminer
.
Will use com.opensymphony.xwork2.util.GenericsObjectTypeDeterminer
if running on JDK5 or higher.
If not com.opensymphony.xwork2.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 |
LOG
private static final Log LOG
instance
private static ObjectTypeDeterminer instance
ObjectTypeDeterminerFactory
public ObjectTypeDeterminerFactory()
setInstance
public static void setInstance(ObjectTypeDeterminer instance)
getInstance
public static ObjectTypeDeterminer getInstance()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.