Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.servlet
Class BaseWSSFilter

java.lang.Object
  extended by org.nuxeo.wss.servlet.BaseWSSFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
WSSFilter, WSSFrontFilter

public abstract class BaseWSSFilter
extends Object
implements Filter


Field Summary
static String BACKEND_FACTORY_PARAM
           
static String FILTER_FORWARD_PARAM
           
static String ROOT_FILTER_PARAM
           
static String WSSFORWARD_KEY
           
 
Constructor Summary
BaseWSSFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT_FILTER_PARAM

public static final String ROOT_FILTER_PARAM
See Also:
Constant Field Values

BACKEND_FACTORY_PARAM

public static final String BACKEND_FACTORY_PARAM
See Also:
Constant Field Values

FILTER_FORWARD_PARAM

public static final String FILTER_FORWARD_PARAM
See Also:
Constant Field Values

WSSFORWARD_KEY

public static final String WSSFORWARD_KEY
See Also:
Constant Field Values
Constructor Detail

BaseWSSFilter

public BaseWSSFilter()
Method Detail

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

init

public void init(FilterConfig filterConfig)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException

destroy

public void destroy()
Specified by:
destroy in interface Filter

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.