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, getString
public void init(javax.servlet.FilterConfig filterConfig, Class<? extends javax.servlet.Filter> filterClazz)
ConfigurationStrategy
filterConfig
- the filter configuration object.filterClazz
- the filterprotected String get(ConfigurationKey key)
BaseConfigurationStrategy
get
in class BaseConfigurationStrategy
key
- the key to retrieve. MUST NOT BE NULL.Copyright © 2006–2016 Jasig. All rights reserved.