Uses of Interface
org.apache.tapestry5.ioc.IOOperation
Packages that use IOOperation
Package
Description
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
A code-centric, high-performance, simple Inversion of Control container
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
-
Uses of IOOperation in org.apache.tapestry5.internal.structure
Methods in org.apache.tapestry5.internal.structure with parameters of type IOOperationModifier and TypeMethodDescription<T> T
ComponentPageElementResourcesImpl.perform
(String description, IOOperation<T> operation) -
Uses of IOOperation in org.apache.tapestry5.ioc
Methods in org.apache.tapestry5.ioc with parameters of type IOOperationModifier and TypeMethodDescription<T> T
OperationTracker.perform
(String description, IOOperation<T> operation) As withOperationTracker.invoke(String, Invokable)
, but the operation may throw anIOException
. -
Uses of IOOperation in org.apache.tapestry5.ioc.internal
Methods in org.apache.tapestry5.ioc.internal with parameters of type IOOperationModifier and TypeMethodDescription<T> T
OperationTrackerImpl.perform
(String description, IOOperation<T> operation) <T> T
PerThreadOperationTracker.perform
(String description, IOOperation<T> operation) <T> T
QuietOperationTracker.perform
(String description, IOOperation<T> operation) <T> T
RegistryImpl.perform
(String description, IOOperation<T> operation)