org.springframework.webflow.samples.booking
Class ApplicationConversionService

java.lang.Object
  extended by org.springframework.binding.convert.service.GenericConversionService
      extended by org.springframework.binding.convert.service.DefaultConversionService
          extended by org.springframework.webflow.samples.booking.ApplicationConversionService
All Implemented Interfaces:
org.springframework.binding.convert.ConversionService

@Component(value="conversionService")
public class ApplicationConversionService
extends org.springframework.binding.convert.service.DefaultConversionService


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

Constructor Detail

ApplicationConversionService

public ApplicationConversionService()
Method Detail

addDefaultConverters

protected void addDefaultConverters()
Overrides:
addDefaultConverters in class org.springframework.binding.convert.service.DefaultConversionService


Copyright © 2009 SpringSource, Inc. All Rights Reserved.