Package | Description |
---|---|
org.apache.tapestry5.internal.services.assets |
[INTERNAL USE ONLY] asset support services; API subject to change
|
org.apache.tapestry5.services.assets |
Various services for assets (e.g., images, JavaScript and CSS files)
|
Modifier and Type | Method and Description |
---|---|
static StreamableResourceProcessing |
StreamableResourceProcessing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamableResourceProcessing[] |
StreamableResourceProcessing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StreamableResource |
StreamableResourceSource.getStreamableResource(Resource baseResource,
StreamableResourceProcessing processing,
ResourceDependencies dependencies)
Converts a Resource (which must be non-null and exist) into a streamable resource, along with
some additional optional behaviors.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.