@Controller @RequestMapping(value="/lti-launch") public class LTIController extends Object
| Constructor and Description |
|---|
LTIController() |
| Modifier and Type | Method and Description |
|---|---|
void |
proxyRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String key) |
Object |
proxyResource(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String key) |
void |
setLTILaunchService(LTILaunchService LTILaunchService) |
@Autowired public void setLTILaunchService(LTILaunchService LTILaunchService)
@RequestMapping(value="/go/{key}",
method=GET)
public void proxyRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
@PathVariable
String key)
throws org.apache.http.client.ClientProtocolException,
IOException,
org.imsglobal.lti.launch.LtiSigningException,
URISyntaxException
org.apache.http.client.ClientProtocolExceptionIOExceptionorg.imsglobal.lti.launch.LtiSigningExceptionURISyntaxException@RequestMapping(value="/{key}",
method=GET)
@ResponseBody
public Object proxyResource(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
@PathVariable
String key)
throws org.apache.http.client.ClientProtocolException,
IOException,
org.imsglobal.lti.launch.LtiSigningException,
org.json.JSONException
org.apache.http.client.ClientProtocolExceptionIOExceptionorg.imsglobal.lti.launch.LtiSigningExceptionorg.json.JSONExceptionCopyright © 2017 Pivotal Software, Inc.. All rights reserved.