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

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

public class WikispacesAdapter
extends AbstractAdapter

An adapter for connecting to Wikispaces (www.wikispaces.com)

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

Constructor Summary
WikispacesAdapter()
           
 
Method Summary
 Map<String,String> processLaunchData(Map<String,String> params)
          Currently returns the map of params unchanged (except for adding the default params).
 
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

WikispacesAdapter

public WikispacesAdapter()
Method Detail

processLaunchData

public Map<String,String> processLaunchData(Map<String,String> params)
Currently returns the map of params unchanged (except for adding the default params).

Note this is currently equivalent to a standard Basic LTI launch. This adapter has been added to cater for any custom behaviour that Wikispaces may provide in the future.

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.