protected class LiquibaseServletListener.ServletValueContainer extends Object implements ConfigurationValueProvider
| Constructor and Description |
|---|
LiquibaseServletListener.ServletValueContainer(javax.servlet.ServletContext servletContext,
InitialContext initialContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
describeValueLookupLogic(ConfigurationProperty property)
Generates a human consumable description of how the configured ConfigurationValueProvider(s) will attempt to set a default value.
|
Object |
getValue(String prefixAndProperty)
Try to read the value that is stored by the given key from
JNDI
the servlet context's init parameters
system properties
|
Object |
getValue(String namespace,
String property)
Return the value for a given namespace and property.
|
public LiquibaseServletListener.ServletValueContainer(javax.servlet.ServletContext servletContext,
InitialContext initialContext)
public String describeValueLookupLogic(ConfigurationProperty property)
ConfigurationValueProviderLiquibaseConfiguration.describeValueLookupLogic(ConfigurationProperty)describeValueLookupLogic in interface ConfigurationValueProviderpublic Object getValue(String namespace, String property)
ConfigurationValueProvidergetValue in interface ConfigurationValueProviderCopyright © 2018 Liquibase.org. All rights reserved.