| 构造器和说明 |
|---|
StringTemplate(org.springframework.context.MessageSource messageSource) |
StringTemplate(org.springframework.context.MessageSource messageSource,
Function<List<org.springframework.validation.FieldError>,String> convert) |
StringTemplate(org.springframework.context.MessageSource messageSource,
Locale currentLocale) |
StringTemplate(org.springframework.context.MessageSource messageSource,
Locale currentLocale,
Function<List<org.springframework.validation.FieldError>,String> convert) |
getConvert, getCurrentLocale, getMessageSource, setConvert, setCurrentLocale, setMessageSourcepublic StringTemplate(org.springframework.context.MessageSource messageSource)
public StringTemplate(org.springframework.context.MessageSource messageSource,
Locale currentLocale,
Function<List<org.springframework.validation.FieldError>,String> convert)
public StringTemplate(org.springframework.context.MessageSource messageSource,
Locale currentLocale)
Copyright © 2018. All rights reserved.