public class DMXRemoteInvocationController extends Object implements DMXController
Constructor and Description |
---|
DMXRemoteInvocationController(String controllerId,
String... ids) |
Modifier and Type | Method and Description |
---|---|
void |
execute(DMXLocalModel model,
Object... params)
Execute action associated with this controller.
|
String[] |
getControllerData() |
String |
getMapping()
Returns a mapping string for which this controller will be invoked.
|
String |
getNextViewId()
Name of the view that should be displayed after this controller terminates
it's operation.
|
public String getNextViewId()
DMXController
getNextViewId
in interface DMXController
public String getMapping()
DMXController
Returns a mapping string for which this controller will be invoked. Mapping depends on a context in which controller operates. For example, in Swing application, it can be component name, while in web application it can be an URL.
getMapping
in interface DMXController
public void execute(DMXLocalModel model, Object... params) throws ExecutionException
DMXController
execute
in interface DMXController
model
- model data local to this method callparams
- operation parametersExecutionException
- if an error occurs during executionpublic String[] getControllerData()
getControllerData
in interface DMXController
Copyright © 2012-2014 Vektor Software. All Rights Reserved.