Uses of Interface
com.opensymphony.xwork2.util.ObjectTypeDeterminer

Packages that use ObjectTypeDeterminer
com.opensymphony.xwork2.mock XWork specific mock classes. 
com.opensymphony.xwork2.util XWork util classes. 
 

Uses of ObjectTypeDeterminer in com.opensymphony.xwork2.mock
 

Classes in com.opensymphony.xwork2.mock that implement ObjectTypeDeterminer
 class MockObjectTypeDeterminer
          Mocks the function of an ObjectTypeDeterminer for testing purposes.
 

Uses of ObjectTypeDeterminer in com.opensymphony.xwork2.util
 

Classes in com.opensymphony.xwork2.util that implement ObjectTypeDeterminer
 class DefaultObjectTypeDeterminer
          This ObjectTypeDeterminer looks at the Class-conversion.properties for entries that indicated what objects are contained within Maps and Collections.
 class GenericsObjectTypeDeterminer
          GenericsObjectTypeDeterminer
 

Fields in com.opensymphony.xwork2.util declared as ObjectTypeDeterminer
private static ObjectTypeDeterminer ObjectTypeDeterminerFactory.instance
           
protected  ObjectTypeDeterminer XWorkConverter.objectTypeDeterminer
           
 

Methods in com.opensymphony.xwork2.util that return ObjectTypeDeterminer
static ObjectTypeDeterminer ObjectTypeDeterminerFactory.getInstance()
           
 ObjectTypeDeterminer XWorkConverter.getObjectTypeDeterminer()
           
 

Methods in com.opensymphony.xwork2.util with parameters of type ObjectTypeDeterminer
static void ObjectTypeDeterminerFactory.setInstance(ObjectTypeDeterminer instance)
           
 void XWorkConverter.setObjectTypeDeterminer(ObjectTypeDeterminer determiner)
           
 



Copyright © 2007 OpenSymphony. All Rights Reserved.