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

Packages that use ObjectTypeDeterminer
com.opensymphony.xwork.mock   
com.opensymphony.xwork.util   
 

Uses of ObjectTypeDeterminer in com.opensymphony.xwork.mock
 

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

Uses of ObjectTypeDeterminer in com.opensymphony.xwork.util
 

Classes in com.opensymphony.xwork.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.
 

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

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


XWork Project Page