public class OutputData extends Object implements Mergeable<OutputData>, Serializable
| Constructor and Description |
|---|
OutputData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDataSB(String outputKey,
String webKey,
com.liferay.petra.string.StringBundler sb) |
boolean |
addOutputKey(String outputKey) |
com.liferay.petra.string.StringBundler |
getDataSB(String outputKey,
String webKey) |
com.liferay.petra.string.StringBundler |
getMergedDataSB(String webKey) |
Set<String> |
getOutputKeys() |
OutputData |
merge(OutputData outputData) |
void |
setDataSB(String outputKey,
String webKey,
com.liferay.petra.string.StringBundler sb) |
OutputData |
split() |
public void addDataSB(String outputKey,
String webKey,
com.liferay.petra.string.StringBundler sb)
public boolean addOutputKey(String outputKey)
public com.liferay.petra.string.StringBundler getDataSB(String outputKey,
String webKey)
public com.liferay.petra.string.StringBundler getMergedDataSB(String webKey)
public Set<String> getOutputKeys()
public OutputData merge(OutputData outputData)
merge in interface Mergeable<OutputData>public void setDataSB(String outputKey,
String webKey,
com.liferay.petra.string.StringBundler sb)
public OutputData split()
split in interface Mergeable<OutputData>