|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Autobuild | |
---|---|
org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change |
org.apache.tapestry5.services | Core services |
org.apache.tapestry5.upload.services | Services for the Tapestry-upload module |
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)
|
PageActivationContextCollector |
InternalModule.buildPageActivationContextCollector(PageActivationContextCollectorImpl service)
|
PageLoader |
InternalModule.buildPageLoader(PageLoaderImpl service,
InvalidationEventHub templatesHub,
InvalidationEventHub messagesHub)
|
PageSource |
InternalModule.buildPageSource(PageSourceImpl service,
InvalidationEventHub templatesHub,
InvalidationEventHub messagesHub)
|
StringInterner |
InternalModule.buildStringInterner(StringInternerImpl service)
|
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. |
static ComponentMessagesSource |
TapestryModule.buildComponentMessagesSource(UpdateListenerHub updateListenerHub,
ComponentMessagesSourceImpl service)
|
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. |
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.contributeAssetDispatcher(MappedConfiguration<String,AssetRequestHandler> configuration,
AssetFactory contextAssetFactory,
StackAssetRequestHandler stackAssetRequestHandler,
ClasspathAssetAliasManager classpathAssetAliasManager,
ResourceStreamer streamer,
AssetResourceLocator assetResourceLocator)
Contributes an handler for each mapped classpath alias, as well handlers for context assets and stack assets (combined JavaScriptStack files). |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |