Uses of Interface
org.apache.tapestry5.services.assets.AssetRequestHandler
Packages that use AssetRequestHandler
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] asset support services; API subject to change
-
Uses of AssetRequestHandler in org.apache.tapestry5.internal.services
Constructor parameters in org.apache.tapestry5.internal.services with type arguments of type AssetRequestHandlerModifierConstructorDescriptionAssetDispatcher
(Map<String, AssetRequestHandler> configuration, PathConstructor pathConstructor, String assetPathPrefix) -
Uses of AssetRequestHandler in org.apache.tapestry5.internal.services.assets
Classes in org.apache.tapestry5.internal.services.assets that implement AssetRequestHandlerModifier and TypeClassDescriptionclass
A handler for asset requests for classpath assets (within a specific folder).class
Handles requests for context assets, screening out attempt to access anything under WEB-INF or META-INF.class
-
Uses of AssetRequestHandler in org.apache.tapestry5.modules
Method parameters in org.apache.tapestry5.modules with type arguments of type AssetRequestHandlerModifier and TypeMethodDescriptionstatic void
AssetsModule.provideBuiltinAssetDispatchers
(MappedConfiguration<String, AssetRequestHandler> configuration, AssetFactory contextAssetFactory, StackAssetRequestHandler stackAssetRequestHandler, ClasspathAssetAliasManager classpathAssetAliasManager, ResourceStreamer streamer, AssetSource assetSource, ClasspathAssetProtectionRule classpathAssetProtectionRule) Contributes an handler for each mapped classpath alias, as well handlers for context assets and stack assets (combinedJavaScriptStack
files).