dk.netarkivet.harvester.webinterface
Class ExtendedFieldDefinition

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

public final class ExtendedFieldDefinition
extends java.lang.Object

Contains utility methods for creating and editing schedule definitions for harvests.


Method Summary
static ExtendedField processRequest(javax.servlet.jsp.PageContext context, I18n i18n)
          Process an request from the jsp-pages.
static ExtendedField readExtendedField(java.lang.String aId)
          Read and return the Extendedfield for the given id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

processRequest

public static ExtendedField processRequest(javax.servlet.jsp.PageContext context,
                                           I18n i18n)
Process an request from the jsp-pages. HarvestDefinition/Definitions-edit-extendedfield.jsp HarvestDefinition/Definitions-list-extendedfields.jsp HarvestDefinition/Definitions-edit-domain.jsp

Parameters:
context - the given JSP-context
i18n - the given I18n object.
Returns:
the extendedfield resulting from the processing.

readExtendedField

public static ExtendedField readExtendedField(java.lang.String aId)
Read and return the Extendedfield for the given id.

Parameters:
aId - An Id for a specific ExtendedField
Returns:
the Extendedfield for the given id.