Class HarvestChannelAction


  • public abstract class HarvestChannelAction
    extends Object
    Abstract class representing web UI action for harvest channels.
    • Constructor Detail

      • HarvestChannelAction

        public HarvestChannelAction()
    • Method Detail

      • processRequest

        public static void processRequest​(javax.servlet.jsp.PageContext context,
                                          I18n i18n)
                                   throws ForwardedToErrorPage
        This method processes the request to determine which action it corresponds to and passes the request along accordingly. Available actions are:
        • create harvest channel
        • map harvest definition to channel
        Parameters:
        context - the original servlet context of the request.
        i18n - the internationalisation to be used.
        Throws:
        ForwardedToErrorPage - if an exception is thrown while carrying out the action.