public abstract class BaseApiDocFilter extends Object implements Filter
Modifier and Type | Field and Description |
---|---|
static String |
APIDOC_FILTERS_ACTIVATED |
Constructor and Description |
---|
BaseApiDocFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
init(FilterConfig filterConfig) |
public static final String APIDOC_FILTERS_ACTIVATED
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
doFilter
in interface Filter
IOException
ServletException
public void init(FilterConfig filterConfig) throws ServletException
init
in interface Filter
ServletException
Copyright © 2013 Nuxeo SA. All Rights Reserved.