|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork.util.ObjectTypeDeterminerFactory
public class ObjectTypeDeterminerFactory
Factory for getting an instance of ObjectTypeDeterminer
.
com.opensymphony.xwork.util.GenericsObjectTypeDeterminer
if running on JDK5 or higher.
If not com.opensymphony.xwork.util.ObjectTypeDeterminer
is used.
Constructor Summary | |
---|---|
ObjectTypeDeterminerFactory()
|
Method Summary | |
---|---|
static ObjectTypeDeterminer |
getInstance()
|
static void |
setInstance(ObjectTypeDeterminer instance)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectTypeDeterminerFactory()
Method Detail |
---|
public static void setInstance(ObjectTypeDeterminer instance)
public static ObjectTypeDeterminer getInstance()
|
XWork Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |