Uses of Class
org.apache.tapestry5.internal.services.ResourceStreamer.Options
-
Packages that use ResourceStreamer.Options Package Description org.apache.tapestry5.internal.services [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.Options Modifier and Type Field Description static <ResourceStreamer.Options>
ResourceStreamer. DEFAULT_OPTIONS
Methods in org.apache.tapestry5.internal.services that return ResourceStreamer.Options Modifier and Type Method Description static ResourceStreamer.Options
ResourceStreamer.Options. name)
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.Options Modifier and Type Method Description boolean
ResourceStreamer. streamResource(Resource resource, providedChecksum, <ResourceStreamer.Options> options)
Streams the content of the resource to the client (or sends an alternative response such as ).boolean
ResourceStreamer. streamResource(StreamableResource resource, providedChecksum, <ResourceStreamer.Options> options)
Streams a resource that has been assembled elsewhere.boolean
ResourceStreamerImpl. streamResource(Resource resource, providedChecksum, <ResourceStreamer.Options> options)
boolean
ResourceStreamerImpl. streamResource(Resource resource, StreamableResource streamable, providedChecksum, <ResourceStreamer.Options> options)
boolean
ResourceStreamerImpl. streamResource(StreamableResource streamable, providedChecksum, <ResourceStreamer.Options> options)
-