Uses of Class
org.apache.tapestry5.services.AliasContribution

Packages that use AliasContribution
org.apache.tapestry5.hibernate   
org.apache.tapestry5.internal.services   
org.apache.tapestry5.internal.test   
org.apache.tapestry5.services   
 

Uses of AliasContribution in org.apache.tapestry5.hibernate
 

Method parameters in org.apache.tapestry5.hibernate with type arguments of type AliasContribution
static void HibernateModule.contributeAlias(Configuration<AliasContribution> configuration, org.hibernate.Session session)
           
 

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

Constructor parameters in org.apache.tapestry5.internal.services with type arguments of type AliasContribution
AliasManagerImpl(org.slf4j.Logger logger, Collection<AliasContribution> contributions)
           
 

Uses of AliasContribution in org.apache.tapestry5.internal.test
 

Method parameters in org.apache.tapestry5.internal.test with type arguments of type AliasContribution
static void PageTesterModule.contributeAlias(Configuration<AliasContribution> configuration, ObjectLocator locator)
           
 

Uses of AliasContribution in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services that return AliasContribution
static
<X> AliasContribution<X>
AliasContribution.create(Class<X> contributionType, String mode, X object)
          Simplifies the creation of an AliasContribution around a known type, mode, and an instance of that type.
static
<X> AliasContribution<X>
AliasContribution.create(Class<X> contributionType, X object)
          Simplifies the creation of an AliasContribution around a known type and instance of that type.
 

Method parameters in org.apache.tapestry5.services with type arguments of type AliasContribution
static Alias TapestryModule.buildAlias(org.slf4j.Logger logger, String mode, AliasManager overridesManager, Collection<AliasContribution> configuration)
           
 



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