| Package | Description |
|---|---|
| org.exoplatform.wiki.service |
Handles all actions in Wiki.
|
| org.exoplatform.wiki.service.impl |
Implements services of the Wiki application.
|
| Modifier and Type | Method and Description |
|---|---|
List<BreadcrumbData> |
WikiService.getBreadcumb(String wikiType,
String wikiOwner,
String pageId)
Gets a list of data which is used for composing the breadcrumb.
|
| Modifier and Type | Method and Description |
|---|---|
WikiPageParams |
WikiService.getWikiPageParams(BreadcrumbData data)
Gets parameters of a wiki page based on the data stored in the breadcrumb.
|
| Modifier and Type | Method and Description |
|---|---|
List<BreadcrumbData> |
WikiServiceImpl.getBreadcumb(String wikiType,
String wikiOwner,
String pageId) |
| Modifier and Type | Method and Description |
|---|---|
WikiPageParams |
WikiServiceImpl.getWikiPageParams(BreadcrumbData data) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.