|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.service.rest.AppsRestService
public class AppsRestService
Provides services for the application registry gadget which shows a list of applications.
| Nested Class Summary | |
|---|---|
static class |
AppsRestService.App
Describes an application entity from the application registry service of the portal. |
static class |
AppsRestService.AppList
List that contains applications from application registry service of portal This class is needed as a model for converter of the rest service. |
| Constructor Summary | |
|---|---|
AppsRestService()
constructor |
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
showApps(javax.ws.rs.core.UriInfo uriInfo,
String format)
Gets applications from the application registry service of the portal. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppsRestService()
| Method Detail |
|---|
public javax.ws.rs.core.Response showApps(@Context
javax.ws.rs.core.UriInfo uriInfo,
String format)
throws Exception
uriInfo - The requested URI information.format - The type of a returned result.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||