Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
com.liferay.portal.kernel.portletdisplaytemplate | |
com.liferay.portal.kernel.template | |
com.liferay.portal.kernel.template.comparator |
Modifier and Type | Method and Description |
---|---|
TemplateHandler |
Portlet.getTemplateHandlerInstance()
Returns the template handler instance of the portlet.
|
TemplateHandler |
PortletWrapper.getTemplateHandlerInstance()
Returns the template handler instance of the portlet.
|
Modifier and Type | Method and Description |
---|---|
List<TemplateHandler> |
PortletBag.getTemplateHandlerInstances() |
Modifier and Type | Class and Description |
---|---|
class |
BasePortletDisplayTemplateHandler |
Modifier and Type | Class and Description |
---|---|
class |
BaseTemplateHandler |
Modifier and Type | Method and Description |
---|---|
TemplateHandler |
TemplateHandlerRegistry.getTemplateHandler(long classNameId) |
static TemplateHandler |
TemplateHandlerRegistryUtil.getTemplateHandler(long classNameId) |
TemplateHandler |
TemplateHandlerRegistry.getTemplateHandler(String className) |
static TemplateHandler |
TemplateHandlerRegistryUtil.getTemplateHandler(String className) |
Modifier and Type | Method and Description |
---|---|
List<TemplateHandler> |
TemplateHandlerRegistry.getTemplateHandlers() |
static List<TemplateHandler> |
TemplateHandlerRegistryUtil.getTemplateHandlers() |
Modifier and Type | Method and Description |
---|---|
int |
TemplateHandlerComparator.compare(TemplateHandler templateHandler1,
TemplateHandler templateHandler2) |