Uses of Class
org.apache.tapestry5.services.ComponentClasses

Packages that use ComponentClasses
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.services Core services 
 

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

Method parameters in org.apache.tapestry5.internal.services with annotations of type ComponentClasses
 void PropertyConduitSourceImpl.listenForInvalidations(InvalidationEventHub hub)
           
 

Constructor parameters in org.apache.tapestry5.internal.services with annotations of type ComponentClasses
InternalModule(RequestGlobals requestGlobals, InvalidationEventHub classesInvalidationEventHub)
           
 

Uses of ComponentClasses in org.apache.tapestry5.services
 

Method parameters in org.apache.tapestry5.services with annotations of type ComponentClasses
 ComponentEventResultProcessor TapestryModule.buildAjaxComponentEventResultProcessor(Map<Class,ComponentEventResultProcessor> configuration, InvalidationEventHub hub)
          The component event result processor used for Ajax-oriented component requests.
static ComponentClassResolver TapestryModule.buildComponentClassResolver(ComponentClassResolverImpl service, InvalidationEventHub hub)
           
 ComponentEventResultProcessor TapestryModule.buildComponentEventResultProcessor(Map<Class,ComponentEventResultProcessor> configuration, InvalidationEventHub hub)
          The component event result processor used for normal component requests.
static DataTypeAnalyzer TapestryModule.buildDefaultDataTypeAnalyzer(DefaultDataTypeAnalyzer service, InvalidationEventHub hub)
          The default data type analyzer is the final analyzer consulted and identifies the type entirely pased on the property type, working against its own configuration (mapping property type class to data type).
static MetaDataLocator TapestryModule.buildMetaDataLocator(MetaDataLocatorImpl service, InvalidationEventHub hub)
           
static TranslatorSource TapestryModule.buildTranslatorSource(Map<Class,Translator> configuration, TranslatorAlternatesSource alternatesSource, InvalidationEventHub hub)
           
static ValueEncoderSource TapestryModule.buildValueEncoderSource(Map<Class,ValueEncoderFactory> configuration, InvalidationEventHub hub)
           
 void TapestryModule.contributeApplicationInitializer(OrderedConfiguration<ApplicationInitializerFilter> configuration, TypeCoercer typeCoercer, ComponentClassResolver componentClassResolver, InvalidationEventHub invalidationEventHub, RestoreDirtySessionObjects restoreDirtySessionObjects)
          Adds a listener to the ComponentInstantiatorSource that clears the PropertyAccess and TypeCoercer caches on a class loader invalidation.
static void TapestryModule.registerToClearPlasticProxyFactoryOnInvalidation(InvalidationEventHub hub, PlasticProxyFactory proxyFactory)
           
 



Copyright © 2003-2012 The Apache Software Foundation.