Package | Description |
---|---|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
Modifier and Type | Field and Description |
---|---|
static Set<ResourceStreamer.Options> |
ResourceStreamer.DEFAULT_OPTIONS |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceStreamerImpl.streamResource(Resource resource,
StreamableResource streamable,
String providedChecksum,
Set<ResourceStreamer.Options> options) |
boolean |
ResourceStreamerImpl.streamResource(Resource resource,
String providedChecksum,
Set<ResourceStreamer.Options> options) |
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 as
HttpServletResponse.SC_NOT_MODIFIED ). |
boolean |
ResourceStreamerImpl.streamResource(StreamableResource streamable,
String providedChecksum,
Set<ResourceStreamer.Options> options) |
boolean |
ResourceStreamer.streamResource(StreamableResource resource,
String providedChecksum,
Set<ResourceStreamer.Options> options)
Streams a resource that has been assembled elsewhere.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.