org.dspace.app.webui.components
Class RecentCommunitySubmissions

java.lang.Object
  extended by org.dspace.app.webui.components.RecentCommunitySubmissions
All Implemented Interfaces:
CommunityHomeProcessor

public class RecentCommunitySubmissions
extends java.lang.Object
implements CommunityHomeProcessor

This class obtains recent submissions to the given community by implementing the CommunityHomeProcessor.

Author:
Richard Jones

Constructor Summary
RecentCommunitySubmissions()
          blank constructor - does nothing
 
Method Summary
 void process(Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Community community)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentCommunitySubmissions

public RecentCommunitySubmissions()
blank constructor - does nothing

Method Detail

process

public void process(Context context,
                    javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    Community community)
             throws PluginException,
                    AuthorizeException
Specified by:
process in interface CommunityHomeProcessor
Throws:
PluginException
AuthorizeException


Copyright © 2010 DuraSpace. All Rights Reserved.