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

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

Introduction

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

Usage

From source file org.jasig.springframework.web.portlet.context.ConfigurablePortletEnvironment.java

/**
 * Specialization of {@link ConfigurableEnvironment} allowing initialization of
 * portlet-related {@link org.springframework.core.env.PropertySource} objects at the
 * earliest moment the {@link PortletContext} and (optionally) {@link PortletConfig}
 * become available.
 *

From source file org.springframework.core.env.AbstractEnvironment.java

/**
 * Abstract base class for {@link Environment} implementations. Supports the notion of
 * reserved default profile names and enables specifying active and default profiles
 * through the {@link #ACTIVE_PROFILES_PROPERTY_NAME} and
 * {@link #DEFAULT_PROFILES_PROPERTY_NAME} properties.
 *