Uses of Interface
org.apache.tapestry5.services.PathConstructor
Packages that use PathConstructor
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] asset support services; API subject to change
[INTERNAL USE ONLY] JavaScript support implementations; API subject to change
-
Uses of PathConstructor in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement PathConstructorConstructors in org.apache.tapestry5.internal.services with parameters of type PathConstructorModifierConstructorDescriptionAssetDispatcher
(Map<String, AssetRequestHandler> configuration, PathConstructor pathConstructor, String assetPathPrefix) -
Uses of PathConstructor in org.apache.tapestry5.internal.services.assets
Constructors in org.apache.tapestry5.internal.services.assets with parameters of type PathConstructorModifierConstructorDescriptionAssetPathConstructorImpl
(Request request, BaseURLSource baseURLSource, boolean fullyQualified, String uncompressedAssetPrefix, PathConstructor pathConstructor, AssetPathConverter pathConverter) -
Uses of PathConstructor in org.apache.tapestry5.internal.services.javascript
Constructors in org.apache.tapestry5.internal.services.javascript with parameters of type PathConstructorModifierConstructorDescriptionModuleDispatcher
(ModuleManager moduleManager, ResourceStreamer streamer, OperationTracker tracker, PathConstructor pathConstructor, JavaScriptStackSource javaScriptStackSource, JavaScriptStackPathConstructor javaScriptStackPathConstructor, LocalizationSetter localizationSetter, String prefix, String assetPrefix, boolean compress) ModuleManagerImpl
(ResponseCompressionAnalyzer compressionAnalyzer, AssetSource assetSource, Map<String, JavaScriptModuleConfiguration> configuration, Messages globalMessages, StreamableResourceSource streamableResourceSource, boolean compactJSON, boolean productionMode, String modulePathPrefix, PathConstructor pathConstructor) -
Uses of PathConstructor in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type PathConstructorModifier and TypeMethodDescriptionstatic void
JavaScriptModule.setupModuleDispatchers
(OrderedConfiguration<Dispatcher> configuration, ModuleManager moduleManager, OperationTracker tracker, ResourceStreamer resourceStreamer, PathConstructor pathConstructor, JavaScriptStackSource javaScriptStackSource, JavaScriptStackPathConstructor javaScriptStackPathConstructor, LocalizationSetter localizationSetter, String modulePathPrefix, String assetPathPrefix)