public final class LegacyConfigurationStrategyImpl extends BaseConfigurationStrategy
WebXmlConfigurationStrategyImpl first, and then
the JndiConfigurationStrategyImpl before using the defaultValue.logger| Constructor and Description |
|---|
LegacyConfigurationStrategyImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
get(ConfigurationKey key)
Retrieve the String value for this key.
|
void |
init(javax.servlet.FilterConfig filterConfig,
Class<? extends javax.servlet.Filter> filterClazz)
Initializes the strategy.
|
getBoolean, getClass, getInt, getLong, getStringpublic void init(javax.servlet.FilterConfig filterConfig,
Class<? extends javax.servlet.Filter> filterClazz)
ConfigurationStrategyfilterConfig - the filter configuration object.filterClazz - the filterprotected String get(ConfigurationKey key)
BaseConfigurationStrategyget in class BaseConfigurationStrategykey - the key to retrieve. MUST NOT BE NULL.Copyright © 2006–2021 Jasig. All rights reserved.