Uses of Interface
org.apache.tapestry5.commons.internal.services.StringInterner
-
Packages that use StringInterner Package Description org.apache.tapestry5.beanmodel Support classes for theBeanEditor
component.org.apache.tapestry5.beanmodel.internal.services org.apache.tapestry5.commons.internal.services org.apache.tapestry5.internal.bindings [INTERNAL USE ONLY] support classes for binding; API subject to changeorg.apache.tapestry5.internal.pageload [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to changeorg.apache.tapestry5.internal.services [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 StringInterner Modifier and Type Method Description BeanModelSourceBuilder
BeanModelSourceBuilder. 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 StringInterner Constructor Description PropertyConduitSourceImpl(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 Modifier and Type Class Description class
StringInternerImpl
-
Uses of StringInterner in org.apache.tapestry5.internal.bindings
Constructors in org.apache.tapestry5.internal.bindings with parameters of type StringInterner Constructor Description PropBindingFactory(PropertyConduitSource propertyConduitSource, StringInterner interner)
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 StringInterner Constructor 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)
-
Uses of StringInterner in org.apache.tapestry5.internal.services
Constructors in org.apache.tapestry5.internal.services with parameters of type StringInterner Constructor Description <,BindingFactory> factories, StringInterner interner)
-