Package net.i2p.servlet.filters
Class XSSFilter
java.lang.Object
net.i2p.servlet.filters.XSSFilter
- All Implemented Interfaces:
Filter
public class XSSFilter extends Object implements Filter
- Since:
- 0.9.14
-
Constructor Summary
Constructors Constructor Description XSSFilter()
-
Method Summary
Modifier and Type Method Description void
destroy()
void
doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
void
init(FilterConfig filterConfig)
-
Constructor Details
-
XSSFilter
public XSSFilter()
-
-
Method Details
-
init
- Specified by:
init
in interfaceFilter
- Throws:
ServletException
-
destroy
public void destroy() -
doFilter
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException- Specified by:
doFilter
in interfaceFilter
- Throws:
IOException
ServletException
-