public abstract class FilterBase extends java.lang.Object implements Filter
Modifier and Type | Field and Description |
---|---|
protected static StringManager |
sm |
Constructor and Description |
---|
FilterBase() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Called by the web container to indicate to a filter that it is being
taken out of service.
|
protected abstract Log |
getLogger() |
void |
init(FilterConfig filterConfig)
Called by the web container to indicate to a filter that it is being
placed into service.
|
protected boolean |
isConfigProblemFatal()
Determines if an exception when calling a setter or an unknown
configuration attribute triggers the failure of the this filter which in
turn will prevent the web application from starting.
|
protected static final StringManager sm
protected abstract Log getLogger()
public void init(FilterConfig filterConfig) throws ServletException
javax.servlet.Filter
init
in interface Filter
ServletException
public void destroy()
javax.servlet.Filter
protected boolean isConfigProblemFatal()
true
if a problem should trigger the failure of this
filter, else false
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.