| Constructor and Description |
|---|
ManagedFilter(FilterInfo filterInfo,
ServletContextImpl servletContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
createFilter() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
forceInit() |
FilterInfo |
getFilterInfo() |
boolean |
isStarted() |
void |
start() |
void |
stop() |
String |
toString() |
public ManagedFilter(FilterInfo filterInfo, ServletContextImpl servletContext)
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
IOExceptionServletExceptionpublic void createFilter()
throws ServletException
ServletExceptionpublic void start()
throws ServletException
start in interface LifecycleServletExceptionpublic FilterInfo getFilterInfo()
public void forceInit()
throws ServletException
ServletExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.