类的使用
org.springframework.context.support.AbstractMessageSource
使用AbstractMessageSource的程序包 程序包 说明 org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.org.springframework.context.support中AbstractMessageSource的使用
org.springframework.context.support中AbstractMessageSource的子类 修饰符和类型 类 说明 classAbstractResourceBasedMessageSourceAbstract base class forMessageSourceimplementations based on resource bundle conventions, such asResourceBundleMessageSourceandReloadableResourceBundleMessageSource.classReloadableResourceBundleMessageSourceSpring-specificMessageSourceimplementation that accesses resource bundles using specified basenames, participating in the SpringApplicationContext's resource loading.classResourceBundleMessageSourceMessageSourceimplementation that accesses resource bundles using specified basenames.classStaticMessageSourceSimple implementation ofMessageSourcewhich allows messages to be registered programmatically.