Uses of Annotation Type
org.apache.tapestry5.ioc.annotations.IntermediateType
Packages that use IntermediateType
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
-
Uses of IntermediateType in org.apache.tapestry5.internal.services
Constructor parameters in org.apache.tapestry5.internal.services with annotations of type IntermediateTypeModifierConstructorDescriptionCheckForUpdatesFilter
(UpdateListenerHub updateListenerHub, long checkInterval, long updateTimeout) CheckForUpdatesFilter
(UpdateListenerHub updateListenerHub, long checkInterval, long updateTimeout) CookiesImpl
(Request request, CookieSource cookieSource, CookieSink cookieSink, String contextPath, long defaultMaxAge) -
Uses of IntermediateType in org.apache.tapestry5.ioc.modules
Method parameters in org.apache.tapestry5.ioc.modules with annotations of type IntermediateTypeModifier and TypeMethodDescriptionstatic ParallelExecutor
TapestryIOCModule.buildDeferredExecution
(int coreSize, int maxSize, int keepAliveMillis, boolean threadPoolEnabled, int queueSize, PerthreadManager perthreadManager, RegistryShutdownHub shutdownHub, ThunkCreator thunkCreator) -
Uses of IntermediateType in org.apache.tapestry5.ioc.test
Methods in org.apache.tapestry5.ioc.test that return IntermediateTypeModifier and TypeMethodDescriptionprotected final IntermediateType
IOCTestCase.newIntermediateType()
Deprecated.Methods in org.apache.tapestry5.ioc.test with parameters of type IntermediateTypeModifier and TypeMethodDescriptionprotected final void
IOCTestCase.train_value
(IntermediateType it, Class value) Deprecated.