Added war stuff
[dynamic-remote.git] / remote-war / src / main / java / test / remote / server / web / ApplicationConversionServiceFactoryBean.java
blob97ed05251021bdac52e2dc1d7d23fdbf6ee5b914
1 package test.remote.server.web;
3 import org.springframework.format.FormatterRegistry;
4 import org.springframework.format.support.FormattingConversionServiceFactoryBean;
6 // import org.springframework.roo.addon.web.mvc.controller.RooConversionService;
8 /**
9 * A central place to register application Converters and Formatters.
11 // @RooConversionService
12 public class ApplicationConversionServiceFactoryBean extends
13 FormattingConversionServiceFactoryBean {
15 @Override
16 protected void installFormatters(FormatterRegistry registry) {
17 super.installFormatters(registry);
18 // Register application converters and formatters