Uses of Class
com.opensymphony.xwork2.conversion.impl.XWorkConverter

Packages that use XWorkConverter
com.opensymphony.xwork2.conversion.impl   
com.opensymphony.xwork2.ognl   
com.opensymphony.xwork2.ognl.accessor   
com.opensymphony.xwork2.util XWork util classes. 
 

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

Subclasses of XWorkConverter in com.opensymphony.xwork2.conversion.impl
 class AnnotationXWorkConverter
          Deprecated. Since XWork 2.0.4, the implementation of XWorkConverter handles the processing of annotations.
 

Fields in com.opensymphony.xwork2.conversion.impl declared as XWorkConverter
private  XWorkConverter DefaultObjectTypeDeterminer.xworkConverter
           
private  XWorkConverter XWorkBasicConverter.xworkConverter
           
 

Methods in com.opensymphony.xwork2.conversion.impl with parameters of type XWorkConverter
 void XWorkBasicConverter.setXWorkConverter(XWorkConverter conv)
           
 

Constructors in com.opensymphony.xwork2.conversion.impl with parameters of type XWorkConverter
DefaultObjectTypeDeterminer(XWorkConverter conv, ReflectionProvider prov)
           
GenericsObjectTypeDeterminer(XWorkConverter conv, XWorkBasicConverter basicConv, ReflectionProvider prov)
          Deprecated.  
 

Uses of XWorkConverter in com.opensymphony.xwork2.ognl
 

Fields in com.opensymphony.xwork2.ognl declared as XWorkConverter
private  XWorkConverter OgnlValueStackFactory.xworkConverter
           
 

Methods in com.opensymphony.xwork2.ognl with parameters of type XWorkConverter
protected  void OgnlValueStack.setRoot(XWorkConverter xworkConverter, CompoundRootAccessor accessor, CompoundRoot compoundRoot, boolean allowStaticMethodAccess)
           
 void OgnlUtil.setXWorkConverter(XWorkConverter conv)
           
 void OgnlValueStackFactory.setXWorkConverter(XWorkConverter conv)
           
 

Constructors in com.opensymphony.xwork2.ognl with parameters of type XWorkConverter
OgnlValueStack(ValueStack vs, XWorkConverter xworkConverter, CompoundRootAccessor accessor, boolean allowStaticAccess)
           
OgnlValueStack(XWorkConverter xworkConverter, CompoundRootAccessor accessor, TextProvider prov, boolean allowStaticAccess)
           
 

Uses of XWorkConverter in com.opensymphony.xwork2.ognl.accessor
 

Fields in com.opensymphony.xwork2.ognl.accessor declared as XWorkConverter
private  XWorkConverter XWorkCollectionPropertyAccessor.xworkConverter
           
private  XWorkConverter XWorkListPropertyAccessor.xworkConverter
           
private  XWorkConverter XWorkMapPropertyAccessor.xworkConverter
           
 

Methods in com.opensymphony.xwork2.ognl.accessor with parameters of type XWorkConverter
 void XWorkCollectionPropertyAccessor.setXWorkConverter(XWorkConverter conv)
           
 void XWorkListPropertyAccessor.setXWorkConverter(XWorkConverter conv)
           
 void XWorkMapPropertyAccessor.setXWorkConverter(XWorkConverter conv)
           
 

Uses of XWorkConverter in com.opensymphony.xwork2.util
 

Fields in com.opensymphony.xwork2.util declared as XWorkConverter
private  XWorkConverter XWorkList.conv
           
 

Constructors in com.opensymphony.xwork2.util with parameters of type XWorkConverter
XWorkList(ObjectFactory fac, XWorkConverter conv, Class clazz)
           
XWorkList(ObjectFactory fac, XWorkConverter conv, Class clazz, int initialCapacity)
           
 



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