public class DMXControllerHttpRequest extends DMXHttpRequest<Map[]>
DMXHttpRequest
used to remotely invoke
controller with specified ID. It is assumed that controller is available at
path /controllers/{controllerId}
.Constructor and Description |
---|
DMXControllerHttpRequest(String controllerId)
Creates new request.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Returns servlet path of controller.
|
entity, getEntity, getMethod, getUrl
public DMXControllerHttpRequest(String controllerId)
controllerId
- ID of controller to be invokedpublic String getPath()
getPath
in class DMXHttpRequest<Map[]>
/controllers/{controller ID}
Copyright © 2012-2014 Vektor Software. All Rights Reserved.