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