Package | Description |
---|---|
com.liferay.portal.kernel.atom | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAtomCollectionAdapter<E> |
class |
BaseMediaAtomCollectionAdapter<E> |
Modifier and Type | Method and Description |
---|---|
static AtomCollectionAdapter<?> |
AtomCollectionAdapterRegistryUtil.getAtomCollectionAdapter(String collectionName) |
Modifier and Type | Method and Description |
---|---|
static List<AtomCollectionAdapter<?>> |
AtomCollectionAdapterRegistryUtil.getAtomCollectionAdapters() |
Modifier and Type | Method and Description |
---|---|
List<AtomCollectionAdapter<?>> |
Portlet.getAtomCollectionAdapterInstances()
Returns the atom collection adapter instances of the portlet.
|
List<AtomCollectionAdapter<?>> |
PortletWrapper.getAtomCollectionAdapterInstances()
Returns the atom collection adapter instances of the portlet.
|
Modifier and Type | Method and Description |
---|---|
List<AtomCollectionAdapter<?>> |
PortletBag.getAtomCollectionAdapterInstances() |