 |
A tag library for CJAN Manifest API
Tag library providing read access to the CJAN Manifest API
content
file
| tag | type | required? | description |
| src | the file to read |
| var | java.lang.String | false | The variable name in which to put the metadata value. If this is not specified, the metadata value will be sent to the pageContext out. |
author, organization, digest, project
Return the appropriate entry in the metadata
| tag | type | required? | description |
| var | java.lang.String | false | The variable name in which to put the metadata value. If this is not specified, the metadata value will be sent to the pageContext out. |
getLatestRelease, getReleased, getUploadedNodes, getUploadedAuthor
getLatestRelease - Return the version of the latest release for this package (by asking CJAN)
getReleased - Return the date and time that this package was signed (from the manifest)
getUploadedNodes - Return the names and date timestamps of the CJAN nodes that received the original upload
getUploadedAuthor - Return the name of the CJAN author that uploaded the package to CJAN (by asking CJAN)
| tag | type | required? | description |
| var | java.lang.String | false | The variable name in which to put the metadata value. If this is not specified, the metadata value will be sent to the pageContext out. |
| reader | unspecified | unspecified |
|