|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssetFactory | |
---|---|
org.apache.tapestry.asset | Implementations of IAsset , as well as
the ExternalResource , used to handle private assets. |
org.apache.tapestry.portlet | Core portlet services. |
org.apache.tapestry.resolver | Namespace resolution of pages/components/etc.. |
org.apache.tapestry.services | Interfaces for Tapestry-related HiveMind services. |
org.apache.tapestry.services.impl | Service implementations. |
org.apache.tapestry.util | A general set of resuable classes and utilities for creating Internet and XML applications. |
Uses of AssetFactory in org.apache.tapestry.asset |
---|
Classes in org.apache.tapestry.asset that implement AssetFactory | |
---|---|
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. |
Methods in org.apache.tapestry.asset that return AssetFactory | |
---|---|
AssetFactory |
AssetFactoryContribution.getFactory()
|
Methods in org.apache.tapestry.asset with parameters of type AssetFactory | |
---|---|
void |
AssetSourceImpl.setClasspathAssetFactory(AssetFactory classpathAssetFactory)
|
void |
AssetSourceImpl.setContextAssetFactory(AssetFactory contextAssetFactory)
|
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. |
Uses of AssetFactory in org.apache.tapestry.portlet |
---|
Methods in org.apache.tapestry.portlet with parameters of type AssetFactory | |
---|---|
void |
PortletRendererImpl.setAssetFactory(AssetFactory assetFactory)
|
Uses of AssetFactory in org.apache.tapestry.resolver |
---|
Methods in org.apache.tapestry.resolver with parameters of type AssetFactory | |
---|---|
void |
ComponentResourceResolverImpl.setClasspathAssetFactory(AssetFactory classpathAssetFactory)
|
void |
ComponentResourceResolverImpl.setContextAssetFactory(AssetFactory contextAssetFactory)
|
Uses of AssetFactory in org.apache.tapestry.services |
---|
Methods in org.apache.tapestry.services that return AssetFactory | |
---|---|
AssetFactory |
Infrastructure.getAssetFactory()
Service that is used to convert Resource s
into IAsset s. |
Uses of AssetFactory in org.apache.tapestry.services.impl |
---|
Fields in org.apache.tapestry.services.impl declared as AssetFactory | |
---|---|
protected AssetFactory |
DefaultResponseContributorImpl._assetFactory
|
Methods in org.apache.tapestry.services.impl that return AssetFactory | |
---|---|
AssetFactory |
InfrastructureImpl.getAssetFactory()
|
Methods in org.apache.tapestry.services.impl with parameters of type AssetFactory | |
---|---|
void |
JSONResponseContributorImpl.setAssetFactory(AssetFactory factory)
|
void |
PrototypeResponseContributorImpl.setAssetFactory(AssetFactory factory)
|
void |
DojoAjaxResponseContributorImpl.setAssetFactory(AssetFactory factory)
|
void |
DefaultResponseContributorImpl.setAssetFactory(AssetFactory factory)
|
Constructors in org.apache.tapestry.services.impl with parameters of type AssetFactory | |
---|---|
DefaultResponseBuilder(IRequestCycle cycle,
IMarkupWriter writer,
AssetFactory assetFactory,
String namespace,
boolean closeWriter)
Portlet constructor. |
|
DefaultResponseBuilder(IRequestCycle cycle,
RequestLocaleManager localeManager,
MarkupWriterSource markupWriterSource,
WebResponse webResponse,
AssetFactory assetFactory,
String namespace)
Creates a new response builder with the required services it needs to render the response when DefaultResponseBuilder.renderResponse(IRequestCycle) is called. |
|
DojoAjaxResponseBuilder(IRequestCycle cycle,
RequestLocaleManager localeManager,
MarkupWriterSource markupWriterSource,
WebResponse webResponse,
List errorPages,
AssetFactory assetFactory,
String namespace,
IEngineService pageService)
Creates a new response builder with the required services it needs to render the response when DojoAjaxResponseBuilder.renderResponse(IRequestCycle) is called. |
|
JSONResponseBuilder(IRequestCycle cycle,
RequestLocaleManager localeManager,
MarkupWriterSource markupWriterSource,
WebResponse webResponse,
WebRequest request,
AssetFactory assetFactory,
String namespace)
Creates a new response builder with the required services it needs to render the response when JSONResponseBuilder.renderResponse(IRequestCycle) is called. |
|
PrototypeResponseBuilder(IRequestCycle cycle,
RequestLocaleManager localeManager,
MarkupWriterSource markupWriterSource,
WebResponse webResponse,
AssetFactory assetFactory,
String namespace)
Creates a new response builder with the required services it needs to render the response when PrototypeResponseBuilder.renderResponse(IRequestCycle) is called. |
Uses of AssetFactory in org.apache.tapestry.util |
---|
Constructors in org.apache.tapestry.util with parameters of type AssetFactory | |
---|---|
PageRenderSupportImpl(AssetFactory assetFactory,
String namespace,
org.apache.hivemind.Location location,
ResponseBuilder builder)
Deprecated. To be removed in 4.1.2 - use the new PageRenderSupportImpl.PageRenderSupportImpl(org.apache.tapestry.asset.AssetFactory, String, org.apache.tapestry.services.ResponseBuilder, org.apache.tapestry.IRequestCycle)
constructor instead. |
|
PageRenderSupportImpl(AssetFactory assetFactory,
String namespace,
ResponseBuilder builder,
IRequestCycle cycle)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |