Package | Description |
---|---|
com.liferay.portal.kernel.servlet.taglib.aui | |
com.liferay.portal.kernel.servlet.taglib.ui | |
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptData.append(String portletId,
StringBundler contentSB,
String modules,
ScriptData.ModulesType modulesType)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
ScriptData.append(String, StringBundler, String, ModulesType) |
Constructor and Description |
---|
TagInvocationData(StringBundler contentSB,
String require)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
TagInvocationData.TagInvocationData(StringBundler, String) |
Modifier and Type | Method and Description |
---|---|
void |
QuickAccessEntry.setBody(StringBundler bodySB)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
QuickAccessEntry.setBody(StringBundler) |
Modifier and Type | Method and Description |
---|---|
StringBundler |
StringBundler.append(boolean b) |
StringBundler |
StringBundler.append(char c) |
StringBundler |
StringBundler.append(char[] chars) |
StringBundler |
StringBundler.append(double d) |
StringBundler |
StringBundler.append(float f) |
StringBundler |
StringBundler.append(int i) |
StringBundler |
StringBundler.append(long l) |
StringBundler |
StringBundler.append(Object object) |
StringBundler |
StringBundler.append(String s) |
StringBundler |
StringBundler.append(String[] stringArray) |
StringBundler |
StringBundler.append(StringBundler sb) |
Modifier and Type | Method and Description |
---|---|
StringBundler |
StringBundler.append(StringBundler sb) |