|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
EventHarvestUtil.addConfigurations(javax.servlet.jsp.PageContext context,
I18n i18n,
java.lang.String eventHarvestName)
Adds a bunch of configurations to a given PartialHarvest. |
static void |
EventHarvestUtil.addConfigurationsFromSeedsFile(javax.servlet.jsp.PageContext context,
I18n i18n,
java.lang.String eventHarvestName,
java.io.File seeds,
java.lang.String maxbytesString,
java.lang.String maxobjectsString,
java.lang.String maxrateString,
java.lang.String ordertemplate)
Add configurations to an existing selective harvest. |
protected abstract void |
TrapAction.doAction(javax.servlet.jsp.PageContext context,
I18n i18n)
Method implementing the specific action to take. |
protected void |
TrapActivationAction.doAction(javax.servlet.jsp.PageContext context,
I18n i18n)
|
protected void |
TrapReadAction.doAction(javax.servlet.jsp.PageContext context,
I18n i18n)
|
protected void |
TrapCreateOrUpdateAction.doAction(javax.servlet.jsp.PageContext context,
I18n i18n)
|
protected void |
TrapDeleteAction.doAction(javax.servlet.jsp.PageContext context,
I18n i18n)
|
void |
ExportFrontierReportCsvQuery.doExport(javax.servlet.jsp.PageContext context,
I18n i18n)
Performs the export. |
static boolean |
SnapshotHarvestDefinition.flipActive(javax.servlet.jsp.PageContext context,
I18n i18n)
Flip the active status of a harvestdefinition named in the "flipactive" parameter. |
static java.util.List<java.lang.String> |
DomainDefinition.getDomains(javax.servlet.jsp.PageContext context,
I18n i18n,
java.lang.String searchQuery,
java.lang.String searchType)
Search for domains matching the following criteria. |
static ExtendedField |
ExtendedFieldDefinition.processRequest(javax.servlet.jsp.PageContext context,
I18n i18n)
Process an request from the jsp-pages. |
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 |
HarvestStatus.processRequest(javax.servlet.jsp.PageContext context,
I18n i18n)
Process a request from Harveststatus-alljobs. |
static void |
TrapAction.processRequest(javax.servlet.jsp.PageContext context,
I18n i18n)
This method processes the request to determine which action it corresponds to and passes the request along accordingly. |
static void |
HarvestChannelAction.processRequest(javax.servlet.jsp.PageContext context,
I18n i18n)
This method processes the request to determine which action it corresponds to and passes the request along accordingly. |
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 |
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 |
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 |
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 |
ExtendedFieldValueDefinition.processRequest(javax.servlet.jsp.PageContext context,
I18n i18n,
ExtendableEntity entity,
int type)
|
static void |
SelectiveHarvestUtil.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. |
static void |
HarvestStatus.rejectFailedJob(javax.servlet.jsp.PageContext context,
I18n i18n,
java.lang.Long jobID)
Marks a failed job as rejected for resubmission. |
static void |
HarvestStatus.unrejectRejectedJob(javax.servlet.jsp.PageContext context,
I18n i18n,
java.lang.Long jobID)
Marks as failed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |