Uses of Interface
org.apache.tapestry5.http.services.ApplicationGlobals
-
Packages that use ApplicationGlobals Package Description org.apache.tapestry5.http.internal.services org.apache.tapestry5.http.modules org.apache.tapestry5.modules -
-
Uses of ApplicationGlobals in org.apache.tapestry5.http.internal.services
Classes in org.apache.tapestry5.http.internal.services that implement ApplicationGlobals Modifier and Type Class Description class
ApplicationGlobalsImpl
-
Uses of ApplicationGlobals in org.apache.tapestry5.http.modules
Constructors in org.apache.tapestry5.http.modules with parameters of type ApplicationGlobals Constructor Description TapestryHttpModule(PropertyShadowBuilder shadowBuilder, RequestGlobals requestGlobals, PipelineBuilder pipelineBuilder, ApplicationGlobals applicationGlobals)
-
Uses of ApplicationGlobals in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type ApplicationGlobals Modifier and Type Method Description Context
TapestryModule. buildContext(ApplicationGlobals globals)
static AssetFactory
AssetsModule. buildContextAssetFactory(ApplicationGlobals globals, AssetPathConstructor assetPathConstructor, ResponseCompressionAnalyzer compressionAnalyzer, ResourceChangeTracker resourceChangeTracker, StreamableResourceSource streamableResourceSource)
-