public abstract class AbstractAdapter extends Object implements IBasicLTIAdapter
| Constructor and Description |
|---|
AbstractAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
getDefaultParameters()
Return the common default launch params
|
abstract Map<String,String> |
processLaunchData(Map<String,String> params)
Override this to perform your adapter specific manipulations
|
public abstract Map<String,String> processLaunchData(Map<String,String> params)
processLaunchData in interface IBasicLTIAdapterparams - map of launch data paramsCopyright © 2010–2023 Division of Information, Australian National University. All rights reserved.