|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mortbay.util.ajax.AjaxFilter
public class AjaxFilter
| Nested Class Summary | |
|---|---|
static class |
AjaxFilter.AjaxResponse
Deprecated. |
| Constructor Summary | |
|---|---|
AjaxFilter()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
destroy()
Deprecated. |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
Deprecated. |
static String |
encodeText(String s)
Deprecated. |
ServletContext |
getContext()
Deprecated. |
void |
handle(String method,
String message,
HttpServletRequest request,
AjaxFilter.AjaxResponse response)
Deprecated. |
void |
init(FilterConfig filterConfig)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AjaxFilter()
| Method Detail |
|---|
public void init(FilterConfig filterConfig)
throws ServletException
init in interface FilterServletExceptionpublic ServletContext getContext()
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
doFilter in interface FilterIOException
ServletException
public void handle(String method,
String message,
HttpServletRequest request,
AjaxFilter.AjaxResponse response)
public void destroy()
destroy in interface Filterpublic static String encodeText(String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||