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 es.osoco.grails.plugins.otp.access.TwoFactorDecisionManager.java

/**
 * Uses the affirmative-based logic for roles, i.e. any in the list will grant access, but allows
 * an authenticated voter to 'veto' access. This allows specification of roles and
 * <code>IS_AUTHENTICATED_FULLY</code> on one line in SecurityConfig.groovy.
 *
 * @author <a href='mailto:rafael.luque@osoco.es'>Rafael Luque</a>

From source file com.gfactor.web.wicket.context.ProviderManager.java

/**
* Iterates an {@link Authentication} request through a list of {@link AuthenticationProvider}s.
*
* <p>
* <tt>AuthenticationProvider</tt>s are usually tried in order until one provides a non-null response.
* A non-null response indicates the provider had authority to decide on the authentication request and no further

From source file com.pradeya.spring.web.servlet.handler.DefaultRestErrorResolver.java

/**
 * Default {@code RestErrorResolver} implementation that converts discovered Exceptions to
 * {@link RestError} instances.
 *
 * @author Les Hazlewood
 */

From source file com.stormpath.spring.web.servlet.handler.DefaultRestErrorResolver.java

/**
 * Default {@code RestErrorResolver} implementation that converts discovered Exceptions to
 * {@link RestError} instances.
 *
 * @author Les Hazlewood
 */

From source file com.pkstudio.hive.exceptions.rest.DefaultRestErrorResolver.java

/**
 * Default {@code RestErrorResolver} implementation that converts discovered Exceptions to
 * {@link RestError} instances.
 *
 * @author Les Hazlewood
 */

From source file com.novation.eligibility.rest.spring.web.servlet.handler.DefaultRestErrorResolver.java

/**
 * Default {@code RestErrorResolver} implementation that converts discovered Exceptions to
 * {@link RestError} instances.
 *
 * @author Les Hazlewood
 */

From source file com.yang.oa.commons.exception.DefaultRestErrorResolver.java

/**
 * ?
 * MessageSourceAware?MessageSource
 * InitializingBean?springbean
 * @author yangbo
 *

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

/**
 * 
 * Adapted from
 * http://dev.vaadin.com/browser/incubator/gasdiary/src/org/vaadin/gasdiary
 * /ui/LoginScreen.java but that probably does it better long term (allows
 * creation of new user-this doesn't). However this allows you to define the

From source file org.jlot.web.api.error.DefaultRestErrorResolver.java

/**
 * Default {@code RestErrorResolver} implementation that converts discovered
 * Exceptions to {@link RestError} instances.
 * 
 * @author Les Hazlewood
 */

From source file com.oolong.platform.web.error.DefaultRestErrorResolver.java

/**
 * Default {@code RestErrorResolver} implementation that converts discovered
 * Exceptions to {@link RestError} instances.
 * 
 * @author Les Hazlewood
 */