org.apache.tapestry5.corelib.internal
Class ComponentActionSink
java.lang.Object
  
org.apache.tapestry5.corelib.internal.ComponentActionSink
public class ComponentActionSink
- extends Object
 
Used to collection component actions, with the ultimate goal being the creation of a MIME-encoded string of the
 serialization of those actions.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ComponentActionSink
public ComponentActionSink(org.slf4j.Logger logger,
                           ClientDataEncoder encoder)
store
public <T> void store(T component,
                      ComponentAction<T> action)
 
isEmpty
public boolean isEmpty()
- Since:
 
  - 5.2.0
 
 
getClientData
public String getClientData()
 
Copyright © 2003-2012 The Apache Software Foundation.