Package | Description |
---|---|
org.apache.tapestry5.internal.structure |
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
|
org.apache.tapestry5.ioc |
A code-centric, high-performance, simple Inversion of Control container
|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ComponentPageElementResourcesImpl.perform(String description,
IOOperation<T> operation) |
Modifier and Type | Method and Description |
---|---|
<T> T |
OperationTracker.perform(String description,
IOOperation<T> operation)
As with
OperationTracker.invoke(String, Invokable) , but the operation may throw an IOException . |
Modifier and Type | Method and Description |
---|---|
<T> T |
PerThreadOperationTracker.perform(String description,
IOOperation<T> operation) |
<T> T |
QuietOperationTracker.perform(String description,
IOOperation<T> operation) |
<T> T |
OperationTrackerImpl.perform(String description,
IOOperation<T> operation) |
<T> T |
RegistryImpl.perform(String description,
IOOperation<T> operation) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.