InfoResource#
- public class InfoResource extends AbstractCaosDBServerResource#
This class represents the information retrieved by /Info requests (only GET) to CaosDB.
Methods#
getTimeZone#
- public Element getTimeZone()#
httpGetInChildClass#
- protected Representation httpGetInChildClass()#
The response to the HTTP GET request is generated here.
- Returns:
The response code for OK and the resulting info XML document.
httpPostInChildClass#
- protected Representation httpPostInChildClass(Representation entity)#
There is no POST request specified for the /Info resource.