org.openregistry.core.web
Class ApplicationConversionService

java.lang.Object
  extended by org.springframework.binding.convert.service.GenericConversionService
      extended by org.springframework.binding.convert.service.DefaultConversionService
          extended by org.openregistry.core.web.ApplicationConversionService
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.binding.convert.ConversionService

@Component
public final class ApplicationConversionService
extends org.springframework.binding.convert.service.DefaultConversionService
implements org.springframework.beans.factory.InitializingBean

Created by IntelliJ IDEA. User: Nancy Mond Date: Mar 26, 2009 Time: 9:58:55 AM To change this template use File | Settings | File Templates.


Field Summary
protected  org.slf4j.Logger logger
           
 
Constructor Summary
ApplicationConversionService(PersonRepository personRepository, ReferenceRepository referenceRepository)
           
 
Method Summary
protected  void addDefaultConverters()
           
 void afterPropertiesSet()
           
 void setDefaultDateFormat(java.lang.String dateFormat)
           
 
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, getDelegateConversionService, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.slf4j.Logger logger
Constructor Detail

ApplicationConversionService

@Inject
public ApplicationConversionService(PersonRepository personRepository,
                                           ReferenceRepository referenceRepository)
Method Detail

addDefaultConverters

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

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

setDefaultDateFormat

public void setDefaultDateFormat(java.lang.String dateFormat)


Copyright © 2009-2012 JA-SIG, Inc.. All Rights Reserved.