org.mortbay.util.ajax
| Modifier and Type | Class and Description |
|---|---|
static class |
AjaxFilter.AjaxResponse
Deprecated.
|
| Constructor and Description |
|---|
AjaxFilter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Deprecated.
|
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
Deprecated.
|
static java.lang.String |
encodeText(java.lang.String s)
Deprecated.
|
ServletContext |
getContext()
Deprecated.
|
void |
handle(java.lang.String method,
java.lang.String message,
HttpServletRequest request,
AjaxFilter.AjaxResponse response)
Deprecated.
|
void |
init(FilterConfig filterConfig)
Deprecated.
|
public void init(FilterConfig filterConfig) throws ServletException
init in interface FilterServletExceptionpublic ServletContext getContext()
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws java.io.IOException, ServletException
doFilter in interface Filterjava.io.IOExceptionServletExceptionpublic void handle(java.lang.String method,
java.lang.String message,
HttpServletRequest request,
AjaxFilter.AjaxResponse response)
public static java.lang.String encodeText(java.lang.String s)
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.