Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.servlet
Class BaseWSSFilter

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

public abstract class BaseWSSFilter
extends java.lang.Object
implements javax.servlet.Filter


Field Summary
static java.lang.String BACKEND_FACTORY_PARAM
           
static java.lang.String FILTER_FORWARD_PARAM
           
static java.lang.String ROOT_FILTER_PARAM
           
static java.lang.String WSSFORWARD_KEY
           
 
Constructor Summary
BaseWSSFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
           
 void init(javax.servlet.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 java.lang.String ROOT_FILTER_PARAM
See Also:
Constant Field Values

BACKEND_FACTORY_PARAM

public static final java.lang.String BACKEND_FACTORY_PARAM
See Also:
Constant Field Values

FILTER_FORWARD_PARAM

public static final java.lang.String FILTER_FORWARD_PARAM
See Also:
Constant Field Values

WSSFORWARD_KEY

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

BaseWSSFilter

public BaseWSSFilter()
Method Detail

doFilter

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

init

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

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.