public abstract class AbstractConverter extends Object implements Converter
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DOI_PREFIX |
protected static String |
ISBN_URN_PREFIX |
protected static String |
ISSN_PREFIX |
| Constructor and Description |
|---|
AbstractConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
convertSimple(Map<String,List<String>> values,
org.sakaiproject.citation.api.Citation citation) |
protected void |
convertSimple(Map<String,Object> props,
ContextObjectEntity entity) |
protected abstract String |
getCitationsKey(String openUrlKey) |
protected abstract String |
getOpenUrlKey(String citationKey)
Returns the key to the other format when doing the conversion.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanConvertCitation, canConvertOpenUrl, convert, convertprotected static final String DOI_PREFIX
protected static final String ISSN_PREFIX
protected static final String ISBN_URN_PREFIX
protected void convertSimple(Map<String,Object> props, ContextObjectEntity entity)
protected abstract String getOpenUrlKey(String citationKey)
key - Copyright © 2003-2014 The Sakai Foundation. All Rights Reserved.