Uses of Interface
org.apache.tapestry.services.ApplicationGlobals

Packages that use ApplicationGlobals
org.apache.tapestry.services.impl   
 

Uses of ApplicationGlobals in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement ApplicationGlobals
 class ApplicationGlobalsImpl
          Implementation of ApplicationGlobals.
 

Methods in org.apache.tapestry.services.impl with parameters of type ApplicationGlobals
 void ApplicationSpecificationInitializer.setGlobals(ApplicationGlobals globals)
           
 void AbstractSetupApplicationGlobals.setGlobals(ApplicationGlobals globals)
           
 void WebContextInitializer.setGlobals(ApplicationGlobals globals)