Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.servlet
Class WSSFilter

java.lang.Object
  extended by org.nuxeo.wss.servlet.BaseWSSFilter
      extended by org.nuxeo.wss.servlet.WSSFilter
All Implemented Interfaces:
javax.servlet.Filter

public class WSSFilter
extends BaseWSSFilter
implements javax.servlet.Filter

This filter can be used either as a Front End of BackEnd filter It is designed to be either : - instanciated twice : - on / in rootFilter mode - on /nuxeo in backend mode - instanciated once in backend mode but behind a WSSFrontFilter

Author:
tiry

Field Summary
 
Fields inherited from class org.nuxeo.wss.servlet.BaseWSSFilter
BACKEND_FACTORY_PARAM, FILTER_FORWARD_PARAM, ROOT_FILTER_PARAM, WSSFORWARD_KEY
 
Constructor Summary
WSSFilter()
           
 
Method Summary
 void init(javax.servlet.FilterConfig filterConfig)
           
 
Methods inherited from class org.nuxeo.wss.servlet.BaseWSSFilter
destroy, doFilter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.Filter
destroy, doFilter
 

Constructor Detail

WSSFilter

public WSSFilter()
Method Detail

init

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.