com.google.code.facebookapi
Class FBWebFilter

java.lang.Object
  extended by com.google.code.facebookapi.FBWebFilter
All Implemented Interfaces:
javax.servlet.Filter

public class FBWebFilter
extends java.lang.Object
implements javax.servlet.Filter


Constructor Summary
FBWebFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, javax.servlet.FilterChain chain)
           
 void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
           
 FBAppConf getAppConf()
           
 void init()
           
 void init(FBAppConf appConf, boolean noCookies)
           
 void init(javax.servlet.FilterConfig filterConfig)
           
 boolean isIgnoreCookies()
           
 void setAppConf(FBAppConf appConf)
           
 void setIgnoreCookies(boolean noCookies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FBWebFilter

public FBWebFilter()
Method Detail

init

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

init

public void init(FBAppConf appConf,
                 boolean noCookies)

init

public void init()

destroy

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

doFilter

public void doFilter(javax.servlet.ServletRequest request,
                     javax.servlet.ServletResponse response,
                     javax.servlet.FilterChain chain)
              throws java.io.IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Throws:
java.io.IOException
javax.servlet.ServletException

doFilter

public void doFilter(javax.servlet.http.HttpServletRequest httpRequest,
                     javax.servlet.http.HttpServletResponse httpResponse,
                     javax.servlet.FilterChain chain)
              throws java.io.IOException,
                     javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

getAppConf

public FBAppConf getAppConf()

setAppConf

public void setAppConf(FBAppConf appConf)

isIgnoreCookies

public boolean isIgnoreCookies()

setIgnoreCookies

public void setIgnoreCookies(boolean noCookies)


Copyright © 2010. All Rights Reserved.