Package de.dlr.proseo.ui.gui
Klasse GUIProcessorClassController
java.lang.Object
de.dlr.proseo.ui.gui.GUIBaseController
de.dlr.proseo.ui.gui.GUIProcessorClassController
A controller for retrieving and handling processor class data
- Autor:
- David Mazo
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.web.context.request.async.DeferredResult
<String> getProcessorClassName
(String processorClassName, org.springframework.ui.Model model) Get a processor class by nameorg.springframework.http.ResponseEntity
<String> handleWebClientResponseException
(org.springframework.web.reactive.function.client.WebClientResponseException ex) Handler for web client exceptionsShow the processor class viewVon Klasse geerbte Methoden de.dlr.proseo.ui.gui.GUIBaseController
checkClearCache, configuredProcessors, facilities, fileClasses, handleHTTPError, handleHTTPWarning, hasroleconfigurationmgr, hasroleconfigurationreader, hasrolefacilitymgr, hasrolefacilitymonitor, hasrolefacilityreader, hasrolejobstepprocessor, hasrolemissionmgr, hasrolemissionreader, hasroleorderapprover, hasroleordermgr, hasroleordermonitor, hasroleorderplanner, hasroleorderreader, hasroleprocessorclassmgr, hasroleprocessorreader, hasroleproductclassmgr, hasroleproductclassreader, hasroleproductmgr, hasroleproductreader, hasroleproductreaderall, hasroleproductrestrictedreader, missioncode, parametertypes, processinglevels, processingModes, processorclassnames, productclasses, productiontypes, productqualities, proseoversion, slicingtypes, spaceCrafts, user, userroles, visibilities, workflows
-
Konstruktordetails
-
GUIProcessorClassController
public GUIProcessorClassController()
-
-
Methodendetails
-
showProcessorClass
Show the processor class view- Gibt zurück:
- the name of the processor class view template
-
getProcessorClassName
@RequestMapping("/processor-class-show/get") public org.springframework.web.context.request.async.DeferredResult<String> getProcessorClassName(@RequestParam(required=false,value="processorclassName") String processorClassName, org.springframework.ui.Model model) Get a processor class by name- Parameter:
processorClassName
- the processor class name to look formodel
- the model to prepare for Thymeleaf- Gibt zurück:
- Thymeleaf fragment with result from the query
-
handleWebClientResponseException
@ExceptionHandler(org.springframework.web.reactive.function.client.WebClientResponseException.class) public org.springframework.http.ResponseEntity<String> handleWebClientResponseException(org.springframework.web.reactive.function.client.WebClientResponseException ex) Handler for web client exceptions- Parameter:
ex
- the exception to handle- Gibt zurück:
- the exception converted into a response entity
-