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 nz.co.senanque.validationengine.ValidationEngineImpl.java

/** 
 * This is the validation engine implementation. 
 * It implements validation on individual fields, including custom validation, as well as labels etc.
 * It accepts plugins for cross field validation and generation of new data.
 * 
 * @author Roger Parkinson

From source file nz.co.senanque.workflow.GenericVaadinForm.java

/**
 * @author Roger Parkinson
 *
 */
public class GenericVaadinForm extends VerticalLayout implements WorkflowForm, ClickListener, MessageSourceAware {

From source file com.nullheat.server.exception.DefaultRestErrorResolver.java

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

From source file org.entitypedia.games.common.api.handlers.DefaultExceptionDetailsResolver.java

/**
 * Default {@code ExceptionDetailsResolver} implementation that converts discovered Exceptions to
 * {@link org.entitypedia.games.common.exceptions.ExceptionDetails} instances.
 *
 * @author Les Hazlewood
 * @author <a href="http://autayeu.com/">Aliaksandr Autayeu</a>

From source file org.apache.cxf.fediz.spring.authentication.FederationAuthenticationProvider.java

/**
 * This {@link AuthenticationProvider} implements the integration with the Identity Provider
 * based on the WS-Federation Passive Requestor Profile.
 */
public class FederationAuthenticationProvider
        implements AuthenticationProvider, InitializingBean, MessageSourceAware {

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

/**
 * This allows a user to launch a process. It fetches the launch form from the relevant bundle and presents it to the user.
 * Then it saves the details for workflow to process.
 * 
 * @author Roger Parkinson
 *

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

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

From source file it.cilea.osd.jdyna.web.flow.RealAnagraficaDTOEditingAction.java

public class RealAnagraficaDTOEditingAction<P extends Property<TP>, TP extends PropertiesDefinition, I extends IContainable, H extends IPropertyHolder<I>, A extends Tab<I, H>, AO extends AnagraficaObject<P, TP>>
        extends BaseFormAction implements MessageSourceAware {

    protected Log logger = LogFactory.getLog(RealAnagraficaDTOEditingAction.class);

    private IPersistenceDynaService applicationService;

From source file com.ctb.prism.login.security.provider.AbstractUserDetailsAuthenticationProvider.java

/**
 * A base {@link AuthenticationProvider} that allows subclasses to override and work with {@link
 * org.springframework.security.core.userdetails.UserDetails} objects. The class is designed to respond to {@link
 * UsernamePasswordAuthenticationToken} authentication requests.
 *
 * <p>

From source file org.lareferencia.provider.controller.ProviderController.java

public class ProviderController extends MultiActionController implements MessageSourceAware {
    //private final Log log = LogFactory.getLog(getClass());

    @Autowired
    private ProviderStatsManager statsManager;