au.edu.anu.portal.portlets.basiclti.adapters
Class StandardAdapter
java.lang.Object
au.edu.anu.portal.portlets.basiclti.adapters.AbstractAdapter
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardAdapter
public StandardAdapter()
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.