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

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

Introduction

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

Usage

From source file hello.MetricsActivator.java

/**
 * <p>
 * MBean exporter for Spring Integration components in an existing application. Add an instance of this as a bean
 * definition in the same context as the components you need to monitor and all message channels and message handlers
 * will be exposed.
 * </p>

From source file org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler.java

/**
 * A handler for messages delegating to {@link MessageMapping @MessageMapping}
 * and {@link SubscribeMapping @SubscribeMapping} annotated methods.
 *
 * <p>Supports Ant-style path patterns with template variables.
 *

From source file org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor.java

/**
 * Bean post-processor that registers methods annotated with @{@link Scheduled}
 * to be invoked by a {@link org.springframework.scheduling.TaskScheduler} according
 * to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.
 *
 * <p>This post-processor is automatically registered by Spring's

From source file org.springframework.session.data.redis.config.annotation.web.http.RedisHttpSessionConfiguration.java

/**
 * Exposes the {@link SessionRepositoryFilter} as a bean named
 * {@code springSessionRepositoryFilter}. In order to use this a single
 * {@link RedisConnectionFactory} must be exposed as a Bean.
 *
 * @author Rob Winch

From source file org.springframework.web.servlet.resource.ResourceHttpRequestHandler.java

/**
 * {@code HttpRequestHandler} that serves static resources in an optimized way
 * according to the guidelines of Page Speed, YSlow, etc.
 *
 * <p>The {@linkplain #setLocations "locations"} property takes a list of Spring
 * {@link Resource} locations from which static resources are allowed to