Package | Description |
---|---|
org.apache.tapestry5.internal.bindings |
[INTERNAL USE ONLY] support classes for binding; API subject to change
|
org.apache.tapestry5.internal.pageload |
[INTERNAL USE ONLY] support classes for assembling and loading pages; 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.spring |
[INTERNAL USE ONLY] support classes for the Spring IOC; API subject to change
|
org.apache.tapestry5.internal.structure |
[INTERNAL USE ONLY] page structure implementation details; 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.services |
Core services
|
org.apache.tapestry5.spring |
Integration of Tapestry with the Spring Inversion Of Control Container
|
Constructor and Description |
---|
SymbolBindingFactory(SymbolSource symbolSource) |
Constructor and Description |
---|
PageLoaderImpl(ComponentInstantiatorSource instantiatorSource,
ComponentTemplateSource templateSource,
PageElementFactory elementFactory,
ComponentPageElementResourcesSource resourcesSource,
ComponentClassResolver componentClassResolver,
PersistentFieldManager persistentFieldManager,
StringInterner interner,
OperationTracker tracker,
PerthreadManager perThreadManager,
Request request,
SymbolSource symbolSource) |
Constructor and Description |
---|
AssetInjectionProvider(SymbolSource symbolSource,
AssetSource assetSource) |
AssetObjectProvider(AssetSource source,
TypeCoercer typeCoercer,
SymbolSource symbolSource) |
AssetSourceImpl(ThreadLocale threadLocale,
Map<String,AssetFactory> configuration,
SymbolSource symbolSource) |
MetaDataLocatorImpl(SymbolSource symbolSource,
TypeCoercer typeCoercer,
ComponentModelSource modelSource,
Map<String,String> configuration) |
RenderSupportImpl(SymbolSource symbolSource,
AssetSource assetSource,
JavaScriptSupport javascriptSupport) |
Constructor and Description |
---|
CoreJavaScriptStack(boolean productionMode,
SymbolSource symbolSource,
AssetSource assetSource,
ThreadLocale threadLocale) |
Constructor and Description |
---|
SymbolBeanFactoryPostProcessor(SymbolSource symbolSource) |
Constructor and Description |
---|
ComponentPageElementImpl(Page page,
Instantiator instantiator,
ComponentPageElementResources elementResources,
Request request,
SymbolSource symbolSource)
Constructor for the root component of a page.
|
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() |
Modifier and Type | Method and Description |
---|---|
protected void |
IOCTestCase.train_expandSymbols(SymbolSource source,
String input) |
protected void |
IOCTestCase.train_expandSymbols(SymbolSource source,
String input,
String expanded) |
protected void |
IOCTestCase.train_valueForSymbol(SymbolSource symbolSource,
String symbolName,
String value) |
Modifier and Type | Method and Description |
---|---|
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
PartialMarkupRendererFilter s used when rendering a
partial Ajax response. |
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) |
Copyright © 2003-2012 The Apache Software Foundation.