Uses of Class
org.apache.tapestry.ioc.annotations.Inject

Packages that use Inject
org.apache.tapestry.hibernate   
org.apache.tapestry.internal.services   
org.apache.tapestry.services   
org.apache.tapestry.test   
org.apache.tapestry.upload.internal.services   
 

Uses of Inject in org.apache.tapestry.hibernate
 

Method parameters in org.apache.tapestry.hibernate with annotations of type Inject
static void HibernateModule.contributeHibernateEntityPackageManager(Configuration<String> configuration, String appRootPackage)
          Contributes the package "<root>.entities" to the configuration, so that it will be scanned for annotated entity classes.
 

Uses of Inject in org.apache.tapestry.internal.services
 

Constructor parameters in org.apache.tapestry.internal.services with annotations of type Inject
ComponentClassResolverImpl(org.slf4j.Logger logger, ComponentInstantiatorSource componentInstantiatorSource, ClassNameLocator classNameLocator, String appRootPackage, Collection<LibraryMapping> mappings)
           
LocalizationSetterImpl(PersistentLocale persistentLocale, ThreadLocale threadLocale, String acceptedLocaleNames)
           
RootPathDispatcher(ComponentClassResolver componentClassResolver, PageRenderRequestHandler handler, String startPageName)
           
 

Uses of Inject in org.apache.tapestry.services
 

Method parameters in org.apache.tapestry.services with annotations of type Inject
static Alias TapestryModule.build(org.slf4j.Logger logger, String mode, AliasManager overridesManager, Collection<AliasContribution> configuration)
           
static ComponentMessagesSource TapestryModule.build(UpdateListenerHub updateListenerHub, AssetFactory contextAssetFactory, String appCatalog)
           
 

Uses of Inject in org.apache.tapestry.test
 

Methods in org.apache.tapestry.test that return Inject
protected  Inject TapestryTestCase.mockInject()
           
 

Uses of Inject in org.apache.tapestry.upload.internal.services
 

Constructor parameters in org.apache.tapestry.upload.internal.services with annotations of type Inject
MultipartDecoderImpl(String repositoryLocation, int repositoryThreshold, long maxRequestSize, long maxFileSize)
           
 



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