public class FilterHolder extends Holder
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>_class, _className, _displayName, _httpHandler, _initParams, _name| Constructor and Description |
|---|
FilterHolder()
Constructor for Serialization.
|
FilterHolder(HttpHandler httpHandler,
String name,
String className) |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.Filter |
getFilter() |
void |
start()
Start the LifeCycle.
|
void |
stop()
Stop the LifeCycle.
|
String |
toString() |
entrySet, get, getClassName, getDisplayName, getHttpContext, getHttpHandler, getInitParameter, getInitParameterNames, getInitParameters, getName, isStarted, newInstance, put, setDisplayName, setInitParameterclear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic FilterHolder()
public FilterHolder(HttpHandler httpHandler, String name, String className)
public void start()
throws Exception
LifeCyclepublic void stop()
LifeCyclepublic javax.servlet.Filter getFilter()
Copyright © 2016. All Rights Reserved.