Example usage for org.springframework.context.support AbstractMessageSource subclass-usage

List of usage examples for org.springframework.context.support AbstractMessageSource subclass-usage

Introduction

In this page you can find the example usage for org.springframework.context.support AbstractMessageSource subclass-usage.

Usage

From source file eu.delving.core.util.MessageSourceRepo.java

/**
 * The repository of i18n messages
 *
 * @author Gerald de Jong <geralddejong@gmail.com>
 */

From source file nz.co.senanque.localemanagement.XMLMessageSource.java

/**
 * 
 * Acts as a message source, drawing data from an XML file. This is used for testing rather
 * than production because you can use .properties files just as well as XML.
 * But it is useful as a template for getting the information from a database
 * 

From source file se.softhouse.garden.orchid.spring.text.OrchidAbstractMessageSource.java

/**
 * This is a MessageSource which uses a {@link OrchidMessageFormatStorage} to
 * load messages.
 * 
 * @author Mikael Svahn
 */

From source file org.mitre.openid.connect.config.JsonMessageSource.java

/**
 * @author jricher
 *
 */
public class JsonMessageSource extends AbstractMessageSource {
    // Logger for this class

From source file jp.terasoluna.fw.message.DataSourceMessageSource.java

/**
 * DAO???????
 * ?????????
 * 
 * <p>
 * ??DB???DB??

From source file org.openmrs.module.reporting.test.CustomMessageSource.java

/**
 * Registers the custom message source service
 */
@Component
public class CustomMessageSource extends AbstractMessageSource
        implements MutableMessageSource, ApplicationContextAware {

From source file org.openmrs.module.custommessage.CustomMessageSource.java

/**
 * Registers the custom message source service
 */
public class CustomMessageSource extends AbstractMessageSource
        implements MutableMessageSource, ApplicationContextAware, GlobalPropertyListener {

From source file de.iew.services.impl.MessageBundleServiceImpl.java

/**
 * Implementiert einen Dienst fr die Verwaltung von MessageBundles.
 * <p>
 * Untersttzt:
 * </p>
 * <ul>

From source file org.openmrs.module.initializer.InitializerMessageSource.java

/**
 * Registers the custom message source service
 * 
 * @see https
 *      ://github.com/openmrs/openmrs-module-reporting/blob/037c74949f0e01f5a5cb04c5467912654d808765
 *      /api-tests/src/test/java/org/openmrs/module/reporting/test/CustomMessageSource.java

From source file org.parancoe.web.util.ReloadableResourceBundleMessageSource.java

/**
 * {@link org.springframework.context.MessageSource} implementation that accesses resource bundles
 * using specified basenames. This class uses
 * {@link java.util.Properties} instances as its custom data structure for messages, loading them
 * via a {@link org.springframework.util.PropertiesPersister} strategy: The default strategy is
 * capable of loading properties files with a specific character encoding, if desired.