Methods in org.apache.tapestry5.services with annotations of type Marker |
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 . |
ComponentEventResultProcessor |
TapestryModule.buildAjaxComponentEventResultProcessor(Map<Class,ComponentEventResultProcessor> configuration,
InvalidationEventHub hub)
The component event result processor used for Ajax-oriented component
requests. |
ApplicationInitializer |
TapestryModule.buildApplicationInitializer(org.slf4j.Logger logger,
List<ApplicationInitializerFilter> configuration)
Initializes the application, using a pipeline of ApplicationInitializer s. |
static InvalidationEventHub |
TapestryModule.buildComponentClassesInvalidationEventHub(InternalComponentInvalidationEventHub trueHub)
Exposes the public portion of the internal InternalComponentInvalidationEventHub service. |
ClassFactory |
TapestryModule.buildComponentClassFactory(ComponentInstantiatorSource source)
Returns a ClassFactory that can
be used to create extra classes around
component classes. |
ComponentClassTransformWorker2 |
TapestryModule.buildComponentClassTransformWorker(List<ComponentClassTransformWorker2> configuration)
Allows the exact steps in the component class transformation process to
be defined. |
ComponentEventLinkTransformer |
TapestryModule.buildComponentEventLinkTransformer(List<ComponentEventLinkTransformer> configuration)
Builds ComponentEventLinkTransformer service as a chain of command. |
ComponentEventRequestHandler |
TapestryModule.buildComponentEventRequestHandler(List<ComponentEventRequestFilter> configuration,
org.slf4j.Logger logger,
ComponentEventRequestHandlerImpl terminator)
Builds the component action request handler for traditional (non-Ajax)
requests. |
ComponentEventResultProcessor |
TapestryModule.buildComponentEventResultProcessor(Map<Class,ComponentEventResultProcessor> configuration,
InvalidationEventHub hub)
The component event result processor used for normal component requests. |
static InvalidationEventHub |
TapestryModule.buildComponentMessagesInvalidationEventHub(ComponentMessagesSource messagesSource)
|
PlasticProxyFactory |
TapestryModule.buildComponentProxyFactory(ComponentInstantiatorSource source)
Returns a PlasticProxyFactory that can be used to create extra classes around component classes. |
ComponentTemplateLocator |
TapestryModule.buildComponentTemplateLocator(List<ComponentTemplateLocator> configuration)
Builds the ComponentTemplateLocator as a chain of command. |
static InvalidationEventHub |
TapestryModule.buildComponentTemplatesInvalidationEventHub(ComponentTemplateSource templateSource)
|
AssetFactory |
TapestryModule.buildContextAssetFactory(ApplicationGlobals globals,
AssetPathConstructor assetPathConstructor,
AssetPathConverter converter)
|
DataTypeAnalyzer |
TapestryModule.buildDataTypeAnalyzer(List<DataTypeAnalyzer> configuration)
Analyzes properties to determine the data types, used to
TapestryModule.provideDefaultBeanBlocks(org.apache.tapestry5.ioc.Configuration) locale
display and edit blocks for properties. |
Dispatcher |
TapestryModule.buildMasterDispatcher(List<Dispatcher> configuration)
Ordered contributions to the MasterDispatcher service allow different URL
matching strategies to occur. |
StackTraceElementAnalyzer |
TapestryModule.buildMasterStackTraceElementAnalyzer(List<StackTraceElementAnalyzer> configuration)
|
ObjectRenderer |
TapestryModule.buildObjectRenderer(Map<Class,ObjectRenderer> configuration)
|
PageRenderLinkTransformer |
TapestryModule.buildPageRenderLinkTransformer(List<PageRenderLinkTransformer> configuration)
Builds PageRenderLinkTransformer service as a chain of command. |
RequestHandler |
TapestryModule.buildRequestHandler(org.slf4j.Logger logger,
List<RequestFilter> configuration,
Dispatcher masterDispatcher)
|
SessionPersistedObjectAnalyzer |
TapestryModule.buildSessionPersistedObjectAnalyzer(Map<Class,SessionPersistedObjectAnalyzer> configuration)
The master SessionPersistedObjectAnalyzer. |