gluu
|
限定公開メンバ関数 | |
final String | getPropertyFromInitParams (final FilterConfig filterConfig, final String propertyName, final String defaultValue) |
限定公開変数類 | |
final Log | log = LogFactory.getLog(getClass()) |
Abstracts out the ability to configure the filters from the initial properties provided
|
inlineprotected |
Retrieves the property from the FilterConfig. First it checks the FilterConfig's initParameters to see if it has a value. If it does, it returns that, otherwise it retrieves the ServletContext's initParameters and returns that value if any.
filterConfig | the Filter Configuration. |
propertyName | the property to retrieve. |
defaultValue | the default value if the property is not found. |
|
protected |