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

Packages that use Scope
org.apache.tapestry5.hibernate   
org.apache.tapestry5.internal.renderers   
org.apache.tapestry5.internal.services   
org.apache.tapestry5.internal.services.ajax   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.jpa   
org.apache.tapestry5.services Core services 
org.apache.tapestry5.upload.services   
 

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.