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.
 

Fields in com.opensymphony.xwork2.conversion.impl declared as ObjectTypeDeterminer
private  ObjectTypeDeterminer XWorkBasicConverter.objectTypeDeterminer
           
 

Methods in com.opensymphony.xwork2.conversion.impl with parameters of type ObjectTypeDeterminer
 void XWorkBasicConverter.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
 

Fields in com.opensymphony.xwork2.ognl.accessor declared as ObjectTypeDeterminer
private  ObjectTypeDeterminer XWorkCollectionPropertyAccessor.objectTypeDeterminer
           
private  ObjectTypeDeterminer XWorkListPropertyAccessor.objectTypeDeterminer
           
private  ObjectTypeDeterminer XWorkMapPropertyAccessor.objectTypeDeterminer
           
 

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



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.