Class RestServicesList
- java.lang.Object
-
- org.exoplatform.services.rest.ext.service.RestServicesList
-
public class RestServicesList extends Object
- Version:
- $Id$
- Author:
- Andrey Parfonov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRestServicesList.RootResourcestatic classRestServicesList.RootResourcesList
-
Constructor Summary
Constructors Constructor Description RestServicesList(org.exoplatform.services.rest.impl.ResourceBinder resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]listHTML()RestServicesList.RootResourcesListlistJSON()protected RestServicesList.RootResourcesListrootResources()
-
-
-
Method Detail
-
listHTML
@RolesAllowed("administrators") public byte[] listHTML()
-
listJSON
@RolesAllowed("administrators") public RestServicesList.RootResourcesList listJSON()
-
rootResources
protected RestServicesList.RootResourcesList rootResources()
-
-