public final class WebXmlConfigurationStrategyImpl extends BaseConfigurationStrategy
ConfigurationStrategy that first checks the FilterConfig and
then checks the ServletContext, ultimately falling back to the defaultValue.logger| Constructor and Description |
|---|
WebXmlConfigurationStrategyImpl() |
| 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, getStringprotected String get(ConfigurationKey configurationKey)
BaseConfigurationStrategyget in class BaseConfigurationStrategyconfigurationKey - the key to retrieve. MUST NOT BE NULL.public 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.