Uses of Interface
org.apache.tapestry5.services.AssetSource

Packages that use AssetSource
org.apache.tapestry5.beanvalidator Support for JSR-303 Bean Validation via the Hibernate validator implementation 
org.apache.tapestry5.internal.bindings [INTERNAL USE ONLY] support classes for binding; API subject to change 
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.internal.services.javascript [INTERNAL USE ONLY] JavaScript support implementations; API subject to change 
org.apache.tapestry5.internal.transform [INTERNAL USE ONLY] component class transformation implementation classes; API subject to change. 
org.apache.tapestry5.services Core services 
org.apache.tapestry5.services.javascript Support for Javascript (and CSS), including dynamically-added JavaScript and services that manage dynamically-added links to JavaScript (and CSS) assets. 
org.apache.tapestry5.test Support for testing Tapestry pages 
 

Uses of AssetSource in org.apache.tapestry5.beanvalidator
 

Constructors in org.apache.tapestry5.beanvalidator with parameters of type AssetSource
BeanValidatorStack(AssetSource assetSource, ThreadLocale threadLocale)
           
 

Uses of AssetSource in org.apache.tapestry5.internal.bindings
 

Constructors in org.apache.tapestry5.internal.bindings with parameters of type AssetSource
AssetBindingFactory(AssetSource source)
           
ContextBindingFactory(AssetSource source)
           
 

Uses of AssetSource in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement AssetSource
 class AssetSourceImpl
           
 

Constructors in org.apache.tapestry5.internal.services with parameters of type AssetSource
AssetInjectionProvider(SymbolSource symbolSource, AssetSource assetSource)
           
AssetObjectProvider(AssetSource source, TypeCoercer typeCoercer, SymbolSource symbolSource)
           
AssetResourceLocatorImpl(ResourceDigestManager digestManager, Response response, AssetSource assetSource)
           
RenderSupportImpl(SymbolSource symbolSource, AssetSource assetSource, JavaScriptSupport javascriptSupport)
           
 

Uses of AssetSource in org.apache.tapestry5.internal.services.javascript
 

Constructors in org.apache.tapestry5.internal.services.javascript with parameters of type AssetSource
CoreJavaScriptStack(boolean productionMode, SymbolSource symbolSource, AssetSource assetSource, ThreadLocale threadLocale)
           
DateFieldStack(ThreadLocale threadLocale, boolean compactJSON, AssetSource assetSource)
           
 

Uses of AssetSource in org.apache.tapestry5.internal.transform
 

Constructors in org.apache.tapestry5.internal.transform with parameters of type AssetSource
ImportWorker(JavaScriptSupport javascriptSupport, SymbolSource symbolSource, AssetSource assetSource)
           
 

Uses of AssetSource in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type AssetSource
static void TapestryModule.contributeComponentMessagesSource(AssetSource assetSource, Resource applicationCatalog, OrderedConfiguration<Resource> configuration)
          Contributes: AppCatalog The Resource defined by SymbolConstants.APPLICATION_CATALOG ValidationMessages Messages used by validators (before:AppCatalog)
 void TapestryModule.contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration, boolean omitGeneratorMeta, String tapestryVersion, boolean compactJSON, SymbolSource symbolSource, AssetSource assetSource, JavaScriptStackSource javascriptStackSource, JavaScriptStackPathConstructor javascriptStackPathConstructor, ValidationDecoratorFactory validationDecoratorFactory, Asset defaultStylesheet)
          Adds page render filters, each of which provides an Environmental service.
 void TapestryModule.contributePartialMarkupRenderer(OrderedConfiguration<PartialMarkupRendererFilter> configuration, ValidationDecoratorFactory validationDecoratorFactory, JavaScriptStackSource javascriptStackSource, JavaScriptStackPathConstructor javascriptStackPathConstructor, SymbolSource symbolSource, AssetSource assetSource)
          Contributes PartialMarkupRendererFilters used when rendering a partial Ajax response.
static void TapestryModule.contributeTypeCoercer(Configuration<CoercionTuple> configuration, TypeCoercer coercer, ThreadLocale threadLocale, AssetSource assetSource, ComponentClassCache classCache, DynamicTemplateParser dynamicTemplateParser)
          Adds coercions: String to SelectModel Map to SelectModel Collection to GridDataSource null to GridDataSource List to SelectModel ComponentResourcesAware (typically, a component) to ComponentResources ComponentResources to PropertyOverrides String to Renderable Renderable to Block String to DateFormat String to Resource (via resourceForPath(String)) Renderable to RenderCommand String to Pattern String to DateFormat ComponentClassTransformWorker to ComponentClassTransformWorker2 InjectionProvider to InjectionProvider2 Resource to DynamicTemplate Asset to Resource ValueEncoder to ValueEncoderFactory
static void TapestryModule.provideStandardInjectionProviders(OrderedConfiguration<InjectionProvider2> configuration, SymbolSource symbolSource, AssetSource assetSource)
           Default based on MasterObjectProvider Named Handles fields with the Named annotation Block injects fields of type Block CommonResources Access to properties of resources (log, messages, etc.) Asset injection of assets (triggered via Path annotation), with the path relative to the component class Service Ordered last, for use when Inject is present and nothing else works, matches field type against Tapestry IoC services
 

Uses of AssetSource in org.apache.tapestry5.services.javascript
 

Constructors in org.apache.tapestry5.services.javascript with parameters of type AssetSource
ExtensibleJavaScriptStack(AssetSource assetSource, List<StackExtension> configuration)
           
 

Uses of AssetSource in org.apache.tapestry5.test
 

Methods in org.apache.tapestry5.test that return AssetSource
protected  AssetSource TapestryTestCase.mockAssetSource()
           
 

Methods in org.apache.tapestry5.test with parameters of type AssetSource
protected  void TapestryTestCase.train_getAsset(AssetSource source, Resource root, String path, Locale locale, Asset asset)
           
protected  void TapestryTestCase.train_getClasspathAsset(AssetSource source, String path, Asset asset)
           
protected  void TapestryTestCase.train_getClasspathAsset(AssetSource source, String path, Locale locale, Asset asset)
           
 



Copyright © 2003-2012 The Apache Software Foundation.