|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.restlet.resource.Resource
org.linkedin.glu.agent.rest.resources.BaseResource
org.linkedin.glu.agent.rest.resources.AgentConfigResource
class AgentConfigResource extends BaseResource
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 | |
---|---|
getAgent, getPath, getResourceMountPoint, noException, toArgs, toArgs, toRepresentation |
Field Detail |
---|
public static final java.lang.String MODULE
public static final java.lang.Object log
Property Detail |
---|
java.lang.Object codec
Configurable configurable
Constructor Detail |
---|
AgentConfigResource(Context context, Request request, Response response)
Method Detail |
---|
boolean allowPut()
void storeRepresentation(Representation representation)
Groovy Documentation