Uses of Enum
org.apache.tapestry5.internal.services.ResourceStreamer.Options
Packages that use ResourceStreamer.Options
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
-
Uses of ResourceStreamer.Options in org.apache.tapestry5.internal.services
Fields in org.apache.tapestry5.internal.services with type parameters of type ResourceStreamer.OptionsModifier and TypeFieldDescriptionstatic final Set<ResourceStreamer.Options>
ResourceStreamer.DEFAULT_OPTIONS
Methods in org.apache.tapestry5.internal.services that return ResourceStreamer.OptionsModifier and TypeMethodDescriptionstatic ResourceStreamer.Options
Returns the enum constant of this type with the specified name.static ResourceStreamer.Options[]
ResourceStreamer.Options.values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.tapestry5.internal.services with type arguments of type ResourceStreamer.OptionsModifier and TypeMethodDescriptionboolean
ResourceStreamer.streamResource
(Resource resource, String providedChecksum, Set<ResourceStreamer.Options> options) Streams the content of the resource to the client (or sends an alternative response such asHttpServletResponse.SC_NOT_MODIFIED
).boolean
ResourceStreamer.streamResource
(StreamableResource resource, String providedChecksum, Set<ResourceStreamer.Options> options) Streams a resource that has been assembled elsewhere.boolean
ResourceStreamerImpl.streamResource
(Resource resource, String providedChecksum, Set<ResourceStreamer.Options> options) boolean
ResourceStreamerImpl.streamResource
(Resource resource, StreamableResource streamable, String providedChecksum, Set<ResourceStreamer.Options> options) boolean
ResourceStreamerImpl.streamResource
(StreamableResource streamable, String providedChecksum, Set<ResourceStreamer.Options> options)