Package | Description |
---|---|
org.apache.tapestry5.internal.services.assets |
[INTERNAL USE ONLY] asset support services; API subject to change
|
org.apache.tapestry5.internal.webresources | |
org.apache.tapestry5.services.assets |
Various services for assets (e.g., images, JavaScript and CSS files)
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceChangeTracker
Tracks resources (at least, resources that can change because they are on the file system) and
acts as an
UpdateListener to check for changes and notify its listeners. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceChangeTrackerImpl |
Modifier and Type | Class and Description |
---|---|
class |
ContentChangeTracker
Manages a collection of Resources and can check to see if any resource's actual content has changed.
|
class |
ResourceDependenciesSplitter
A wrapper around two ResourceDependencies.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
LessResourceTransformer.transform(Resource source,
ResourceDependencies dependencies) |
InputStream |
CoffeeScriptCompiler.transform(Resource source,
ResourceDependencies dependencies) |
Constructor and Description |
---|
ResourceDependenciesSplitter(ResourceDependencies left,
ResourceDependencies right) |
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.
|
InputStream |
ResourceTransformer.transform(Resource source,
ResourceDependencies dependencies)
Read the source input stream and provide a new input stream of the transformed content.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.