org.apache.tapestry.services.impl
Class SetupServletApplicationGlobals
java.lang.Object
org.apache.tapestry.services.impl.AbstractSetupApplicationGlobals
org.apache.tapestry.services.impl.SetupServletApplicationGlobals
- All Implemented Interfaces:
- ApplicationInitializer
public class SetupServletApplicationGlobals
- extends AbstractSetupApplicationGlobals
- implements ApplicationInitializer
Stores services and configurations into the
tapestry.globals.ApplicationGlobals
service, which is used to see the
tapestry.infrastructure
service. The mode to
use is normally "servlet", but this can be overriden by setting the
org.apache.tapestry.application-mode initialization parameter. WML applications should use the
mode "wml".
- 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 |
SetupServletApplicationGlobals
public SetupServletApplicationGlobals()
initialize
public void initialize(HttpServlet servlet)
- Specified by:
initialize
in interface ApplicationInitializer
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.