Uses of Class
com.liferay.portal.kernel.util.StringBundler
Packages that use StringBundler
Package
Description
This package defines the kernel utility interfaces and classes.
-
Uses of StringBundler in com.liferay.portal.kernel.servlet.taglib.ui
Methods in com.liferay.portal.kernel.servlet.taglib.ui with parameters of type StringBundlerModifier and TypeMethodDescriptionvoidQuickAccessEntry.setBody(StringBundler bodySB) Deprecated. -
Uses of StringBundler in com.liferay.portal.kernel.util
Methods in com.liferay.portal.kernel.util that return StringBundlerModifier and TypeMethodDescriptionStringBundler.append(boolean b) StringBundler.append(char c) StringBundler.append(char[] chars) StringBundler.append(double d) StringBundler.append(float f) StringBundler.append(int i) StringBundler.append(long l) StringBundler.append(StringBundler sb) Methods in com.liferay.portal.kernel.util with parameters of type StringBundler
QuickAccessEntry.setBody(StringBundler)