Package | Description |
---|---|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Class and Description |
---|---|
class |
ClasspathAssetFactory
Generates Assets for files on the classpath.
|
class |
ContextAssetFactory
Implementation of
AssetFactory for assets that are part of the web application context. |
Constructor and Description |
---|
AssetSourceImpl(ThreadLocale threadLocale,
Map<String,AssetFactory> configuration,
SymbolSource symbolSource) |
Modifier and Type | Method and Description |
---|---|
AssetFactory |
TapestryModule.buildContextAssetFactory(ApplicationGlobals globals,
AssetPathConstructor assetPathConstructor,
AssetPathConverter converter) |
Modifier and Type | Method and Description |
---|---|
static void |
TapestryModule.contributeAssetDispatcher(MappedConfiguration<String,AssetRequestHandler> configuration,
AssetFactory contextAssetFactory,
StackAssetRequestHandler stackAssetRequestHandler,
ClasspathAssetAliasManager classpathAssetAliasManager,
ResourceStreamer streamer,
AssetResourceLocator assetResourceLocator)
Contributes an handler for each mapped classpath alias, as well handlers for context assets
and stack assets (combined
JavaScriptStack files). |
void |
TapestryModule.contributeAssetSource(MappedConfiguration<String,AssetFactory> configuration,
AssetFactory contextAssetFactory,
AssetFactory classpathAssetFactory) |
static void |
TapestryModule.contributeComponentTemplateLocator(OrderedConfiguration<ComponentTemplateLocator> configuration,
AssetFactory contextAssetFactory,
String applicationFolder,
ComponentClassResolver componentClassResolver)
Contributes two template locators:
Default
Searches for the template on the classpath (
DefaultTemplateLocator
Page
Searches for page templates in the context (PageTemplateLocator )
|
Modifier and Type | Method and Description |
---|---|
void |
TapestryModule.contributeAssetSource(MappedConfiguration<String,AssetFactory> configuration,
AssetFactory contextAssetFactory,
AssetFactory classpathAssetFactory) |
Modifier and Type | Method and Description |
---|---|
protected AssetFactory |
TapestryTestCase.mockAssetFactory() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_createAsset(AssetFactory factory,
Resource resource,
Asset asset) |
protected void |
TapestryTestCase.train_getRootResource(AssetFactory factory,
Resource rootResource) |
Copyright © 2003-2012 The Apache Software Foundation.