com.hazelcast.web
Class WebFilter

java.lang.Object
  extended by com.hazelcast.web.WebFilter
All Implemented Interfaces:
javax.servlet.Filter

public class WebFilter
extends Object
implements javax.servlet.Filter


Constructor Summary
WebFilter()
           
 
Method Summary
 void destroy()
           
static void destroySession(javax.servlet.http.HttpSession originalSession)
           
 void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, javax.servlet.FilterChain chain)
           
 IMap getClusterMap()
           
 void init(javax.servlet.FilterConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebFilter

public WebFilter()
Method Detail

init

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

destroySession

public static void destroySession(javax.servlet.http.HttpSession originalSession)

getClusterMap

public IMap getClusterMap()

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

destroy

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


Copyright © 2011 Hazel Bilisim Ltd.. All Rights Reserved.