org.apache.myfaces.orchestra.conversation.jsf.filter
Class OrchestraServletFilter
java.lang.Object
org.apache.myfaces.orchestra.lib.CompoundFilter
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrchestraServletFilter
public OrchestraServletFilter()
- Deprecated.
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.