org.apache.myfaces.orchestra.conversation.jsf.filter
Class OrchestraServletFilter

java.lang.Object
  extended by org.apache.myfaces.orchestra.lib.CompoundFilter
      extended by org.apache.myfaces.orchestra.conversation.jsf.filter.OrchestraServletFilter
All Implemented Interfaces:
javax.servlet.Filter

Deprecated. Since Orchestra 1.1, initialisation of Orchestra for JSF requests is handled automatically (via the OrchestraFacesContextFactory). Therefore just the org.apache.myfaces.orchestra.filter.OrchestraServletFilter is needed. Note that if this filter is used with Orchestra1.1, then for JSF requests the FrameworkAdapter is initialised twice: once by this filter, then again by the FacesContextFactory. This does no harm.

public class OrchestraServletFilter
extends CompoundFilter

Provides the functionality of two useful orchestra filters together as one, reducing the amount of web.xml configuration required.

See Also:
JsfFrameworkAdapterFilter, OrchestraServletFilter

Constructor Summary
OrchestraServletFilter()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.myfaces.orchestra.lib.CompoundFilter
destroy, doFilter, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrchestraServletFilter

public OrchestraServletFilter()
Deprecated. 


Copyright © 2009 The Apache Software Foundation. All Rights Reserved.