Package org.xwiki.rest.resources
Interface ClientResource
-
public interface ClientResource
Provides information about the client calling the REST API.- Version:
- $Id: 79ab62d42cfdbf0e33ed922af422fbfddab06a54 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Client
getClient()
-
-
-
Method Detail
-
getClient
Client getClient()
- Returns:
- information about the client that requested this resource
-
-