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.rules.RulesPlugin.java

/**
 * 
 * The Madura Rules Engine is accessed using this plugin
 * 
 * @author Roger Parkinson
 * @version $Revision: 1.9 $

From source file springacltutorial.infrastructure.MyMethodSecurityInterceptor.java

/**
 * forked AbstractSecurityInterceptor in order to use security identities
 * overrided by runasmanager at authorization before method invocations.
 */
public class MyMethodSecurityInterceptor
        implements InitializingBean, ApplicationEventPublisherAware, MessageSourceAware, MethodInterceptor {

From source file org.appverse.web.framework.backend.frontfacade.rest.authentication.JWSAuthenticationProvider.java

/**
 * JWS AuthenticationProvider
 *
 *
 *   * certificatePath a path to server public certificate.
 *   * defaultRoles a comma separated string containing the roles

From source file com.evolveum.midpoint.model.impl.security.AuthenticationEvaluatorImpl.java

/**
 * @author semancik
 *
 */
public abstract class AuthenticationEvaluatorImpl<C extends AbstractCredentialType, T extends AbstractAuthenticationContext>
        implements AuthenticationEvaluator<T>, MessageSourceAware {

From source file nz.co.senanque.vaadinsupport.application.MaduraSessionManager.java

/**
 * 
 * All of the Madura session management is done here. You register fields (or whole forms) with the manager.
 * Then you bind specific instances of the object graph to these fields.
 * There is one of these per Madura Session
 * 

From source file nz.co.senanque.validationengine.metadata.AnnotationsMetadataFactory.java

/**
 * Generates the static metadata for all relevant classes
 * 
 * @author Roger Parkinson
 * @version $Revision: 1.17 $
 */

From source file org.grails.orm.hibernate.HibernateDatastore.java

/**
 * Datastore implementation that uses a Hibernate SessionFactory underneath.
 *
 * @author Graeme Rocher
 * @since 2.0
 */

From source file com.krawler.common.util.LocaleJsController.java

public class LocaleJsController extends AbstractController implements MessageSourceAware {
    private MessageSource ms;

    @Override
    protected ModelAndView handleRequestInternal(HttpServletRequest request, HttpServletResponse response)
            throws Exception {

From source file com.krawler.crm.hrmsintegration.bizservice.GoalManagementServiceImpl.java

/**
 *
 * @author krawler
 */
public class GoalManagementServiceImpl implements GoalManagementService, MessageSourceAware {

From source file com.krawler.spring.common.CommonFnController.java

/**
 *
 * @author krawler
 */
public class CommonFnController extends MultiActionController implements MessageSourceAware {