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

Packages that use Marker
org.apache.tapestry5.hibernate   
org.apache.tapestry5.internal.services   
org.apache.tapestry5.ioc.services   
org.apache.tapestry5.services   
org.apache.tapestry5.spring   
 

Uses of Marker in org.apache.tapestry5.hibernate
 

Classes in org.apache.tapestry5.hibernate with annotations of type Marker
 class HibernateCoreModule
          Defines core services that support initialization of Hibernate and access to the Hibernate Session.
 

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

Classes in org.apache.tapestry5.internal.services with annotations of type Marker
 class ComponentInstanceResultProcessor
           
 class InternalModule
          TapestryModule has gotten too complicated and it is nice to demarkate public (and stable) from internal (and volatile).
 

Methods in org.apache.tapestry5.internal.services with annotations of type Marker
static CtClassSource InternalModule.buildCtClassSource(PropertyShadowBuilder builder, ComponentInstantiatorSource componentInstantiatorSource)
           
 

Uses of Marker in org.apache.tapestry5.ioc.services
 

Classes in org.apache.tapestry5.ioc.services with annotations of type Marker
 class TapestryIOCModule
          Defines the base set of services for the Tapestry IOC container.
 

Uses of Marker in org.apache.tapestry5.services
 

Classes in org.apache.tapestry5.services with annotations of type Marker
 class TapestryModule
          The root module for Tapestry.
 

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)
          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 ApplicationInitializers.
 AssetFactory TapestryModule.buildClasspathAssetFactory(ResourceCache resourceCache, ClasspathAssetAliasManager aliasManager, AssetPathConverter converter)
           
static InvalidationEventHub TapestryModule.buildComponentClassesInvalidationEventHub(ComponentInstantiatorSource source)
           
 ClassFactory TapestryModule.buildComponentClassFactory(ComponentInstantiatorSource source)
          Returns a ClassFactory that can be used to create extra classes around component classes.
 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)
          The component event result processor used for normal component requests.
static InvalidationEventHub TapestryModule.buildComponentMessagesInvalidationEventHub(ComponentMessagesSource messagesSource)
           
static InvalidationEventHub TapestryModule.buildComponentTemplatesInvalidationEventHub(ComponentTemplateSource templateSource)
           
 AssetFactory TapestryModule.buildContextAssetFactory(ApplicationGlobals globals, String applicationVersion, AssetPathConverter converter)
           
 DataTypeAnalyzer TapestryModule.buildDataTypeAnalyzer(List<DataTypeAnalyzer> configuration)
          Analyzes properties to determine the data types, used to TapestryModule.contributeBeanBlockSource(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)
           
 RequestHandler TapestryModule.buildRequestHandler(org.slf4j.Logger logger, List<RequestFilter> configuration, Dispatcher masterDispatcher)
           
 SessionPersistedObjectAnalyzer TapestryModule.buildSessionPersistedObjectAnalyzer(Map<Class,SessionPersistedObjectAnalyzer> configuration)
          The master Sessi`onPesistedObjectAnalyzer.
 

Uses of Marker in org.apache.tapestry5.spring
 

Methods in org.apache.tapestry5.spring with annotations of type Marker
static ApplicationContextCustomizer SpringModule.buildApplicationContextCustomizer(List<ApplicationContextCustomizer> configuration, ChainBuilder builder)
          Defines a chain-of-command for handling application context customization.
 



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