dk.netarkivet.harvester.webinterface
Class HistorySiteSection

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

public class HistorySiteSection
extends SiteSection

Site section that creates the menu for harvest history.


Constructor Summary
HistorySiteSection()
          Create a new history SiteSection object.
 
Method Summary
 void close()
          No cleanup necessary in this site section.
 void initialize()
          No initialisation necessary in this 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

HistorySiteSection

public HistorySiteSection()
Create a new history SiteSection object.

Method Detail

initialize

public void initialize()
No initialisation necessary in this site section.

Specified by:
initialize in class SiteSection

close

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

Specified by:
close in class SiteSection