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)
ConfigurationValueProvider
LiquibaseConfiguration.describeValueLookupLogic(ConfigurationProperty)
describeValueLookupLogic
in interface ConfigurationValueProvider
public Object getValue(String namespace, String property)
ConfigurationValueProvider
getValue
in interface ConfigurationValueProvider
Copyright © 2018 Liquibase.org. All rights reserved.