org.openregistry.core.web
Class ApplicationConversionService
java.lang.Object
org.springframework.binding.convert.service.GenericConversionService
org.springframework.binding.convert.service.DefaultConversionService
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
|
| 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 |
logger
protected final org.slf4j.Logger logger
ApplicationConversionService
@Inject
public ApplicationConversionService(PersonRepository personRepository,
ReferenceRepository referenceRepository)
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.