类的使用
cn.taketoday.context.support.MessageSourceSupport
使用MessageSourceSupport的程序包
-
cn.taketoday.context.support中MessageSourceSupport的使用
修饰符和类型类说明classAbstract implementation of theHierarchicalMessageSourceinterface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource.classAbstract base class forMessageSourceimplementations based on resource bundle conventions, such asResourceBundleMessageSourceandReloadableResourceBundleMessageSource.classEmptyMessageSourcethat delegates all calls to the parent MessageSource.classFramework-specificMessageSourceimplementation that accesses resource bundles using specified basenames, participating in the FrameworkApplicationContext's resource loading.classMessageSourceimplementation that accesses resource bundles using specified basenames.classSimple implementation ofMessageSourcewhich allows messages to be registered programmatically.