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

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

Introduction

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

Usage

From source file org.springframework.cloud.task.batch.partition.DeployerPartitionHandler.java

/**
 * <p>A {@link PartitionHandler} implementation that delegates to a {@link TaskLauncher} for
 * each of the workers.  The id of the worker's StepExecution is passed as an environment
 * variable to the worker.  The worker, bootstrapped by the
 * {@link DeployerStepExecutionHandler}, looks up the StepExecution in the JobRepository
 * and executes it.  This PartitionHandler polls the JobRepository for the results.</p>

From source file org.springframework.context.annotation.ConfigurationClassPostProcessor.java

/**
 * {@link BeanFactoryPostProcessor} used for bootstrapping processing of
 * {@link Configuration @Configuration} classes.
 *
 * <p>Registered by default when using {@code <context:annotation-config/>} or
 * {@code <context:component-scan/>}. Otherwise, may be declared manually as

From source file org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport.java

/**
 * The {@link AbstractAnnotationConfigSupport} class is an abstract base class encapsulating functionality
 * common to all Annotations and configuration classes used to configure Pivotal GemFire/Apache Geode objects
 * with Spring Data GemFire or Spring Data Geode.
 *
 * @author John Blum

From source file org.springframework.web.filter.GenericFilterBean.java

/**
 * Simple base implementation of {@link javax.servlet.Filter} which treats
 * its config parameters ({@code init-param} entries within the
 * {@code filter} tag in {@code web.xml}) as bean properties.
 *
 * <p>A handy superclass for any type of filter. Type conversion of config

From source file org.springframework.web.portlet.GenericPortletBean.java

/**
 * Simple extension of {@code javax.portlet.GenericPortlet} that treats
 * its config parameters as bean properties.
 *
 * <p>A very handy superclass for any type of portlet. Type conversion is automatic.
 * It is also possible for subclasses to specify required properties.

From source file org.springframework.web.servlet.HttpServletBean.java

/**
 * Simple extension of {@link javax.servlet.http.HttpServlet} which treats
 * its config parameters ({@code init-param} entries within the
 * {@code servlet} tag in {@code web.xml}) as bean properties.
 *
 * <p>A handy superclass for any type of servlet. Type conversion of config

From source file org.springframework.xd.dirt.server.container.ContainerServerApplication.java

/**
 * The boot application class for a Container server.
 *
 * @author Mark Fisher
 * @author David Turanski
 * @author Marius Bogoevici

From source file org.springframework.xd.dirt.server.ContainerServerApplication.java

/**
 * The boot application class for a Container server.
 *
 * @author Mark Fisher
 * @author David Turanski
 * @author Marius Bogoevici

From source file org.springframework.xd.dirt.util.XdConfigLoggingInitializer.java

/**
 * Initializer that can print useful stuff about an XD context on startup.
 *
 * @author Dave Syer
 * @author David Turanski
 * @author Ilayaperumal Gopinathan

From source file org.springframework.xd.dirt.util.XdInitializer.java

/**
 * Initializer that can print useful stuff about an XD context on startup.
 * 
 * @author Dave Syer
 */
public class XdInitializer implements ApplicationContextInitializer<ConfigurableApplicationContext>,