Uses of Annotation Type
org.apache.tapestry5.ioc.annotations.Marker
Packages that use Marker
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] asset support services; API subject to change
-
Uses of Marker in org.apache.tapestry5.hibernate.modules
Classes in org.apache.tapestry5.hibernate.modules with annotations of type MarkerModifier and TypeClassDescriptionclass
Defines core services that support initialization of Hibernate and access to the HibernateSession
. -
Uses of Marker in org.apache.tapestry5.http.modules
Methods in org.apache.tapestry5.http.modules with annotations of type MarkerModifier and TypeMethodDescriptionTapestryHttpModule.buildApplicationInitializer
(org.slf4j.Logger logger, List<ApplicationInitializerFilter> configuration) Initializes the application, using a pipeline ofApplicationInitializer
s.TapestryHttpModule.buildMasterDispatcher
(List<Dispatcher> configuration, ChainBuilder chainBuilder) Ordered contributions to the MasterDispatcher service allow different URL matching strategies to occur.TapestryHttpModule.buildRequestHandler
(org.slf4j.Logger logger, List<RequestFilter> configuration, Dispatcher masterDispatcher) TapestryHttpModule.buildSessionPersistedObjectAnalyzer
(Map<Class, SessionPersistedObjectAnalyzer> configuration, StrategyBuilder strategyBuilder) The master SessionPersistedObjectAnalyzer. -
Uses of Marker in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services with annotations of type MarkerModifier and TypeClassDescriptionclass
Recognizes requests where the path begins with "/asset/" (actually, as defined by theSymbolConstants.ASSET_PATH_PREFIX
symbol), and delivers the content therein as a bytestream.class
Generates Assets for files on the classpath.class
-
Uses of Marker in org.apache.tapestry5.internal.services.assets
Classes in org.apache.tapestry5.internal.services.assets with annotations of type MarkerModifier and TypeClassDescriptionclass
Implementation that delegates, via its configuration, to a real implementation based on the content type of the resource. -
Uses of Marker in org.apache.tapestry5.ioc.modules
Classes in org.apache.tapestry5.ioc.modules with annotations of type MarkerModifier and TypeClassDescriptionfinal class
Defines the base set of services for the Tapestry IOC container. -
Uses of Marker in org.apache.tapestry5.modules
Classes in org.apache.tapestry5.modules with annotations of type MarkerModifier and TypeClassDescriptionclass
class
TapestryModule
has gotten too complicated and it is nice to demarkate public (and stable) from internal (and volatile).class
final class
The root module for Tapestry.Methods in org.apache.tapestry5.modules with annotations of type MarkerModifier and TypeMethodDescriptionTapestryModule.buildAjaxComponentEventRequestHandler
(List<ComponentEventRequestFilter> configuration, org.slf4j.Logger logger, AjaxComponentEventRequestHandler terminator) Builds the action request handler for Ajax requests, based on a pipeline aroundAjaxComponentEventRequestHandler
.TapestryModule.buildAjaxComponentEventResultProcessor
(Map<Class, ComponentEventResultProcessor> configuration, InvalidationEventHub hub) The component event result processor used for Ajax-oriented component requests.static InvalidationEventHub
TapestryModule.buildComponentClassesInvalidationEventHub
(InternalComponentInvalidationEventHub trueHub) Exposes the public portion of the internalInternalComponentInvalidationEventHub
service.TapestryModule.buildComponentClassTransformWorker
(List<ComponentClassTransformWorker2> configuration) Allows the exact steps in the component class transformation process to be defined.TapestryModule.buildComponentEventLinkTransformer
(List<ComponentEventLinkTransformer> configuration) BuildsComponentEventLinkTransformer
service as a chain of command.TapestryModule.buildComponentEventRequestHandler
(List<ComponentEventRequestFilter> configuration, org.slf4j.Logger logger, ComponentEventRequestHandlerImpl terminator) Builds the component action request handler for traditional (non-Ajax) requests.TapestryModule.buildComponentEventResultProcessor
(Map<Class, ComponentEventResultProcessor> configuration, InvalidationEventHub hub) The component event result processor used for normal component requests.static InvalidationEventHub
TapestryModule.buildComponentMessagesInvalidationEventHub
(ComponentMessagesSource messagesSource) TapestryModule.buildComponentProxyFactory
(ComponentInstantiatorSource source) Returns aPlasticProxyFactory
that can be used to create extra classes around component classes.TapestryModule.buildComponentTemplateLocator
(List<ComponentTemplateLocator> configuration) Builds theComponentTemplateLocator
as a chain of command.static InvalidationEventHub
TapestryModule.buildComponentTemplatesInvalidationEventHub
(ComponentTemplateSource templateSource) static AssetFactory
AssetsModule.buildContextAssetFactory
(ApplicationGlobals globals, AssetPathConstructor assetPathConstructor, ResponseCompressionAnalyzer compressionAnalyzer, ResourceChangeTracker resourceChangeTracker, StreamableResourceSource streamableResourceSource) TapestryModule.buildDataTypeAnalyzer
(List<DataTypeAnalyzer> configuration) Analyzes properties to determine the data types, used to TapestryModule.provideDefaultBeanBlocks(org.apache.tapestry5.commons.Configuration) locale display and edit blocks for properties.TapestryModule.buildMasterStackTraceElementAnalyzer
(List<StackTraceElementAnalyzer> configuration) TapestryModule.buildObjectRenderer
(Map<Class, ObjectRenderer> configuration) TapestryModule.buildPageRenderLinkTransformer
(List<PageRenderLinkTransformer> configuration) BuildsPageRenderLinkTransformer
service as a chain of command. -
Uses of Marker in org.apache.tapestry5.spock
Classes in org.apache.tapestry5.spock with annotations of type MarkerModifier and TypeClassDescriptionclass
A Tapestry module that is started for every specification which uses Spock's Tapestry extension. -
Uses of Marker in org.apache.tapestry5.spring.modules
Methods in org.apache.tapestry5.spring.modules with annotations of type MarkerModifier and TypeMethodDescriptionstatic ApplicationContextCustomizer
SpringModule.buildApplicationContextCustomizer
(List<ApplicationContextCustomizer> configuration, ChainBuilder builder) Defines a chain-of-command for handling application context customization.