Class OperationController
- java.lang.Object
-
- net.n2oapp.framework.ui.controller.action.SetController
-
- net.n2oapp.framework.ui.controller.action.OperationController
-
- All Implemented Interfaces:
ControllerTypeAware
@Controller public class OperationController extends SetController
Вылняет действие(action) пришедшие с клиента
-
-
Constructor Summary
Constructors Constructor Description OperationController(DataProcessingStack dataProcessingStack, N2oOperationProcessor operationProcessor, ErrorMessageBuilder errorMessageBuilder, MetadataEnvironment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetDataResponseexecute(ActionRequestInfo requestInfo, ActionResponseInfo responseInfo)protected SetDataResponseexecuteRequest(ActionRequestInfo<DataSet> requestInfo, ActionResponseInfo responseInfo)ControllerTypegetControllerType()-
Methods inherited from class net.n2oapp.framework.ui.controller.action.SetController
handleActionRequest
-
-
-
-
Constructor Detail
-
OperationController
public OperationController(DataProcessingStack dataProcessingStack, N2oOperationProcessor operationProcessor, ErrorMessageBuilder errorMessageBuilder, MetadataEnvironment environment)
-
-
Method Detail
-
execute
public SetDataResponse execute(ActionRequestInfo requestInfo, ActionResponseInfo responseInfo)
- Specified by:
executein classSetController
-
executeRequest
protected SetDataResponse executeRequest(ActionRequestInfo<DataSet> requestInfo, ActionResponseInfo responseInfo)
-
getControllerType
public ControllerType getControllerType()
-
-