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

Packages that use ObjectTypeDeterminer
com.opensymphony.xwork2.conversion.impl   
com.opensymphony.xwork2.mock XWork specific mock classes. 
com.opensymphony.xwork2.ognl.accessor   
 

Uses of ObjectTypeDeterminer in com.opensymphony.xwork2.conversion.impl
 

Classes in com.opensymphony.xwork2.conversion.impl 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
          Deprecated. Use DefaultObjectTypeDeterminer instead. Since XWork 2.0.4 the DefaultObjectTypeDeterminer handles the annotation processing.
 

Methods in com.opensymphony.xwork2.conversion.impl with parameters of type ObjectTypeDeterminer
 void XWorkBasicConverter.setObjectTypeDeterminer(ObjectTypeDeterminer det)
           
 void InstantiatingNullHandler.setObjectTypeDeterminer(ObjectTypeDeterminer det)
           
 

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.ognl.accessor
 

Methods in com.opensymphony.xwork2.ognl.accessor with parameters of type ObjectTypeDeterminer
 void XWorkMapPropertyAccessor.setObjectTypeDeterminer(ObjectTypeDeterminer ot)
           
 void XWorkListPropertyAccessor.setObjectTypeDeterminer(ObjectTypeDeterminer ot)
           
 void XWorkCollectionPropertyAccessor.setObjectTypeDeterminer(ObjectTypeDeterminer ot)
           
 



Copyright © 2009 OpenSymphony. All Rights Reserved.