Groovy Documentation

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

java.lang.Object
  org.restlet.resource.ServerResource
      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
 
Method Summary
protected void doInit()

java.lang.Object getRequestArgs()

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

Field Detail

commandId

protected java.lang.String commandId


 
Method Detail

doInit

@Override
protected void doInit()


getRequestArgs

@Override
java.lang.Object getRequestArgs()


 

Groovy Documentation