net.contextfw.web.application.internal.service
Class InitHandler

java.lang.Object
  extended by net.contextfw.web.application.internal.service.InitHandler

public class InitHandler
extends Object


Constructor Summary
InitHandler(WebApplicationContextHandler handler, com.google.inject.Provider<WebApplication> webApplicationProvider, InitializerProvider initializers)
           
 
Method Summary
 void handleRequest(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitHandler

@Inject
public InitHandler(WebApplicationContextHandler handler,
                          com.google.inject.Provider<WebApplication> webApplicationProvider,
                          InitializerProvider initializers)
Method Detail

handleRequest

public final void handleRequest(javax.servlet.http.HttpServlet servlet,
                                javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
                         throws javax.servlet.ServletException,
                                IOException
Throws:
javax.servlet.ServletException
IOException


Copyright © 2010. All Rights Reserved.