Home
last modified time | relevance | path

Searched refs:registerFormatters (Results 1 – 6 of 6) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/format/support/
H A DFormattingConversionServiceFactoryBean.java135 registerFormatters(); in afterPropertiesSet()
138 private void registerFormatters() { in registerFormatters() method in FormattingConversionServiceFactoryBean
155 registrar.registerFormatters(this.conversionService); in registerFormatters()
H A DDefaultFormattingConversionService.java98 new JodaTimeFormatterRegistrar().registerFormatters(formatterRegistry); in addDefaultFormatters()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/format/
H A DFormatterRegistrar.java34 void registerFormatters(FormatterRegistry registry); in registerFormatters() method
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/format/datetime/joda/
H A DJodaTimeFormatterRegistrar.java90 public void registerFormatters(FormatterRegistry registry) { in registerFormatters() method in JodaTimeFormatterRegistrar
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/format/support/
H A DFormattingConversionServiceFactoryBeanTests.java195 public void registerFormatters(FormatterRegistry registry) {
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/format/datetime/joda/
H A DJodaTimeFormattingTests.java61 registrar.registerFormatters(conversionService); in setUp()