org.mortbay.util.ajax
Class AjaxFilter
java.lang.Object
org.mortbay.util.ajax.AjaxFilter
- Direct Known Subclasses:
- ChatFilter
public class AjaxFilter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjaxFilter
public AjaxFilter()
init
public void init(FilterConfig filterConfig)
throws ServletException
- Throws:
ServletException
getContext
public ServletContext getContext()
- Returns:
- Returns the context.
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
- Throws:
IOException
ServletException
handle
public void handle(String method,
String message,
HttpServletRequest request,
AjaxFilter.AjaxResponse response)
destroy
public void destroy()
encodeText
public static String encodeText(String s)
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.