com.google.inject.servlet
Class GuiceFilter

java.lang.Object
  extended by com.google.inject.servlet.GuiceFilter

public class GuiceFilter
extends Object

Apply this filter to all requests where you plan to use servlet scopes.


Constructor Summary
GuiceFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest servletRequest, ServletResponse servletResponse, FilterChain filterChain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiceFilter

public GuiceFilter()
Method Detail

doFilter

public void doFilter(ServletRequest servletRequest,
                     ServletResponse servletResponse,
                     FilterChain filterChain)
              throws IOException,
                     ServletException
Throws:
IOException
ServletException

init

public void init(FilterConfig filterConfig)
          throws ServletException
Throws:
ServletException

destroy

public void destroy()


Copyright 2007 Google Inc. All Rights Reserved.