Uses of Class
dk.netarkivet.common.utils.I18n

Packages that use I18n
dk.netarkivet.common.webinterface   
dk.netarkivet.harvester.webinterface   
 

Uses of I18n in dk.netarkivet.common.webinterface
 

Methods in dk.netarkivet.common.webinterface with parameters of type I18n
static void HTMLUtils.forwardWithErrorMessage(javax.servlet.jsp.PageContext context, I18n I18N, java.lang.String label, java.lang.Object... args)
          Forward to our standard error message page with an internationalized message.
static void HTMLUtils.forwardWithErrorMessage(javax.servlet.jsp.PageContext context, I18n i18n, java.lang.Throwable e, java.lang.String label, java.lang.Object... args)
          Forward to our standard error message page with an internationalized message, in case of exception.
static void HTMLUtils.forwardWithRawErrorMessage(javax.servlet.jsp.PageContext context, I18n i18n, java.lang.String label, java.lang.Object... args)
          Forward to our standard error message page with an internationalized message.
 

Uses of I18n in dk.netarkivet.harvester.webinterface
 

Methods in dk.netarkivet.harvester.webinterface with parameters of type I18n
static void EventHarvest.addConfigurations(javax.servlet.jsp.PageContext context, I18n i18n, PartialHarvest eventHarvest)
          Adds a bunch of configurations to a given PartialHarvest.
static void EventHarvest.addConfigurationsFromSeedsFile(javax.servlet.jsp.PageContext context, I18n i18n, PartialHarvest eventHarvest, java.lang.String seeds, java.lang.String maxbytesString, java.lang.String maxobjectsString, java.lang.String maxrateString, java.lang.String ordertemplate)
          Add configurations to an existing selective harvest.
static boolean SnapshotHarvestDefinition.flipActive(javax.servlet.jsp.PageContext context, I18n i18n)
          Flip the active status of a harvestdefinition named in the "flipactive" parameter.
static void DomainConfigurationDefinition.processRequest(javax.servlet.jsp.PageContext context, I18n i18n)
          Extracts all required parameters from the request, checks for any inconsistencies, and passes the requisite data to the updateDomain method for processing.
static void SnapshotHarvestDefinition.processRequest(javax.servlet.jsp.PageContext context, I18n i18n)
          Extracts all required parameters from the request, checks for any inconsistencies, and passes the requisite data to the updateHarvestDefinition method for processing.
static void ScheduleDefinition.processRequest(javax.servlet.jsp.PageContext context, I18n i18n)
          Processes the request parameters for the page Definitions-edit-schedule.jsp The parameters are first checked for validity.
static void DomainSeedsDefinition.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.
static void HarvestStatus.processRequest(javax.servlet.jsp.PageContext context, I18n i18n)
          Process a request from Harveststatus-alljobs.
static void DomainDefinition.processRequest(javax.servlet.jsp.PageContext context, I18n i18n)
          Extracts all required parameters from the request, checks for any inconsistencies, and passes the requisite data to the updateDomain method for processing.
static void SelectiveHarvest.processRequest(javax.servlet.jsp.PageContext context, I18n i18n, java.util.List<java.lang.String> unknownDomains, java.util.List<java.lang.String> illegalDomains)
          Update or create a partial harvest definition.