Package | Description |
---|---|
org.apache.tapestry.asset |
Implementations of
IAsset , as well as
the org.apache.tapestry.asset.AssetExternalizer , used to handle private assets. |
org.apache.tapestry.html |
Components specific to the creation of HTML pages, including sophisticated
DHTML JavaScript effects.
|
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl | |
org.apache.tapestry.util |
A general set of resuable classes and utilities for creating Internet and XML applications.
|
Modifier and Type | Class and Description |
---|---|
class |
ClasspathAssetFactory
Creates instances of
PrivateAsset , which are the holders of
classpath: resources. |
class |
ContextAssetFactory
All "context:" prefixed asset paths are interpreted relative to the web context (the web
application's root folder).
|
class |
DefaultAssetFactory
Default asset factory used when the asset path contains a prefix that is not recognized.
|
Modifier and Type | Method and Description |
---|---|
AssetFactory |
AssetFactoryContribution.getFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ContextAssetFactory.setClasspathAssetFactory(AssetFactory classpathAssetFactory) |
void |
AssetSourceImpl.setDefaultAssetFactory(AssetFactory defaultAssetFactory)
Factory used when an unrecognized prefix (typically, an arbitrary URL's scheme) is provided.
|
void |
AssetFactoryContribution.setFactory(AssetFactory factory) |
void |
AssetSourceImpl.setLookupAssetFactory(AssetFactory lookupAssetFactory)
Factory used when the path has no prefix, and the type of asset must be inferred from the
type of resource.
|
Modifier and Type | Method and Description |
---|---|
abstract AssetFactory |
Body.getAssetFactory()
Injected
|
Modifier and Type | Method and Description |
---|---|
AssetFactory |
Infrastructure.getAssetFactory()
Service that is used to convert
Resource s into
IAsset s. |
Modifier and Type | Method and Description |
---|---|
AssetFactory |
InfrastructureImpl.getAssetFactory() |
Constructor and Description |
---|
PageRenderSupportImpl(AssetFactory assetFactory,
java.lang.String namespace,
org.apache.hivemind.Location location) |