public abstract class BaseWSSFilter extends Object implements Filter
Modifier and Type | Field and Description |
---|---|
static String |
BACKEND_FACTORY_PARAM |
static String |
DEFAULT_WEBDAV_URL |
static String |
FILTER_FORWARD_PARAM |
static String |
NUXEO_ROOT_URL |
static int |
NUXEO_ROOT_URL_LEN |
static String |
ROOT_FILTER_PARAM |
static String |
WSSFORWARD_KEY |
Constructor and Description |
---|
BaseWSSFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
init(FilterConfig filterConfig) |
public static final String ROOT_FILTER_PARAM
public static final String BACKEND_FACTORY_PARAM
public static final String FILTER_FORWARD_PARAM
public static final String WSSFORWARD_KEY
public static final String DEFAULT_WEBDAV_URL
public static final String NUXEO_ROOT_URL
public static final int NUXEO_ROOT_URL_LEN
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 © 2011 Nuxeo SA. All Rights Reserved.