public class SetupServletApplicationGlobals extends AbstractSetupApplicationGlobals implements ApplicationInitializer
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".Constructor and Description |
---|
SetupServletApplicationGlobals() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(javax.servlet.http.HttpServlet servlet) |
initialize, setFactoryServices, setGlobals, setInfrastructure
public SetupServletApplicationGlobals()
public void initialize(javax.servlet.http.HttpServlet servlet)
initialize
in interface ApplicationInitializer