public class OpenURLServiceImpl extends Object
| Constructor and Description |
|---|
OpenURLServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ContextObject |
convert(Citation citation)
This Converts a citation into a context object.
|
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(Citation citation)
citation - public Citation convert(ContextObject contextObject)
public String toURL(ContextObject contextObject)
contextObject - Copyright © 2003–2017 The Sakai Foundation. All rights reserved.