Example usage for org.springframework.context HierarchicalMessageSource interface-usage

List of usage examples for org.springframework.context HierarchicalMessageSource interface-usage

Introduction

In this page you can find the example usage for org.springframework.context HierarchicalMessageSource interface-usage.

Usage

From source file net.solarnetwork.node.util.PrefixedMessageSource.java

/**
 * Delegating {@link MessageSource} that dynamically removes a pre-configured
 * prefix
 * from all message codes.
 * 
 * <p>

From source file net.solarnetwork.node.util.TemplatedMessageSource.java

/**
 * Delegating {@link MessageSource} that dynamically extracts a pre-configured
 * regular expression match from all message codes.
 * 
 * <p>
 * The inspiration for this class was to support messages for objects that might

From source file org.springframework.context.support.AbstractMessageSource.java

/**
 * Abstract implementation of the HierarchicalMessageSource interface,
 * implementing common handling of message variants, making it easy
 * to implement a specific strategy for a concrete MessageSource.
 *
 * <p>Subclasses must implement the abstract <code>resolveCode</code>