Package | Description |
---|---|
com.liferay.portal.kernel.cache.key | |
com.liferay.portal.kernel.io.unsync | |
com.liferay.portal.kernel.layoutconfiguration.util | |
com.liferay.portal.kernel.search | |
com.liferay.portal.kernel.service.persistence.impl |
This package defines the portal service persistence implementation base classes.
|
com.liferay.portal.kernel.servlet | |
com.liferay.portal.kernel.servlet.taglib | |
com.liferay.portal.kernel.servlet.taglib.aui | |
com.liferay.portal.kernel.servlet.taglib.ui | |
com.liferay.portal.kernel.servlet.taglib.util | |
com.liferay.portal.kernel.theme |
This package defines the portal theme classes.
|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
CacheKeyGenerator |
CacheKeyGenerator.append(StringBundler sb) |
Serializable |
CacheKeyGenerator.getCacheKey(StringBundler sb) |
Modifier and Type | Field and Description |
---|---|
protected StringBundler |
UnsyncStringWriter.stringBundler |
Modifier and Type | Method and Description |
---|---|
StringBundler |
UnsyncStringWriter.getStringBundler() |
Modifier and Type | Method and Description |
---|---|
static StringBundler |
RuntimePageUtil.getProcessedTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String portletId,
TemplateResource templateResource) |
StringBundler |
RuntimePage.getProcessedTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String portletId,
TemplateResource templateResource) |
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentImpl.toString(StringBundler sb,
Collection<Field> fields) |
Modifier and Type | Method and Description |
---|---|
protected void |
BasePersistenceImpl.appendOrderByComparator(StringBundler sb,
String entityAlias,
OrderByComparator<T> orderByComparator) |
protected void |
BasePersistenceImpl.appendOrderByComparator(StringBundler sb,
String entityAlias,
OrderByComparator<T> orderByComparator,
boolean sqlQuery) |
Modifier and Type | Method and Description |
---|---|
StringBundler |
BufferCacheServletResponse.getStringBundler() |
Modifier and Type | Method and Description |
---|---|
StringBundler |
BodyContentWrapper.getStringBundler() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptData.append(String portletId,
StringBundler contentSB,
String modules,
ScriptData.ModulesType modulesType) |
Modifier and Type | Method and Description |
---|---|
void |
QuickAccessEntry.setBody(StringBundler bodySB) |
Modifier and Type | Method and Description |
---|---|
StringBundler |
OutputData.getData(String outputKey,
String webKey) |
StringBundler |
OutputData.getMergedData(String webKey) |
Modifier and Type | Method and Description |
---|---|
void |
OutputData.addData(String outputKey,
String webKey,
StringBundler sb) |
void |
OutputData.setData(String outputKey,
String webKey,
StringBundler sb) |
Modifier and Type | Method and Description |
---|---|
StringBundler |
PortletDisplay.getContent() |
Modifier and Type | Method and Description |
---|---|
void |
PortletDisplay.setContent(StringBundler contentSB) |
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 obj) |
StringBundler |
StringBundler.append(String s) |
StringBundler |
StringBundler.append(String[] stringArray) |
StringBundler |
StringBundler.append(StringBundler sb) |
static StringBundler |
StringUtil.replaceToStringBundler(String s,
String begin,
String end,
Map<String,String> values)
Replaces all occurrences of the keywords found in the substring, defined
by the beginning and ending strings, with the new values.
|
StringBundler |
StringUtil_IW.replaceToStringBundler(String s,
String begin,
String end,
Map<String,String> values) |
static StringBundler |
StringUtil.replaceWithStringBundler(String s,
String begin,
String end,
Map<String,StringBundler> values)
Replaces all occurrences of the keywords found in the substring, defined
by the beginning and ending strings, with the new values.
|
StringBundler |
StringUtil_IW.replaceWithStringBundler(String s,
String begin,
String end,
Map<String,StringBundler> values) |
Modifier and Type | Method and Description |
---|---|
StringBundler |
StringBundler.append(StringBundler sb) |
Modifier and Type | Method and Description |
---|---|
static StringBundler |
StringUtil.replaceWithStringBundler(String s,
String begin,
String end,
Map<String,StringBundler> values)
Replaces all occurrences of the keywords found in the substring, defined
by the beginning and ending strings, with the new values.
|
StringBundler |
StringUtil_IW.replaceWithStringBundler(String s,
String begin,
String end,
Map<String,StringBundler> values) |