org.apache.tapestry.services.impl
Class WebContextInitializer

java.lang.Object
  extended by org.apache.tapestry.services.impl.WebContextInitializer
All Implemented Interfaces:
ApplicationInitializer

public class WebContextInitializer
extends Object
implements ApplicationInitializer

Gets the context from the servlet, creates a ServletWebContext, and stores that into the ApplicationGlobals.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
WebContextInitializer()
           
 
Method Summary
 void initialize(HttpServlet servlet)
           
 void setGlobals(ApplicationGlobals globals)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebContextInitializer

public WebContextInitializer()
Method Detail

initialize

public void initialize(HttpServlet servlet)
Specified by:
initialize in interface ApplicationInitializer

setGlobals

public void setGlobals(ApplicationGlobals globals)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.