Class RootResource
java.lang.Object
com.atlassian.confluence.plugins.rest.jackson2.resources.RootResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
Returns an empty page.
-
Constructor Details
-
RootResource
@Inject public RootResource()
-
-
Method Details
-
getAllSpaces
@GET @Produces({"application/xml","application/json"}) public javax.ws.rs.core.Response getAllSpaces()Returns an empty page. Note that this method will not even return a valid XML document nor valid JSON.- Returns:
- empty document.
-