Package | Description |
---|---|
org.springframework.format |
An API for defining Formatters to format field model values for display in a UI.
|
org.springframework.format.datetime |
Formatters for
java.util.Date properties. |
org.springframework.format.datetime.joda |
Integration with Joda-Time for formatting Joda date and time types as well as standard JDK Date types.
|
org.springframework.format.support |
Support classes for the formatting package,
providing common implementations as well as adapters.
|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
void |
FormatterRegistrar.registerFormatters(FormatterRegistry registry)
Register Formatters and Converters with a FormattingConversionService
through a FormatterRegistry SPI.
|
Modifier and Type | Method and Description |
---|---|
void |
DateFormatterRegistrar.registerFormatters(FormatterRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
JodaTimeFormatterRegistrar.registerFormatters(FormatterRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFormattingConversionService
A specialization of
FormattingConversionService configured by default with
converters and formatters appropriate for most applications. |
class |
FormattingConversionService
A
ConversionService implementation
designed to be configured as a FormatterRegistry . |
Modifier and Type | Method and Description |
---|---|
static void |
DefaultFormattingConversionService.addDefaultFormatters(FormatterRegistry formatterRegistry)
Add formatters appropriate for most environments, including number formatters and a Joda-Time
date formatter if Joda-Time is present on the classpath.
|
protected void |
FormattingConversionServiceFactoryBean.installFormatters(FormatterRegistry registry)
Deprecated.
since Spring 3.1 in favor of
FormattingConversionServiceFactoryBean.setFormatterRegistrars(Set) |
Modifier and Type | Method and Description |
---|---|
void |
WebMvcConfigurerAdapter.addFormatters(FormatterRegistry registry)
|
protected void |
DelegatingWebMvcConfiguration.addFormatters(FormatterRegistry registry) |
void |
WebMvcConfigurer.addFormatters(FormatterRegistry registry)
|
protected void |
WebMvcConfigurationSupport.addFormatters(FormatterRegistry registry)
|
Copyright © 2015. All rights reserved.