@Controller public class BlackboardVCPortletCallbackController extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
BlackboardVCPortletCallbackController.ResourceNotFoundException |
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
BlackboardVCPortletCallbackController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
callback(String securityToken,
long sessionId,
long roomOpenedMillis,
long roomClosedMillis,
String recPlaybackLink)
Callback method.
|
void |
setRecordingService(RecordingService recordingService) |
void |
setServerConfigurationService(ServerConfigurationService value) |
public BlackboardVCPortletCallbackController()
@Autowired public void setServerConfigurationService(ServerConfigurationService value)
@Autowired public void setRecordingService(RecordingService recordingService)
@RequestMapping(value="/recCallback/{securityToken:.*}")
public org.springframework.web.servlet.ModelAndView callback(@PathVariable(value="securityToken")
String securityToken,
@RequestParam(value="session_id")
long sessionId,
@RequestParam(value="room_opened_millis")
long roomOpenedMillis,
@RequestParam(value="room_closed_millis")
long roomClosedMillis,
@RequestParam(value="rec_playback_link")
String recPlaybackLink)
throws Exception
ExceptionCopyright © 2016 Jasig. All Rights Reserved.