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
|
validate
public ServletConfigurationValueProvider(GenericServletWrapper.ServletContext servletContext, InitialContext initialContext)
public int getPrecedence()
ConfigurationValueProvider
ScopeValueProvider
DeprecatedConfigurationValueProvider
SystemPropertyValueProvider
DefaultsFileValueProvider
public 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 © 2023 Liquibase.org. All rights reserved.