|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.resource.Resource
org.linkedin.glu.agent.rest.resources.BaseResource
org.linkedin.glu.agent.rest.resources.CommandsResource
class CommandsResource extends BaseResource
Field Summary |
---|
Fields inherited from class BaseResource | |
---|---|
MODULE, log |
Constructor Summary | |
CommandsResource(Context context, Request request, Response response)
|
Method Summary | |
---|---|
void
|
acceptRepresentation(Representation representation)
Handle POST |
boolean
|
allowPost()
|
Methods inherited from class BaseResource | |
---|---|
addResponseHeader, getAgent, getPath, getRequestArgs, getResourceMountPoint, noException, toArgs, toArgs, toRepresentation |
Constructor Detail |
---|
CommandsResource(Context context, Request request, Response response)
Method Detail |
---|
@Override void acceptRepresentation(Representation representation)
@Override boolean allowPost()
Groovy Documentation