Uses of Interface
org.apache.tapestry5.ioc.services.SymbolSource
Packages that use SymbolSource
Package
Description
[INTERNAL USE ONLY] support classes for binding; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] REST support classes; API subject to change
[INTERNAL USE ONLY] support classes for the Spring IOC; API subject to change
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
-
Uses of SymbolSource in org.apache.tapestry5.internal.bindings
Constructors in org.apache.tapestry5.internal.bindings with parameters of type SymbolSource -
Uses of SymbolSource in org.apache.tapestry5.internal.services
Constructors in org.apache.tapestry5.internal.services with parameters of type SymbolSourceModifierConstructorDescriptionAssetObjectProvider
(AssetSource source, TypeCoercer typeCoercer, SymbolSource symbolSource) AssetSourceImpl
(ThreadLocale threadLocale, Map<String, AssetFactory> configuration, SymbolSource symbolSource, org.slf4j.Logger logger, OperationTracker tracker) AssetSourceImpl
(ThreadLocale threadLocale, Map<String, AssetFactory> configuration, SymbolSource symbolSource, org.slf4j.Logger logger, OperationTracker tracker, Request request) MetaDataLocatorImpl
(SymbolSource symbolSource, TypeCoercer typeCoercer, ComponentModelSource modelSource, Map<String, String> configuration) -
Uses of SymbolSource in org.apache.tapestry5.internal.services.rest
Constructors in org.apache.tapestry5.internal.services.rest with parameters of type SymbolSourceModifierConstructorDescriptionDefaultOpenApiDescriptionGenerator
(OpenApiTypeDescriber typeDescriber, MappedEntityManager mappedEntityManager, BaseURLSource baseUrlSource, SymbolSource symbolSource, ComponentMessagesSource componentMessagesSource, ThreadLocale threadLocale, PageSource pageSource, ComponentClassResolver componentClassResolver, PageRenderLinkSource pageRenderLinkSource, Request request) -
Uses of SymbolSource in org.apache.tapestry5.internal.spring
Constructors in org.apache.tapestry5.internal.spring with parameters of type SymbolSource -
Uses of SymbolSource in org.apache.tapestry5.internal.transform
Constructors in org.apache.tapestry5.internal.transform with parameters of type SymbolSourceModifierConstructorDescriptionImportWorker
(JavaScriptSupport javascriptSupport, SymbolSource symbolSource, AssetSource assetSource, ResourceChangeTracker resourceChangeTracker, PropertyValueProviderWorker propertyValueProviderWorker) -
Uses of SymbolSource in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services that implement SymbolSourceConstructors in org.apache.tapestry5.ioc.internal.services with parameters of type SymbolSourceModifierConstructorDescriptionSymbolObjectProvider
(SymbolSource symbolSource, TypeCoercer typeCoercer) ValueObjectProvider
(SymbolSource symbolSource, TypeCoercer typeCoercer) -
Uses of SymbolSource in org.apache.tapestry5.ioc.test
Methods in org.apache.tapestry5.ioc.test that return SymbolSourceModifier and TypeMethodDescriptionprotected final SymbolSource
IOCTestCase.mockSymbolSource()
Deprecated.Methods in org.apache.tapestry5.ioc.test with parameters of type SymbolSourceModifier and TypeMethodDescriptionprotected final void
IOCTestCase.train_expandSymbols
(SymbolSource source, String input) Deprecated.protected final void
IOCTestCase.train_expandSymbols
(SymbolSource source, String input, String expanded) Deprecated.protected final void
IOCTestCase.train_valueForSymbol
(SymbolSource symbolSource, String symbolName, String value) Deprecated. -
Uses of SymbolSource in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type SymbolSourceModifier and TypeMethodDescriptionstatic void
TapestryModule.provideStandardInjectionProviders
(OrderedConfiguration<InjectionProvider2> configuration, SymbolSource symbolSource, AssetSource assetSource) Default based onMasterObjectProvider
Named Handles fields with theNamed
annotation Block injects fields of typeBlock
CommonResources Access to properties of resources (log, messages, etc.) Asset injection of assets (triggered viaPath
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 SymbolSource in org.apache.tapestry5.spring.modules
Methods in org.apache.tapestry5.spring.modules with parameters of type SymbolSourceModifier and TypeMethodDescriptionstatic void
SpringModule.addSymbolSourceAsPropertyCustomizerForSpringBeans
(OrderedConfiguration<ApplicationContextCustomizer> configuration, SymbolSource symbolSource)