com.liferay.portal.kernel.servlet.taglib.util
Class OutputData
java.lang.Object
com.liferay.portal.kernel.servlet.taglib.util.OutputData
- All Implemented Interfaces:
- Mergeable<OutputData>, Serializable
public class OutputData
- extends Object
- implements Mergeable<OutputData>, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputData
public OutputData()
addData
public void addData(String outputKey,
String webKey,
StringBundler sb)
addOutputKey
public boolean addOutputKey(String outputKey)
getMergedData
public StringBundler getMergedData(String webKey)
merge
public OutputData merge(OutputData outputData)
- Specified by:
merge in interface Mergeable<OutputData>