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

Packages that use Local
org.apache.tapestry5.hibernate   
org.apache.tapestry5.ioc.services   
org.apache.tapestry5.services   
org.apache.tapestry5.tutorial.services   
 

Uses of Local in org.apache.tapestry5.hibernate
 

Method parameters in org.apache.tapestry5.hibernate with annotations of type Local
static void HibernateCoreModule.contributeHibernateSessionSource(OrderedConfiguration<HibernateConfigurer> config, HibernateConfigurer defaultHibernateConfigurer)
          Adds the following configurers: Default performs default hibernate configuration PackageName loads entities by package name
 

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

Method parameters in org.apache.tapestry5.ioc.services with annotations of type Local
static void TapestryIOCModule.contributeMasterObjectProvider(OrderedConfiguration<ObjectProvider> configuration, ServiceOverride serviceOverride)
           AnnotationBasedContributions Empty placeholder used to seperate annotation-based ObjectProvider contributions (which come before) from non-annotation based (ServiceOverride here, Alias in tapestry-core) which come after.
 

Uses of Local in org.apache.tapestry5.services
 

Method parameters in org.apache.tapestry5.services with annotations of type Local
 void TapestryModule.contributeApplicationStatePersistenceStrategySource(MappedConfiguration<String,ApplicationStatePersistenceStrategy> configuration, ApplicationStatePersistenceStrategy sessionStategy)
          Contributes the default "session" strategy.
static void TapestryModule.contributeMasterObjectProvider(OrderedConfiguration<ObjectProvider> configuration, Alias alias, ObjectProvider assetObjectProvider)
          Contributes two object providers: Alias Searches by type among contributions to the Alias service Asset Checks for the Path annotation, and injects an Asset Service Injects based on the Service annotation, if present
 

Uses of Local in org.apache.tapestry5.tutorial.services
 

Method parameters in org.apache.tapestry5.tutorial.services with annotations of type Local
 void AppModule.contributeRequestHandler(OrderedConfiguration<RequestFilter> configuration, RequestFilter filter)
          This is a contribution to the RequestHandler service configuration.
 



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