com.ibm.websphere.jaxrs.server
Class IBMRestFilter
- java.lang.Object
RestFilter
com.ibm.websphere.jaxrs.server.IBMRestFilter
- public class IBMRestFilter
- extends RestFilter
Constructor Summary
Constructor and Description |
---|
IBMRestFilter()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
destroy()
|
|
doFilter(ServletRequest servletRequest,ServletResponse servletResponse,FilterChain chain)
|
|
init(FilterConfig filterConfig)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
IBMRestFilter
- public IBMRestFilter()
Method Detail
destroy
- public void destroy()
doFilter
- public void doFilter(ServletRequest servletRequest,
- ServletResponse servletResponse,
- FilterChain chain)
- throws java.io.IOException
- ServletException
Throws:
java.io.IOException
ServletException
init
- public void init(FilterConfig filterConfig)
- throws ServletException
Throws:
ServletException