public class ScriptData extends Object implements Mergeable<ScriptData>, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ScriptData.ModulesType |
Constructor and Description |
---|
ScriptData() |
Modifier and Type | Method and Description |
---|---|
void |
append(String portletId,
com.liferay.petra.string.StringBundler contentSB,
String modules,
ScriptData.ModulesType modulesType) |
void |
append(String portletId,
StringBundler contentSB,
String modules,
ScriptData.ModulesType modulesType)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
append(String, StringBundler, String, ModulesType) |
void |
append(String portletId,
String content,
String modules,
ScriptData.ModulesType modulesType) |
void |
mark() |
ScriptData |
merge(ScriptData scriptData) |
void |
reset() |
ScriptData |
split() |
void |
writeTo(Writer writer) |
void |
writeTo(Writer writer,
String portletId) |
public void append(String portletId, String content, String modules, ScriptData.ModulesType modulesType)
public void append(String portletId, com.liferay.petra.string.StringBundler contentSB, String modules, ScriptData.ModulesType modulesType)
@Deprecated public void append(String portletId, StringBundler contentSB, String modules, ScriptData.ModulesType modulesType)
append(String, StringBundler, String, ModulesType)
public void mark()
public ScriptData merge(ScriptData scriptData)
merge
in interface Mergeable<ScriptData>
public void reset()
public ScriptData split()
split
in interface Mergeable<ScriptData>
public void writeTo(Writer writer) throws IOException
IOException
public void writeTo(Writer writer, String portletId) throws IOException
IOException