public interface CommunityHomeProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
process(Context context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Community community)
execute the process
|
void process(Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Community community) throws PluginException, AuthorizeException
context - the DSpace contextrequest - the HTTP requestresponse - the HTTP responsecommunity - The community object whose home page we are onPluginException - any particular problem with the plugin executionAuthorizeException - Authorisation errors during plugin executionCopyright © 2022 LYRASIS. All rights reserved.