Class DomainSeedsDefinition


  • public class DomainSeedsDefinition
    extends java.lang.Object
    Contains utility methods for updating seedlists from the GUI.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DomainSeedsDefinition.UrlInfo
      Utility class gathering together data relating to the editing of a seed list.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void processRequest​(javax.servlet.jsp.PageContext context, I18n i18n)
      Extracts information from a servlet request to update seedlists in a domain
      • 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 -