Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.servlet
Class WSSFrontFilter

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

public class WSSFrontFilter
extends BaseWSSFilter
implements javax.servlet.Filter

Root filter that must handle requests sent directly on /. Outside of the OPTIONS calls, all other calls are forwarded to the backend filter.

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
WSSFrontFilter()
           
 
Method Summary
 
Methods inherited from class org.nuxeo.wss.servlet.BaseWSSFilter
destroy, doFilter, init
 
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, init
 

Constructor Detail

WSSFrontFilter

public WSSFrontFilter()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.