Uses of Interface
org.apache.tapestry5.commons.internal.services.StringInterner
Packages that use StringInterner
Package
Description
Support classes for the
BeanEditor
component.[INTERNAL USE ONLY] support classes for binding; API subject to change
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
-
Uses of StringInterner in org.apache.tapestry5.beanmodel
Methods in org.apache.tapestry5.beanmodel with parameters of type StringInternerModifier and TypeMethodDescriptionBeanModelSourceBuilder.setStringInterner
(StringInterner stringInterner) Sets theStringInterner
to be used. -
Uses of StringInterner in org.apache.tapestry5.beanmodel.internal.services
Constructors in org.apache.tapestry5.beanmodel.internal.services with parameters of type StringInternerModifierConstructorDescriptionPropertyConduitSourceImpl
(PropertyAccess access, PlasticProxyFactory proxyFactory, TypeCoercer typeCoercer, StringInterner interner) -
Uses of StringInterner in org.apache.tapestry5.commons.internal.services
Classes in org.apache.tapestry5.commons.internal.services that implement StringInterner -
Uses of StringInterner in org.apache.tapestry5.internal.bindings
Constructors in org.apache.tapestry5.internal.bindings with parameters of type StringInternerModifierConstructorDescriptionPropBindingFactory
(PropertyConduitSource propertyConduitSource, StringInterner interner, PageClassLoaderContextManager pageClassLoaderContextManager) TranslateBindingFactory
(FieldTranslatorSource source, StringInterner interner) ValidateBindingFactory
(FieldValidatorSource fieldValidatorSource, StringInterner interner) -
Uses of StringInterner in org.apache.tapestry5.internal.pageload
Constructors in org.apache.tapestry5.internal.pageload with parameters of type StringInternerModifierConstructorDescriptionPageLoaderImpl
(ComponentInstantiatorSource instantiatorSource, ComponentTemplateSource templateSource, PageElementFactory elementFactory, ComponentPageElementResourcesSource resourcesSource, ComponentClassResolver componentClassResolver, PersistentFieldManager persistentFieldManager, StringInterner interner, OperationTracker tracker, PerthreadManager perThreadManager, org.slf4j.Logger logger, MetaDataLocator metaDataLocator) -
Uses of StringInterner in org.apache.tapestry5.internal.services
Constructors in org.apache.tapestry5.internal.services with parameters of type StringInternerModifierConstructorDescriptionBindingSourceImpl
(Map<String, BindingFactory> factories, StringInterner interner)