| Interface | Description |
|---|---|
| GroupProvider |
Provides an interface that defines how a
Group (in
portal-kernel) associated with a servlet request is stored and
retrieved. |
| PanelApp |
Provides an interface that defines applications to be used by a
liferay-application-list:panel-app tag instance to render a new
panel application. |
| PanelAppShowFilter | |
| PanelCategory |
Provides an interface that defines application categories to be used by a
liferay-application-list:panel-category tag instance to render a
new panel application category. |
| PanelEntry |
Provides a basic interface for panel categories and implementations.
|
| Class | Description |
|---|---|
| BaseJSPPanelApp |
Provides a skeletal implementation of the
PanelApp with JSP support
to minimize the effort required to implement this interface. |
| BaseJSPPanelCategory |
Provides a skeletal implementation of the
PanelCategory with JSP
support to minimize the effort required to implement this interface. |
| BasePanelApp |
Provides a skeletal implementation of the
PanelApp to minimize the
effort required to implement this interface. |
| BasePanelCategory |
Provides a skeletal implementation of the
PanelCategory to minimize
the effort required to implement this interface. |
| PanelAppRegistry |
Provides methods for retrieving application instances defined by
PanelApp implementations. |
| RootPanelCategory |
Represents the root panel category for all implemented categories in the
PanelCategoryRegistryUtil. |