Package com.softslate.commerce.daos.core
Class LiquibaseDAOImpl.ServletValueContainer
java.lang.Object
com.softslate.commerce.daos.core.LiquibaseDAOImpl.ServletValueContainer
- All Implemented Interfaces:
liquibase.configuration.ConfigurationValueProvider
- Enclosing class:
- LiquibaseDAOImpl
protected class LiquibaseDAOImpl.ServletValueContainer
extends Object
implements liquibase.configuration.ConfigurationValueProvider
-
Field Summary
-
Constructor Summary
ConstructorDescriptionServletValueContainer
(javax.servlet.ServletContext servletContext, InitialContext initialContext) -
Method Summary
Modifier and TypeMethodDescriptiondescribeValueLookupLogic
(liquibase.configuration.ConfigurationProperty property) Try to read the value that is stored by the given key from JNDI the servlet context's init parameters system properties
-
Field Details
-
servletContext
private javax.servlet.ServletContext servletContext -
initialContext
-
-
Constructor Details
-
ServletValueContainer
public ServletValueContainer(javax.servlet.ServletContext servletContext, InitialContext initialContext)
-
-
Method Details
-
describeValueLookupLogic
- Specified by:
describeValueLookupLogic
in interfaceliquibase.configuration.ConfigurationValueProvider
-
getValue
- Specified by:
getValue
in interfaceliquibase.configuration.ConfigurationValueProvider
-
getValue
Try to read the value that is stored by the given key from- JNDI
- the servlet context's init parameters
- system properties
-