dk.netarkivet.harvester.webinterface
Class DomainSeedsDefinition

java.lang.Object
  extended by dk.netarkivet.harvester.webinterface.DomainSeedsDefinition

public class DomainSeedsDefinition
extends java.lang.Object

Contains utility methods for updating seedlists from the GUI.


Nested Class Summary
static class DomainSeedsDefinition.UrlInfo
          Utility class gathering together data relating to the editing of a seed list.
 
Method Summary
static void processRequest(javax.servlet.jsp.PageContext context, I18n i18n)
          Extracts information from a servlet request to update seedlists in a domain editUrlList: if not null, we are editing, not updating so return (urlListName, seedlist) The name of a seedlist and the actual seedlist for a seedlist to be updated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

processRequest

public static void processRequest(javax.servlet.jsp.PageContext context,
                                  I18n i18n)
Extracts information from a servlet request to update seedlists in a domain editUrlList: if not null, we are editing, not updating so return (urlListName, seedlist) The name of a seedlist and the actual seedlist for a seedlist to be updated. If urlListName is present and non-empty, seedlist must also be non-empty.

Parameters:
context -
i18n -