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