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

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

Introduction

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

Usage

From source file oauth2.authentication.DefaultUserAuthenticationStrategy.java

public class DefaultUserAuthenticationStrategy implements UserAuthenticationStrategy, MessageSourceAware {

    private static final Logger LOGGER = LoggerFactory.getLogger(DefaultUserAuthenticationStrategy.class);

    private final PasswordEncoder passwordEncoder;

From source file com.sshdemo.common.security.manage.service.AbstractService.java

/**
 * ????
 * 
 * @author wangwei
 */
abstract class AbstractService implements MessageSourceAware {

From source file net.sourceforge.vulcan.web.struts.actions.FlushBuildQueueAction.java

public final class FlushBuildQueueAction extends Action implements MessageSourceAware {
    private StateManager stateManager;
    private EventHandler eventHandler;
    private Log auditLog;
    private MessageSource messageSource;

From source file org.slc.sli.ingestion.handler.ZipFileHandler.java

/**
 * @author ablum
 *
 */
public class ZipFileHandler extends AbstractIngestionHandler<File, File> implements MessageSourceAware {
    private static final Logger LOG = LoggerFactory.getLogger(ZipFileHandler.class);

From source file cz.jirutka.spring.exhandler.handlers.ErrorMessageRestExceptionHandler.java

/**
 * {@link RestExceptionHandler} that produces {@link ErrorMessage}.
 *
 * @param <E> Type of the handled exception.
 */
public class ErrorMessageRestExceptionHandler<E extends Exception> extends

From source file com.codecrate.shard.ui.event.commandbus.ApplicationWindowProgressMonitorActionCommandExecutor.java

public class ApplicationWindowProgressMonitorActionCommandExecutor
        implements ParameterizableActionCommandExecutor, ApplicationWindowAware, MessageSourceAware, BeanNameAware {
    private static final Log LOG = LogFactory.getLog(ApplicationWindowProgressMonitorActionCommandExecutor.class);
    private final ParameterizableActionCommandExecutor delegate;
    private MessageSource messageSource;
    private String messageKey;

From source file sk.openhouse.web.recaptcha.LocaleReCaptchaImpl.java

/**
 *
 * @author pete <p.reisinger@gmail.com>
 */
public class LocaleReCaptchaImpl extends ReCaptchaImpl implements MessageSourceAware {

From source file org.fornax.cartridges.sculptor.framework.web.errorhandling.ErrorBindingPhaseListener.java

/**
 * Gets the {@link Errors} object from validator classes and creates a
 * FacesMessage for each error message in that object.
 * <p>
 * The Errors object holds error codes which are resolved using i18n.messages
 * <p>

From source file net.sourceforge.vulcan.web.struts.actions.ImportConfigAction.java

public class ImportConfigAction extends Action implements MessageSourceAware {
    private Log auditLog;
    private EventHandler eventHandler;
    private StateManager stateManager;
    private ConfigurationStore configurationStore;
    private MessageSource messageSource;

From source file nz.co.senanque.vaadinsupport.viewmanager.TouchLoginForm.java

/**
 * 
 * @author Roger Parkinson
 * @version $Revision:$
 */