| Interface | Description |
|---|---|
| Converter |
A two way conversion between a ContextObject and a Citation.
|
| Format |
Different formats for the data being transferred.
|
| Transport |
All the transports are at the HTTP level at the moment.
|
| Class | Description |
|---|---|
| AbstractConverter | |
| BookConverter |
Converts from a ContextObjectEntity to a Citation and back.
|
| ByValueHttpTransport | |
| COinSTransport |
This isn't part of the the OpenURL spec but it's the best way to think of the COinS spec.
|
| ContextObject | |
| ContextObjectEntity |
Represents one of the entities passes across in an OpenURL.
|
| GenericConverter |
This just attempts to convert as much of the data as possible without worrying about
what it should be attempting to convert.
|
| InlineHttpTransport |
Need some basic parsing of data.
|
| JournalConverter |
Converts from a ContextObjectEntity to a Citation and back.
|
| KEVFormat |
Class to deal with Key Encoded Value format of OpenURLs.
|
| OpenURLServiceImpl |
This class exposes the services for OpenURLs, this isn't in the API as at the moment it
doesn't need to be used outside the citations implementation.
|
| RawContextObject |
A holder for a contextobject which has yet to be parsed into entities.
|
| URLBuilder |
Small class that builds up a URL.
|
| Utils |
Supporting static utilities for the OpenURL code.
|
| Enum | Description |
|---|---|
| ContextObject.Entity | |
| InlineHttpTransport.DateTimeType |
Copyright © 2003-2015 The Sakai Foundation. All Rights Reserved.