dk.netarkivet.harvester.webinterface
Class DefinitionsSiteSection

java.lang.Object
  extended by dk.netarkivet.common.webinterface.SiteSection
      extended by dk.netarkivet.harvester.webinterface.DefinitionsSiteSection

public class DefinitionsSiteSection
extends SiteSection

Site section that creates the menu for data definitions.


Constructor Summary
DefinitionsSiteSection()
          Create a new definition SiteSection object.
 
Method Summary
 void close()
          No cleanup necessary in this site section.
 void initialize()
          Initialise the site section.
 
Methods inherited from class dk.netarkivet.common.webinterface.SiteSection
cleanup, generateNavigationTree, getDirname, getSections, getTitle, isDeployed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefinitionsSiteSection

public DefinitionsSiteSection()
Create a new definition SiteSection object.

Method Detail

initialize

public void initialize()
Initialise the site section. This forces migration of all DAOs, validates that a default order.xml template exists.

Specified by:
initialize in class SiteSection
Throws:
UnknownID - If the default order.xml does not exist.

close

public void close()
No cleanup necessary in this site section.

Specified by:
close in class SiteSection