Groovy Documentation

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

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

class CommandBaseResource
extends BaseResource

Authors:
yan@pongasoft.com


Field Summary
protected java.lang.String commandId

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

 
Method Summary
java.lang.Object getRequestArgs()

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

Field Detail

commandId

protected java.lang.String commandId


 
Constructor Detail

CommandBaseResource

CommandBaseResource(Context context, Request request, Response response)


 
Method Detail

getRequestArgs

@Override
java.lang.Object getRequestArgs()


 

Groovy Documentation