Uses of Class
org.apache.tapestry5.ioc.annotations.Autobuild

Packages that use Autobuild
org.apache.tapestry5.internal.services   
org.apache.tapestry5.services   
org.apache.tapestry5.upload.services   
 

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

Method parameters in org.apache.tapestry5.internal.services with annotations of type Autobuild
 ComponentClassCache InternalModule.buildComponentClassCache(ComponentClassCacheImpl service)
           
static ComponentClassTransformer InternalModule.buildComponentClassTransformer(ComponentClassTransformerImpl transformer, InvalidationEventHub hub)
           
 ComponentMessagesSource InternalModule.buildComponentMessagesSource(ComponentMessagesSourceImpl service)
           
 PageActivationContextCollector InternalModule.buildPageActivationContextCollector(PageActivationContextCollectorImpl service)
           
 PageLoader InternalModule.buildPageLoader(PageLoaderImpl service, InvalidationEventHub templatesHub, InvalidationEventHub messagesHub)
           
 PagePool InternalModule.buildPagePool(PagePoolImpl service, InvalidationEventHub templatesHub, InvalidationEventHub messagesHub)
           
static RequestPageCache InternalModule.buildRequestPageCache(RequestPageCacheImpl service, PerthreadManager perthreadManager)
           
 ResourceCache InternalModule.buildResourceCache(ResourceCacheImpl service)
           
 StringInterner InternalModule.buildStringInterner(StringInternerImpl service)
           
static VirtualAssetStreamer InternalModule.buildVirtualAssetStreamer(VirtualAssetStreamerImpl service, ResourceCache cache)
           
 

Uses of Autobuild in org.apache.tapestry5.services
 

Method parameters in org.apache.tapestry5.services with annotations of type Autobuild
 ComponentEventRequestHandler TapestryModule.buildAjaxComponentEventRequestHandler(List<ComponentEventRequestFilter> configuration, org.slf4j.Logger logger, AjaxComponentEventRequestHandler terminator)
          Builds the action request handler for Ajax requests, based on a pipeline around AjaxComponentEventRequestHandler.
 PersistentFieldStrategy TapestryModule.buildClientPersistentFieldStrategy(LinkCreationHub linkCreationHub, ClientPersistentFieldStrategy service)
           
static ComponentClassResolver TapestryModule.buildComponentClassResolver(ComponentClassResolverImpl service, InvalidationEventHub hub)
           
 ComponentEventRequestHandler TapestryModule.buildComponentEventRequestHandler(List<ComponentEventRequestFilter> configuration, org.slf4j.Logger logger, ComponentEventRequestHandlerImpl terminator)
          Builds the component action request handler for traditional (non-Ajax) requests.
 ComponentRequestHandler TapestryModule.buildComponentRequestHandler(List<ComponentRequestFilter> configuration, ComponentRequestHandlerTerminator terminator, org.slf4j.Logger logger)
           
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).
 MarkupRenderer TapestryModule.buildMarkupRenderer(org.slf4j.Logger logger, MarkupRendererTerminator terminator, List<MarkupRendererFilter> configuration)
          The MarkupRenderer service is used to render a full page as markup.
static MetaDataLocator TapestryModule.buildMetaDataLocator(MetaDataLocatorImpl service, InvalidationEventHub hub)
           
 PageRenderRequestHandler TapestryModule.buildPageRenderRequestHandler(List<PageRenderRequestFilter> configuration, org.slf4j.Logger logger, PageRenderRequestHandlerImpl terminator)
           
 PartialMarkupRenderer TapestryModule.buildPartialMarkupRenderer(org.slf4j.Logger logger, List<PartialMarkupRendererFilter> configuration, PartialMarkupRendererTerminator terminator)
          A wrapper around PageRenderQueue used for partial page renders.
 BindingFactory TapestryModule.buildPropBindingFactory(List<BindingFactory> configuration, PropBindingFactory service)
          Builds the PropBindingFactory as a chain of command.
 PropertyConduitSource TapestryModule.buildPropertyConduitSource(PropertyConduitSourceImpl service, InvalidationEventHub hub)
           
static TranslatorSource TapestryModule.buildTranslatorSource(TranslatorSourceImpl service, 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.
 void TapestryModule.contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter> configuration, boolean gzipCompressionEnabled, GZipFilter gzipFilter, HttpServletRequestFilter ignoredPathsFilter)
           StoreIntoGlobals Stores the request and response into RequestGlobals at the start of the pipeline IgnoredPaths Identifies requests that are known (via the IgnoredPathsFilter service's configuration) to be mapped to other applications GZip Handles GZIP compression of response streams (if supported by client)
 

Uses of Autobuild in org.apache.tapestry5.upload.services
 

Method parameters in org.apache.tapestry5.upload.services with annotations of type Autobuild
static MultipartDecoder UploadModule.buildMultipartDecoder(PerthreadManager perthreadManager, RegistryShutdownHub shutdownHub, MultipartDecoderImpl multipartDecoder)
           
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.