public abstract class FilterBase extends Object implements javax.servlet.Filter
| Modifier and Type | Field and Description |
|---|---|
protected static ResourceBundle |
rb |
| Constructor and Description |
|---|
FilterBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected abstract Logger |
getLogger() |
void |
init(javax.servlet.FilterConfig filterConfig) |
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 ResourceBundle rb
protected abstract Logger getLogger()
public void init(javax.servlet.FilterConfig filterConfig)
throws javax.servlet.ServletException
init in interface javax.servlet.Filterjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Filterprotected boolean isConfigProblemFatal()
true if a problem should trigger the failure of this
filter, else falseCopyright © 2017. All rights reserved.