Class ComponentActionSink
java.lang.Object
org.apache.tapestry5.corelib.internal.ComponentActionSink
Used to collection component actions, with the ultimate goal being the creation of a MIME-encoded string of the
serialization of those actions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isEmpty()
<T> void
store
(T component, ComponentAction<T> action) <T> void
storeCancel
(T component, ComponentAction<T> action)
-
Constructor Details
-
ComponentActionSink
-
-
Method Details
-
store
-
storeCancel
-
isEmpty
- Since:
- 5.2.0
-
getClientData
-