Package | Description |
---|---|
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.services |
Core services
|
Constructor and Description |
---|
EmbeddedComponentAssemblerImpl(ComponentAssemblerSource assemblerSource,
ComponentInstantiatorSource instantiatorSource,
ComponentClassResolver componentClassResolver,
String componentClassName,
ComponentResourceSelector selector,
EmbeddedComponentModel embeddedModel,
String templateMixins,
Location location) |
PageLoaderImpl(ComponentInstantiatorSource instantiatorSource,
ComponentTemplateSource templateSource,
PageElementFactory elementFactory,
ComponentPageElementResourcesSource resourcesSource,
ComponentClassResolver componentClassResolver,
PersistentFieldManager persistentFieldManager,
StringInterner interner,
OperationTracker tracker,
PerthreadManager perThreadManager,
Request request,
SymbolSource symbolSource) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentInstantiatorSourceImpl
A wrapper around a
PlasticManager that allows certain classes to be modified as they are loaded. |
Constructor and Description |
---|
ComponentModelSourceImpl(ComponentClassResolver resolver,
ComponentInstantiatorSource source) |
Modifier and Type | Method and Description |
---|---|
ClassFactory |
TapestryModule.buildComponentClassFactory(ComponentInstantiatorSource source)
Returns a
ClassFactory that can
be used to create extra classes around
component classes. |
PlasticProxyFactory |
TapestryModule.buildComponentProxyFactory(ComponentInstantiatorSource source)
Returns a
PlasticProxyFactory that can be used to create extra classes around component classes. |
Copyright © 2003-2012 The Apache Software Foundation.