au.edu.anu.portal.portlets.basiclti.adapters
Class StandardAdapter

java.lang.Object
  extended by au.edu.anu.portal.portlets.basiclti.adapters.AbstractAdapter
      extended by au.edu.anu.portal.portlets.basiclti.adapters.StandardAdapter
All Implemented Interfaces:
IBasicLTIAdapter

public class StandardAdapter
extends AbstractAdapter

This is the default adapter for processing launch data. It returns the data unchanged, as per a standard Basic LTI provider.

Author:
Steve Swinsburg (steve.swinsburg@anu.edu.au)

Constructor Summary
StandardAdapter()
           
 
Method Summary
 Map<String,String> processLaunchData(Map<String,String> params)
          Returns the map of params unchanged (except for adding the default params), as per a standard Basic LTI request.
 
Methods inherited from class au.edu.anu.portal.portlets.basiclti.adapters.AbstractAdapter
getDefaultParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardAdapter

public StandardAdapter()
Method Detail

processLaunchData

public Map<String,String> processLaunchData(Map<String,String> params)
Returns the map of params unchanged (except for adding the default params), as per a standard Basic LTI request.

Specified by:
processLaunchData in interface IBasicLTIAdapter
Specified by:
processLaunchData in class AbstractAdapter
Parameters:
params - map of launch data params
Returns:
the map, unchanged


Copyright © 2010-2012 Division of Information, Australian National University. All Rights Reserved.