Groovy Documentation

org.linkedin.glu.agent.rest.resources
[Groovy] Class LogResource

java.lang.Object
  org.restlet.resource.Resource
      org.linkedin.glu.agent.rest.resources.BaseResource
          org.linkedin.glu.agent.rest.resources.LogResource

class LogResource
extends BaseResource

Handles resources to the agent logs

Authors:
ypujante@linkedin.com


Field Summary
 
Fields inherited from class BaseResource
MODULE, log
 
Constructor Summary
LogResource(Context context, Request request, Response response)

 
Method Summary
boolean allowGet()

Representation represent(Variant variant)

GET: return the log

 
Methods inherited from class BaseResource
addResponseHeader, getAgent, getPath, getRequestArgs, getResourceMountPoint, noException, toArgs, toArgs, toRepresentation
 

Constructor Detail

LogResource

LogResource(Context context, Request request, Response response)


 
Method Detail

allowGet

boolean allowGet()


represent

Representation represent(Variant variant)
GET: return the log


 

Groovy Documentation