public class ServletConfigurationValueProvider extends AbstractConfigurationValueProvider
| Constructor and Description |
|---|
ServletConfigurationValueProvider(GenericServletWrapper.ServletContext servletContext,
InitialContext initialContext) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPrecedence()
Returns the precedence of values returned by this provider.
|
ProvidedValue |
getProvidedValue(String... keyAndAliases)
Try to read the value that is stored by the given key from
JNDI
the servlet context's init parameters
system properties
|
validatepublic ServletConfigurationValueProvider(GenericServletWrapper.ServletContext servletContext, InitialContext initialContext)
public int getPrecedence()
ConfigurationValueProviderScopeValueProviderDeprecatedConfigurationValueProviderSystemPropertyValueProviderDefaultsFileValueProviderpublic ProvidedValue getProvidedValue(String... keyAndAliases)
keyAndAliases - an array of keys to check, where the first element is the canonical key name, any aliases for that key as later elements.Copyright © 2022 Liquibase.org. All rights reserved.