Example usage for org.springframework.core.env EnvironmentCapable interface-usage

List of usage examples for org.springframework.core.env EnvironmentCapable interface-usage

Introduction

In this page you can find the example usage for org.springframework.core.env EnvironmentCapable interface-usage.

Usage

From source file org.springframework.beans.factory.support.AbstractBeanDefinitionReader.java

/**
 * Abstract base class for bean definition readers which implement
 * the {@link BeanDefinitionReader} interface.
 *
 * <p>Provides common properties like the bean factory to work on
 * and the class loader to use for loading bean classes.

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.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.context.annotation.ClassPathScanningCandidateComponentProvider.java

/**
 * A component provider that provides candidate components from a base package. Can
 * use {@link CandidateComponentsIndex the index} if it is available of scans the
 * classpath otherwise. Candidate components are identified by applying exclude and
 * include filters. {@link AnnotationTypeFilter}, {@link AssignableTypeFilter} include
 * filters on an annotation/superclass that are annotated with {@link Indexed} are