org.apache.tapestry.services.impl
Class SetupServletApplicationGlobals

java.lang.Object
  extended by org.apache.tapestry.services.impl.AbstractSetupApplicationGlobals
      extended by 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

Constructor Summary
SetupServletApplicationGlobals()
           
 
Method Summary
 void initialize(HttpServlet servlet)
           
 
Methods inherited from class org.apache.tapestry.services.impl.AbstractSetupApplicationGlobals
initialize, setFactoryServices, setGlobals, setInfrastructure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetupServletApplicationGlobals

public SetupServletApplicationGlobals()
Method Detail

initialize

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


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