org.apache.tapestry.services.impl
Class WebContextInitializer
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebContextInitializer
public WebContextInitializer()
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.