Class OutputData
Object
com.liferay.portal.kernel.servlet.taglib.util.OutputData
- All Implemented Interfaces:
Mergeable<OutputData>
,Serializable
- Author:
- Shuyang Zhou
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
addOutputKey
(String outputKey) com.liferay.petra.string.StringBundler
com.liferay.petra.string.StringBundler
getMergedDataSB
(String webKey) merge
(OutputData outputData) void
split()
-
Constructor Details
-
OutputData
public OutputData()
-
-
Method Details
-
addDataSB
-
addOutputKey
-
getDataSB
-
getMergedDataSB
-
getOutputKeys
-
merge
- Specified by:
merge
in interfaceMergeable<OutputData>
-
setDataSB
-
split
- Specified by:
split
in interfaceMergeable<OutputData>
-