public class JndiConfigurationStrategyImpl extends BaseConfigurationStrategy
defaultValue if it can't.logger| Constructor and Description |
|---|
JndiConfigurationStrategyImpl() |
JndiConfigurationStrategyImpl(String environmentPrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
get(ConfigurationKey configurationKey)
Retrieve the String value for this key.
|
void |
init(javax.servlet.FilterConfig filterConfig,
Class<? extends javax.servlet.Filter> clazz)
Initializes the strategy.
|
getBoolean, getClass, getInt, getLong, getStringpublic JndiConfigurationStrategyImpl()
public JndiConfigurationStrategyImpl(String environmentPrefix)
protected final String get(ConfigurationKey configurationKey)
BaseConfigurationStrategyget in class BaseConfigurationStrategyconfigurationKey - the key to retrieve. MUST NOT BE NULL.public final void init(javax.servlet.FilterConfig filterConfig,
Class<? extends javax.servlet.Filter> clazz)
ConfigurationStrategyfilterConfig - the filter configuration object.clazz - the filterCopyright © 2006–2021 Jasig. All rights reserved.