Uses of Interface
org.apache.tapestry5.services.PathConstructor
-
Packages that use PathConstructor Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to changeorg.apache.tapestry5.internal.services.javascript [INTERNAL USE ONLY] JavaScript support implementations; API subject to changeorg.apache.tapestry5.modules -
-
Uses of PathConstructor in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement PathConstructor Modifier and Type Class Description class
PathConstructorImpl
Constructors in org.apache.tapestry5.internal.services with parameters of type PathConstructor Constructor Description AssetDispatcher(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 PathConstructor Constructor Description AssetPathConstructorImpl(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 PathConstructor Constructor Description ModuleDispatcher(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 PathConstructor Modifier and Type Method Description static void
JavaScriptModule. setupModuleDispatchers(OrderedConfiguration<Dispatcher> configuration, ModuleManager moduleManager, OperationTracker tracker, ResourceStreamer resourceStreamer, PathConstructor pathConstructor, JavaScriptStackSource javaScriptStackSource, JavaScriptStackPathConstructor javaScriptStackPathConstructor, LocalizationSetter localizationSetter, String modulePathPrefix, String assetPathPrefix)
-