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

Packages that use IntermediateType
org.apache.tapestry5.internal.services   
org.apache.tapestry5.ioc.services   
org.apache.tapestry5.ioc.test   
org.apache.tapestry5.services   
 

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

Constructor parameters in org.apache.tapestry5.internal.services with annotations of type IntermediateType
CookiesImpl(Request request, CookieSource cookieSource, CookieSink cookieSink, long defaultMaxAge)
           
PagePoolImpl(org.slf4j.Logger logger, PageLoader pageLoader, ThreadLocale threadLocale, int softLimit, long softWait, int hardLimit, long activeWindow)
           
PagePoolImpl(org.slf4j.Logger logger, PageLoader pageLoader, ThreadLocale threadLocale, int softLimit, long softWait, int hardLimit, long activeWindow)
           
 

Uses of IntermediateType in org.apache.tapestry5.ioc.services
 

Method parameters in org.apache.tapestry5.ioc.services with annotations of type IntermediateType
static ParallelExecutor TapestryIOCModule.buildDeferredExecution(int coreSize, int maxSize, int keepAliveMillis, boolean threadPoolEnabled, PerthreadManager perthreadManager, RegistryShutdownHub shutdownHub, ThunkCreator thunkCreator)
           
 

Uses of IntermediateType in org.apache.tapestry5.ioc.test
 

Methods in org.apache.tapestry5.ioc.test that return IntermediateType
protected  IntermediateType IOCTestCase.newIntermediateType()
           
 

Methods in org.apache.tapestry5.ioc.test with parameters of type IntermediateType
protected  void IOCTestCase.train_value(IntermediateType it, Class value)
           
 

Uses of IntermediateType in org.apache.tapestry5.services
 

Method parameters in org.apache.tapestry5.services with annotations of type IntermediateType
 void TapestryModule.contributeRequestHandler(OrderedConfiguration<RequestFilter> configuration, Context context, long checkInterval, long updateTimeout, UpdateListenerHub updateListenerHub, URLRewriter urlRewriter)
          Continues a number of filters into the RequestHandler service: StaticFiles Checks to see if the request is for an actual file, if so, returns true to let the servlet container process the request CheckForUpdates Periodically fires events that checks to see if the file system sources for any cached data has changed (see CheckForUpdatesFilter).
 void TapestryModule.contributeRequestHandler(OrderedConfiguration<RequestFilter> configuration, Context context, long checkInterval, long updateTimeout, UpdateListenerHub updateListenerHub, URLRewriter urlRewriter)
          Continues a number of filters into the RequestHandler service: StaticFiles Checks to see if the request is for an actual file, if so, returns true to let the servlet container process the request CheckForUpdates Periodically fires events that checks to see if the file system sources for any cached data has changed (see CheckForUpdatesFilter).
 



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