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
|
Constructor and Description |
---|
PropBindingFactory(PropertyConduitSource propertyConduitSource,
StringInterner interner) |
TranslateBindingFactory(FieldTranslatorSource source,
StringInterner interner) |
ValidateBindingFactory(FieldValidatorSource fieldValidatorSource,
StringInterner interner) |
Constructor and Description |
---|
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 |
StringInternerImpl |
Constructor and Description |
---|
BindingSourceImpl(Map<String,BindingFactory> factories,
StringInterner interner) |
PropertyConduitSourceImpl(PropertyAccess access,
PlasticProxyFactory proxyFactory,
TypeCoercer typeCoercer,
StringInterner interner) |
Copyright © 2003-2013 The Apache Software Foundation.