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.UserAuthenticationProvider.java

public class UserAuthenticationProvider implements AuthenticationProvider, MessageSourceAware {

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

    private final UserRepository userRepository;
    private final UserAuthenticationStrategy authenticationStrategy;

From source file com.alibaba.citrus.service.form.support.AbstractValidator.java

/**
 * <code>Validator</code>
 * 
 * @author Michael Zhou
 */
public abstract class AbstractValidator extends BeanSupport implements Validator, MessageSourceAware {

From source file org.springmodules.validation.valang.parser.DefaultVisitor.java

/**
 * <p>Allows registration of custom functions. Custom functions can overwrite default functions.
 * <p/>
 * <p>Default functions are:
 * <p/>
 * <ul>

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

/**
 * 
 * Original idea came from from <a href="http://dev.vaadin.com/browser/incubator/gasdiary/src/org/vaadin/gasdiary/ui/ViewManager.java"/>
 * Because it is accessible from non-spring beans (using a factory) it is used to hold various
 * view related stuff as well as the views. It should be wired as a session scoped bean.
 * 

From source file sample.contact.web.AdminPermissionController.java

/**
 * Web controller to handle <tt>Permission</tt> administration functions - adding and
 * deleting permissions for contacts.
 *
 * @author Luke Taylor
 * @since 3.0

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

public abstract class BaseDispatchAction extends DispatchAction implements MessageSourceAware {
    private Log auditLog;
    private Set<String> actionsToAudit;
    private EventHandler eventHandler;
    protected StateManager stateManager;
    private MessageSource messageSource;

From source file nz.co.senanque.workflowui.ProcessInstances.java

/**
 * @author Roger Parkinson
 *
 */
@UIScope
@org.springframework.stereotype.Component

From source file nz.co.senanque.workflowui.FieldGroupWizard.java

/**
 * @author Roger Parkinson
 *
 */
@UIScope
@org.springframework.stereotype.Component

From source file nz.co.senanque.vaadinsupport.tableeditor.TableEditorLayout.java

/**
 * 
 * Layout with a table that handles popup editors. It can be used quite generically with just Spring wiring:
 * 
 *   &lt;bean id="personTableLayout" class="nz.co.senanque.vaadinsupport.tableeditor.TableEditorLayout"&gt;
 *       &lt;property name="container" ref="personContainer"/&gt;

From source file com.cpst.postal.settlement.user.security.CustomProviderManager.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