org.zkoss.spring.binding.convert.service
Class ZkConversionService

java.lang.Object
  extended by org.springframework.binding.convert.service.GenericConversionService
      extended by org.springframework.binding.convert.service.DefaultConversionService
          extended by org.zkoss.spring.binding.convert.service.ZkConversionService
All Implemented Interfaces:
org.springframework.binding.convert.ConversionService

public class ZkConversionService
extends org.springframework.binding.convert.service.DefaultConversionService

Convenient ConversionService implementation for ZK that composes ZK-specific converters with the standard Web Flow converters.

In addition to the standard Web Flow conversion, this service provide conversion from an Object[], List, Set, Map into a ListModel using a "listModel" alias for the type.

Since:
1.1
Author:
henrichen

Constructor Summary
ZkConversionService()
           
 
Method Summary
protected  void addZkConverters()
           
 
Methods inherited from class org.springframework.binding.convert.service.DefaultConversionService
addDefaultAliases, addDefaultConverters
 
Methods inherited from class org.springframework.binding.convert.service.GenericConversionService
addAlias, addConverter, addConverter, executeConversion, executeConversion, getClassForAlias, getConversionExecutor, getConversionExecutor, getDelegateConversionService, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZkConversionService

public ZkConversionService()
Method Detail

addZkConverters

protected void addZkConverters()


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.