Uses of Class
edu.ksu.lti.launch.model.LtiLaunchData
-
Packages that use LtiLaunchData Package Description edu.ksu.lti.launch.controller edu.ksu.lti.launch.model -
-
Uses of LtiLaunchData in edu.ksu.lti.launch.controller
Methods in edu.ksu.lti.launch.controller with parameters of type LtiLaunchData Modifier and Type Method Description StringLtiLaunchController. ltiLaunch(LtiLaunchData ltiData, javax.servlet.http.HttpSession session) -
Uses of LtiLaunchData in edu.ksu.lti.launch.model
Methods in edu.ksu.lti.launch.model that return LtiLaunchData Modifier and Type Method Description LtiLaunchDataLtiSession. getLtiLaunchData()Methods in edu.ksu.lti.launch.model with parameters of type LtiLaunchData Modifier and Type Method Description voidLtiSession. setLtiLaunchData(LtiLaunchData ltiLaunchData)
-