Package net.i2p.servlet.filters
Class XSSFilter
- java.lang.Object
-
- net.i2p.servlet.filters.XSSFilter
-
-
Constructor Summary
Constructors Constructor Description XSSFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voiddoFilter(ServletRequest request, ServletResponse response, FilterChain chain)voidinit(FilterConfig filterConfig)
-
-
-
Method Detail
-
init
public void init(FilterConfig filterConfig) throws ServletException
- Specified by:
initin interfaceFilter- Throws:
ServletException
-
doFilter
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
- Specified by:
doFilterin interfaceFilter- Throws:
IOExceptionServletException
-
-