Uses of Class
org.apache.tapestry5.ioc.annotations.IntermediateType
-
Packages that use IntermediateType Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.ioc.modules org.apache.tapestry5.ioc.test -
-
Uses of IntermediateType in org.apache.tapestry5.internal.services
Constructor parameters in org.apache.tapestry5.internal.services with annotations of type IntermediateType Constructor Description CheckForUpdatesFilter(UpdateListenerHub updateListenerHub, long checkInterval, long updateTimeout)
CheckForUpdatesFilter(UpdateListenerHub updateListenerHub, long checkInterval, long updateTimeout)
CookiesImpl(Request request, CookieSource cookieSource, CookieSink cookieSink, java.lang.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 IntermediateType Modifier and Type Method Description static 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 IntermediateType Modifier and Type Method Description protected IntermediateType
IOCTestCase. newIntermediateType()
Deprecated.Methods in org.apache.tapestry5.ioc.test with parameters of type IntermediateType Modifier and Type Method Description protected void
IOCTestCase. train_value(IntermediateType it, java.lang.Class value)
Deprecated.
-