org.springframework.binding.form.support
Class AbstractFormModelTests.TestConversionService

Show UML class diagram
java.lang.Object
  extended by org.springframework.binding.form.support.AbstractFormModelTests.TestConversionService
All Implemented Interfaces:
org.springframework.binding.convert.ConversionService
Enclosing class:
AbstractFormModelTests

public class AbstractFormModelTests.TestConversionService
extends Object
implements org.springframework.binding.convert.ConversionService


Field Summary
 int calls
           
 org.springframework.binding.convert.ConversionExecutor executer
           
 Class lastSource
           
 Class lastTarget
           
 
Constructor Summary
AbstractFormModelTests.TestConversionService()
           
 
Method Summary
 Class getClassByAlias(String arg0)
           
 org.springframework.binding.convert.ConversionExecutor getConversionExecutor(Class source, Class target)
           
 org.springframework.binding.convert.ConversionExecutor getConversionExecutorByTargetAlias(Class arg0, String arg1)
           
 org.springframework.binding.convert.ConversionExecutor[] getConversionExecutorsForSource(Class sourceClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

calls

public int calls

lastSource

public Class lastSource

lastTarget

public Class lastTarget

executer

public org.springframework.binding.convert.ConversionExecutor executer
Constructor Detail

AbstractFormModelTests.TestConversionService

public AbstractFormModelTests.TestConversionService()
Method Detail

getConversionExecutor

public org.springframework.binding.convert.ConversionExecutor getConversionExecutor(Class source,
                                                                                    Class target)
Specified by:
getConversionExecutor in interface org.springframework.binding.convert.ConversionService

getConversionExecutorByTargetAlias

public org.springframework.binding.convert.ConversionExecutor getConversionExecutorByTargetAlias(Class arg0,
                                                                                                 String arg1)
                                                                                          throws IllegalArgumentException
Specified by:
getConversionExecutorByTargetAlias in interface org.springframework.binding.convert.ConversionService
Throws:
IllegalArgumentException

getClassByAlias

public Class getClassByAlias(String arg0)
Specified by:
getClassByAlias in interface org.springframework.binding.convert.ConversionService

getConversionExecutorsForSource

public org.springframework.binding.convert.ConversionExecutor[] getConversionExecutorsForSource(Class sourceClass)
                                                                                         throws org.springframework.binding.convert.ConversionException
Specified by:
getConversionExecutorsForSource in interface org.springframework.binding.convert.ConversionService
Throws:
org.springframework.binding.convert.ConversionException


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.