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

Packages that use Scope
org.apache.tapestry5.hibernate Provides support for simple CRUD applications built on top of Tapestry and Hibernate 
org.apache.tapestry5.internal.renderers [INTERNAL USE ONLY] support classes for component template rendering; API subject to change 
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.internal.services.ajax [INTERNAL USE ONLY] AJAX support services; API subject to change 
org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. 
org.apache.tapestry5.jpa Provides support for simple CRUD applications built on top of Tapestry and JPA 
org.apache.tapestry5.services Core services 
org.apache.tapestry5.upload.services Services for the Tapestry-upload module 
 

Uses of Scope in org.apache.tapestry5.hibernate
 

Methods in org.apache.tapestry5.hibernate with annotations of type Scope
static HibernateSessionManager HibernateCoreModule.buildHibernateSessionManager(HibernateSessionSource sessionSource, PerthreadManager perthreadManager)
          The session manager manages sessions on a per-thread/per-request basis.
 

Uses of Scope in org.apache.tapestry5.internal.renderers
 

Classes in org.apache.tapestry5.internal.renderers with annotations of type Scope
 class LocationRenderer
          Responsible for rendering a Location.
 

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

Classes in org.apache.tapestry5.internal.services with annotations of type Scope
 class ClientPersistentFieldStorageImpl
          Manages client-persistent values on behalf of a ClientPersistentFieldStorageImpl.
 class InternalRequestGlobalsImpl
           
 class NonPoolingRequestPageCacheImpl
          In Tapestry 5.1, the implementation of this worked with the page pool (a pool of page instances, reserved to individual requests/threads).
 class PageRenderQueueImpl
          This services keeps track of the page being rendered and the root command for the partial render, it is therefore request/thread scoped.
 class RequestGlobalsImpl
          Dumb data holder for per-request data.
 

Uses of Scope in org.apache.tapestry5.internal.services.ajax
 

Classes in org.apache.tapestry5.internal.services.ajax with annotations of type Scope
 class AjaxFormUpdateControllerImpl
           
 

Uses of Scope in org.apache.tapestry5.ioc.internal.services
 

Classes in org.apache.tapestry5.ioc.internal.services with annotations of type Scope
 class ExceptionTrackerImpl
           
 class ThreadLocaleImpl
           
 

Uses of Scope in org.apache.tapestry5.jpa
 

Methods in org.apache.tapestry5.jpa with annotations of type Scope
static EntityManagerManager JpaModule.buildEntityManagerManager(EntityManagerSource entityManagerSource, PerthreadManager perthreadManager, org.slf4j.Logger logger)
           
 

Uses of Scope in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with annotations of type Scope
 Environment TapestryModule.buildEnvironment(PerthreadManager perthreadManager)
           
 

Uses of Scope in org.apache.tapestry5.upload.services
 

Methods in org.apache.tapestry5.upload.services with annotations of type Scope
static MultipartDecoder UploadModule.buildMultipartDecoder(PerthreadManager perthreadManager, RegistryShutdownHub shutdownHub, MultipartDecoderImpl multipartDecoder)
           
 



Copyright © 2003-2012 The Apache Software Foundation.