public interface CollectionHomeProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
process(Context context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Collection collection)
execute the process
|
void process(Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Collection collection) throws PluginException, AuthorizeException
context - the DSpace contextrequest - the HTTP requestresponse - the HTTP responsecollection - the collection object whose home page we are onPluginException - any particular problem with the plugin executionAuthorizeException - Authorisation errors during plugin executionCopyright © 2014 DuraSpace. All Rights Reserved.