Groovy Documentation

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

java.lang.Object
  org.restlet.resource.Resource
      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 java.lang.Object log

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

Configurable configurable

 
Constructor Summary
AgentConfigResource(Context context, Request request, Response response)

 
Method Summary
boolean allowPut()

void storeRepresentation(Representation representation)

PUT: configuration (key/value pairs)

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

Field Detail

MODULE

public static final java.lang.String MODULE


log

public static final java.lang.Object log


 
Property Detail

codec

java.lang.Object codec


configurable

Configurable configurable


 
Constructor Detail

AgentConfigResource

AgentConfigResource(Context context, Request request, Response response)


 
Method Detail

allowPut

boolean allowPut()


storeRepresentation

void storeRepresentation(Representation representation)
PUT: configuration (key/value pairs)


 

Groovy Documentation