public class OpenURLServiceImpl extends Object
| Constructor and Description |
|---|
OpenURLServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ContextObject |
convert(org.sakaiproject.citation.api.Citation citation)
This Converts a citation into a context object.
|
org.sakaiproject.citation.api.Citation |
convert(ContextObject contextObject) |
void |
init() |
ContextObject |
parse(HttpServletRequest request) |
void |
setConverters(List<Converter> converters) |
void |
setFormats(List<Format> formats) |
void |
setTransports(List<Transport> transports) |
String |
toURL(ContextObject contextObject)
Generate an OpenURL based on the passed ContextObject.
|
public void init()
public ContextObject parse(HttpServletRequest request)
public ContextObject convert(org.sakaiproject.citation.api.Citation citation)
citation - public org.sakaiproject.citation.api.Citation convert(ContextObject contextObject)
public String toURL(ContextObject contextObject)
contextObject - Copyright © 2003-2015 The Sakai Foundation. All Rights Reserved.