|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.core.env.AbstractEnvironment
org.springframework.core.env.StandardEnvironment
org.springframework.web.portlet.context.StandardPortletEnvironment
org.jasig.springframework.web.portlet.context.ContribStandardPortletEnvironment
public class ContribStandardPortletEnvironment
Adds support for ConfigurablePortletEnvironment to initialize the portlet property sources
| Field Summary |
|---|
| Fields inherited from class org.springframework.web.portlet.context.StandardPortletEnvironment |
|---|
PORTLET_CONFIG_PROPERTY_SOURCE_NAME, PORTLET_CONTEXT_PROPERTY_SOURCE_NAME |
| Fields inherited from class org.springframework.core.env.StandardEnvironment |
|---|
SYSTEM_ENVIRONMENT_PROPERTY_SOURCE_NAME, SYSTEM_PROPERTIES_PROPERTY_SOURCE_NAME |
| Fields inherited from class org.springframework.core.env.AbstractEnvironment |
|---|
ACTIVE_PROFILES_PROPERTY_NAME, DEFAULT_PROFILES_PROPERTY_NAME, logger, RESERVED_DEFAULT_PROFILE_NAME |
| Constructor Summary | |
|---|---|
ContribStandardPortletEnvironment()
|
|
| Method Summary | |
|---|---|
void |
initPropertySources(javax.servlet.ServletContext servletContext,
javax.portlet.PortletContext portletContext,
javax.portlet.PortletConfig portletConfig)
Replace any stub property source instances acting as placeholders with real portlet context/config property sources using the given parameters. |
| Methods inherited from class org.springframework.web.portlet.context.StandardPortletEnvironment |
|---|
customizePropertySources |
| Methods inherited from class org.springframework.core.env.AbstractEnvironment |
|---|
acceptsProfiles, addActiveProfile, containsProperty, doGetActiveProfiles, doGetDefaultProfiles, getActiveProfiles, getConversionService, getDefaultProfiles, getProperty, getProperty, getProperty, getProperty, getPropertyAsClass, getPropertySources, getRequiredProperty, getRequiredProperty, getReservedDefaultProfiles, getSystemEnvironment, getSystemProperties, isProfileActive, merge, resolvePlaceholders, resolveRequiredPlaceholders, setActiveProfiles, setConversionService, setDefaultProfiles, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, toString, validateProfile, validateRequiredProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.springframework.core.env.ConfigurableEnvironment |
|---|
addActiveProfile, getPropertySources, getSystemEnvironment, getSystemProperties, merge, setActiveProfiles, setDefaultProfiles |
| Methods inherited from interface org.springframework.core.env.Environment |
|---|
acceptsProfiles, getActiveProfiles, getDefaultProfiles |
| Methods inherited from interface org.springframework.core.env.ConfigurablePropertyResolver |
|---|
getConversionService, setConversionService, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, validateRequiredProperties |
| Methods inherited from interface org.springframework.core.env.PropertyResolver |
|---|
containsProperty, getProperty, getProperty, getProperty, getProperty, getPropertyAsClass, getRequiredProperty, getRequiredProperty, resolvePlaceholders, resolveRequiredPlaceholders |
| Constructor Detail |
|---|
public ContribStandardPortletEnvironment()
| Method Detail |
|---|
public void initPropertySources(javax.servlet.ServletContext servletContext,
javax.portlet.PortletContext portletContext,
javax.portlet.PortletConfig portletConfig)
ConfigurablePortletEnvironment
initPropertySources in interface ConfigurablePortletEnvironmentservletContext - the ServletContext (may not be null)portletContext - the PortletContext (may not be null)portletConfig - the PortletContext (null if not available)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||