|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.corelib.internal.ComponentActionSink
public class 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 | |
---|---|
ComponentActionSink(org.slf4j.Logger logger,
ClientDataEncoder encoder)
|
Method Summary | ||
---|---|---|
java.lang.String |
getClientData()
|
|
boolean |
isEmpty()
|
|
|
store(T component,
ComponentAction<T> action)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentActionSink(org.slf4j.Logger logger, ClientDataEncoder encoder)
Method Detail |
---|
public <T> void store(T component, ComponentAction<T> action)
public boolean isEmpty()
public java.lang.String getClientData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |