Uses of Interface
org.apache.tapestry5.internal.services.StringInterner

Packages that use StringInterner
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 
 

Uses of StringInterner in org.apache.tapestry5.internal.bindings
 

Constructors in org.apache.tapestry5.internal.bindings with parameters of type StringInterner
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
PageLoaderImpl(ComponentInstantiatorSource instantiatorSource, ComponentTemplateSource templateSource, PageElementFactory elementFactory, ComponentPageElementResourcesSource resourcesSource, ComponentClassResolver componentClassResolver, PersistentFieldManager persistentFieldManager, StringInterner interner, OperationTracker tracker, PerthreadManager perThreadManager, Request request, SymbolSource symbolSource)
           
 

Uses of StringInterner in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement StringInterner
 class StringInternerImpl
           
 

Methods in org.apache.tapestry5.internal.services that return StringInterner
 StringInterner InternalModule.buildStringInterner(StringInternerImpl service)
           
 

Constructors in org.apache.tapestry5.internal.services with parameters of type StringInterner
BindingSourceImpl(Map<String,BindingFactory> factories, StringInterner interner)
           
PropertyConduitSourceImpl(PropertyAccess access, PlasticProxyFactory proxyFactory, TypeCoercer typeCoercer, StringInterner interner)
           
 



Copyright © 2003-2012 The Apache Software Foundation.