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.modules |
Constructor and Description |
---|
EmbeddedComponentAssemblerImpl(ComponentAssemblerSource assemblerSource,
ComponentInstantiatorSource instantiatorSource,
ComponentClassResolver componentClassResolver,
String componentClassName,
ComponentResourceSelector selector,
EmbeddedComponentModel embeddedModel,
String templateMixins,
Location location,
boolean strictMixinParameters) |
PageLoaderImpl(ComponentInstantiatorSource instantiatorSource,
ComponentTemplateSource templateSource,
PageElementFactory elementFactory,
ComponentPageElementResourcesSource resourcesSource,
ComponentClassResolver componentClassResolver,
PersistentFieldManager persistentFieldManager,
StringInterner interner,
OperationTracker tracker,
PerthreadManager perThreadManager,
org.slf4j.Logger logger,
MetaDataLocator metaDataLocator,
RequestGlobals requestGlobals) |
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 |
---|---|
PlasticProxyFactory |
TapestryModule.buildComponentProxyFactory(ComponentInstantiatorSource source)
Returns a
PlasticProxyFactory that can be used to create extra classes around component classes. |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.