com.google.code.facebookapi
Class FBWebFilter
java.lang.Object
com.google.code.facebookapi.FBWebFilter
- All Implemented Interfaces:
- javax.servlet.Filter
public class FBWebFilter
- extends java.lang.Object
- implements javax.servlet.Filter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FBWebFilter
public FBWebFilter()
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.