com.jalios.jcms.ajax
Class AjaxFilter

java.lang.Object
  extended by com.jalios.jcms.servlet.JcmsServletFilter
      extended by com.jalios.jcms.ajax.AjaxFilter
All Implemented Interfaces:
javax.servlet.Filter

public class AjaxFilter
extends JcmsServletFilter
implements javax.servlet.Filter


Field Summary
static String AJAX_HEADER
           
static String REVISION
           
 
Constructor Summary
AjaxFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, javax.servlet.FilterChain chain)
           
protected  JcmsJspAjaxContext getContext(javax.servlet.http.HttpServletRequest req)
           
 void init(javax.servlet.FilterConfig config)
           
 
Methods inherited from class com.jalios.jcms.servlet.JcmsServletFilter
initJSONBridge, processFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values

AJAX_HEADER

public static final String AJAX_HEADER
See Also:
Constant Field Values
Constructor Detail

AjaxFilter

public AjaxFilter()
Method Detail

doFilter

public void doFilter(javax.servlet.ServletRequest req,
                     javax.servlet.ServletResponse res,
                     javax.servlet.FilterChain chain)
              throws IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Throws:
IOException
javax.servlet.ServletException

init

public void init(javax.servlet.FilterConfig config)
Specified by:
init in interface javax.servlet.Filter

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter

getContext

protected JcmsJspAjaxContext getContext(javax.servlet.http.HttpServletRequest req)


Copyright © 2001-2007 Jalios SA. All Rights Reserved.