Package | Description |
---|---|
org.apache.tapestry5 |
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.structure |
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
|
org.apache.tapestry5.internal.util |
[INTERNAL USE ONLY] various utility classes; API subject to change.
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Interface and Description |
---|---|
interface |
TrackableComponentEventCallback<T>
Extends
ComponentEventCallback with a way to determine if the underlying event has been aborted
due to a some event returning an acceptable, non-null value. |
Modifier and Type | Method and Description |
---|---|
boolean |
ComponentResourcesCommon.triggerContextEvent(String eventType,
EventContext context,
ComponentEventCallback callback)
Triggers a component event.
|
boolean |
ComponentResourcesCommon.triggerEvent(String eventType,
Object[] contextValues,
ComponentEventCallback callback)
A convenience method for invoking
ComponentResourcesCommon.triggerContextEvent(String, EventContext , ComponentEventCallback) . |
Modifier and Type | Class and Description |
---|---|
class |
ComponentResultProcessorWrapper
A wrapper around
ComponentEventResultProcessor that encapsulates capturing the exception. |
Constructor and Description |
---|
ComponentEventImpl(String eventType,
String originatingComponentId,
EventContext context,
ComponentEventCallback handler,
ComponentPageElementResources elementResources,
boolean exactParameterCountMatch,
ComponentModel model,
org.slf4j.Logger logger) |
EventImpl(ComponentEventCallback handler,
org.slf4j.Logger logger,
OperationTracker tracker) |
Modifier and Type | Method and Description |
---|---|
boolean |
ComponentPageElementImpl.triggerContextEvent(String eventType,
EventContext context,
ComponentEventCallback callback) |
boolean |
InternalComponentResourcesImpl.triggerContextEvent(String eventType,
EventContext context,
ComponentEventCallback callback) |
boolean |
ComponentPageElementImpl.triggerEvent(String eventType,
Object[] contextValues,
ComponentEventCallback callback) |
boolean |
InternalComponentResourcesImpl.triggerEvent(String eventType,
Object[] context,
ComponentEventCallback handler) |
Modifier and Type | Class and Description |
---|---|
class |
CaptureResultCallback<T>
Implementation of
ComponentEventCallback that simply captures the result value. |
class |
NotificationEventCallback
A
ComponentEventCallback used for notification events. |
Modifier and Type | Method and Description |
---|---|
protected ComponentEventCallback |
TapestryTestCase.mockComponentEventHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_handleResult(ComponentEventCallback handler,
Object result,
boolean abort) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.