public class OpenURLReader
extends org.apache.cocoon.reading.AbstractReader
implements org.apache.avalon.excalibur.pool.Recyclable
| Modifier and Type | Field and Description |
|---|---|
protected Context |
context |
protected javax.servlet.http.HttpServletResponse |
httpResponse
The Servlet Response
|
protected org.apache.cocoon.environment.Request |
request
The Cocoon request
|
protected org.apache.cocoon.environment.Response |
response
The Cocoon response
|
| Constructor and Description |
|---|
OpenURLReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate() |
void |
handleLegacy() |
void |
handleZ39882004()
Validate supported formats
We can deal with various formats if they exist such as journals and
books, but we currently do not have specific needs represent
different formats, thus it may be more appropriate to use dublin core
here directly.
|
void |
recycle() |
void |
setup(org.apache.cocoon.environment.SourceResolver resolver,
Map objectModel,
String src,
org.apache.avalon.framework.parameters.Parameters par) |
protected org.apache.cocoon.environment.Response response
protected org.apache.cocoon.environment.Request request
protected javax.servlet.http.HttpServletResponse httpResponse
protected Context context
public void generate()
throws IOException,
SAXException,
org.apache.cocoon.ProcessingException
generate in interface org.apache.cocoon.reading.ReaderIOExceptionSAXExceptionorg.apache.cocoon.ProcessingExceptionpublic void setup(org.apache.cocoon.environment.SourceResolver resolver,
Map objectModel,
String src,
org.apache.avalon.framework.parameters.Parameters par)
throws org.apache.cocoon.ProcessingException,
SAXException,
IOException
setup in interface org.apache.cocoon.sitemap.SitemapModelComponentsetup in class org.apache.cocoon.reading.AbstractReaderorg.apache.cocoon.ProcessingExceptionSAXExceptionIOExceptionpublic void recycle()
recycle in interface org.apache.avalon.excalibur.pool.Recyclablerecycle in class org.apache.cocoon.reading.AbstractReaderpublic void handleLegacy()
throws IOException
IOExceptionpublic void handleZ39882004()
throws IOException,
org.apache.cocoon.ProcessingException,
SQLException
SQLExceptionIOExceptionorg.apache.cocoon.ProcessingExceptionCopyright © 2013 DuraSpace. All Rights Reserved.