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.test   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.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 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.
 class TemplateParserImpl
          Non-threadsafe implementation; the IOC service uses the perthread lifecycle.
 

Methods in org.apache.tapestry5.internal.services with annotations of type Scope
static RequestPageCache InternalModule.buildRequestPageCache(RequestPageCacheImpl service, PerthreadManager perthreadManager)
           
 

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

Classes in org.apache.tapestry5.internal.test with annotations of type Scope
 class TestableMarkupWriterFactoryImpl
           
 

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.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 © 2006-2009 Apache Software Foundation. All Rights Reserved.