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 Set<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. valueOf(String 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, 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)
-