org.apache.cayenne.conf
Class WebApplicationContextFilter
java.lang.Object
org.apache.cayenne.configuration.web.CayenneFilter
org.apache.cayenne.conf.WebApplicationContextFilter
- All Implemented Interfaces:
- javax.servlet.Filter
Deprecated. since 3.0 CayenneFilter
should be used.
public class WebApplicationContextFilter
- extends CayenneFilter
This is a legacy Cayenne bootstrapping filter kept for backwards compatibility of
web.xml files. It should be replaced with CayenneFilter
instead.
- Since:
- 1.2
Method Summary |
void |
init(javax.servlet.FilterConfig filterConfig)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebApplicationContextFilter
public WebApplicationContextFilter()
- Deprecated.
init
public void init(javax.servlet.FilterConfig filterConfig)
throws javax.servlet.ServletException
- Deprecated.
- Specified by:
init
in interface javax.servlet.Filter
- Overrides:
init
in class CayenneFilter
- Throws:
javax.servlet.ServletException
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.