Groovy Documentation

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

java.lang.Object
  org.restlet.resource.ServerResource
      org.linkedin.glu.agent.rest.resources.BaseResource
          org.linkedin.glu.agent.rest.resources.AgentConfigResource

class AgentConfigResource
extends BaseResource

Authors:
ypujante@linkedin.com


Field Summary
static java.lang.String MODULE

static Logger log

 
Fields inherited from class BaseResource
MODULE, log
 
Property Summary
java.lang.Object codec

Configurable configurable

 
Method Summary
Representation configure(Representation representation)

PUT: configuration (key/value pairs)

protected void doInit()

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

Field Detail

MODULE

public static final java.lang.String MODULE


log

public static final Logger log


 
Property Detail

codec

java.lang.Object codec


configurable

Configurable configurable


 
Method Detail

configure

@Put
Representation configure(Representation representation)
PUT: configuration (key/value pairs)


doInit

@Override
protected void doInit()


 

Groovy Documentation