Package | Description |
---|---|
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.spring |
[INTERNAL USE ONLY] support classes for the Spring IOC; API subject to change
|
org.apache.tapestry5.internal.transform |
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
|
org.apache.tapestry5.ioc.internal.services |
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
|
org.apache.tapestry5.ioc.test |
Classes supporting testing of Tapestry IOC services
|
org.apache.tapestry5.modules | |
org.apache.tapestry5.spring.modules |
Constructor and Description |
---|
SymbolBindingFactory(SymbolSource symbolSource) |
Constructor and Description |
---|
AssetObjectProvider(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) |
Constructor and Description |
---|
SymbolBeanFactoryPostProcessor(SymbolSource symbolSource) |
Constructor and Description |
---|
ImportWorker(JavaScriptSupport javascriptSupport,
SymbolSource symbolSource,
AssetSource assetSource) |
Modifier and Type | Class and Description |
---|---|
class |
SymbolSourceImpl |
Constructor and Description |
---|
SymbolObjectProvider(SymbolSource symbolSource,
TypeCoercer typeCoercer) |
ValueObjectProvider(SymbolSource symbolSource,
TypeCoercer typeCoercer) |
Modifier and Type | Method and Description |
---|---|
protected SymbolSource |
IOCTestCase.mockSymbolSource()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IOCTestCase.train_expandSymbols(SymbolSource source,
String input)
Deprecated.
|
protected void |
IOCTestCase.train_expandSymbols(SymbolSource source,
String input,
String expanded)
Deprecated.
|
protected void |
IOCTestCase.train_valueForSymbol(SymbolSource symbolSource,
String symbolName,
String value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static void |
SpringModule.addSymbolSourceAsPropertyCustomizerForSpringBeans(OrderedConfiguration<ApplicationContextCustomizer> configuration,
SymbolSource symbolSource) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.