org.directwebremoting.faces
Class FacesExtensionFilter
java.lang.Object
org.directwebremoting.faces.FacesExtensionFilter
public class FacesExtensionFilter
- extends java.lang.Object
Filter integration for DWR framework. This filter was inspired by this
article: http://www.thoughtsabout.net/blog/archives/000033.html
- Author:
- Pierpaolo Follia (Latest revision: $Author: esa50833 $), Joe Walker [joe at getahead dot ltd dot uk]
Method Summary |
void |
destroy()
|
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
|
void |
init(FilterConfig config)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesExtensionFilter
public FacesExtensionFilter()
init
public void init(FilterConfig config)
throws ServletException
- Throws:
ServletException
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws java.io.IOException,
ServletException
- Throws:
java.io.IOException
ServletException
destroy
public void destroy()