com.liferay.portal.kernel.servlet.taglib.aui
Class ScriptData
java.lang.Object
com.liferay.portal.kernel.servlet.taglib.aui.ScriptData
- All Implemented Interfaces:
- Mergeable<ScriptData>, Serializable
public class ScriptData
- extends Object
- implements Mergeable<ScriptData>, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptData
public ScriptData()
append
public void append(String portletId,
String content,
String modules,
ScriptData.ModulesType modulesType)
append
public void append(String portletId,
StringBundler contentSB,
String modules,
ScriptData.ModulesType modulesType)
mark
public void mark()
merge
public ScriptData merge(ScriptData scriptData)
- Specified by:
merge in interface Mergeable<ScriptData>
reset
public void reset()
split
public ScriptData split()
- Specified by:
split in interface Mergeable<ScriptData>
writeTo
public void writeTo(Writer writer)
throws IOException
- Throws:
IOException