public class CustomDateRegistrar extends Object implements org.springframework.beans.PropertyEditorRegistrar
Constructor and Description |
---|
CustomDateRegistrar() |
Modifier and Type | Method and Description |
---|---|
String |
getFormat() |
void |
registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry) |
void |
setFormat(String format) |
void |
setLocale(String locale) |
void |
setLocaleObject(Locale locale) |
void |
setTimeZone(String timeZone) |
void |
setTimeZoneObject(TimeZone timeZone) |
public String getFormat()
public void setFormat(String format)
public void setLocale(String locale)
public void setTimeZone(String timeZone)
public void setLocaleObject(Locale locale)
public void setTimeZoneObject(TimeZone timeZone)
public void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
registerCustomEditors
in interface org.springframework.beans.PropertyEditorRegistrar
Copyright © 2006–2018 TinyGroup. All rights reserved.