dk.netarkivet.archive.webinterface
Class BitPreservationSiteSection

java.lang.Object
  extended by dk.netarkivet.common.webinterface.SiteSection
      extended by dk.netarkivet.archive.webinterface.BitPreservationSiteSection

public class BitPreservationSiteSection
extends SiteSection

Site section that creates the menu for bit preservation.


Constructor Summary
BitPreservationSiteSection()
          Create a new bit preservation 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

BitPreservationSiteSection

public BitPreservationSiteSection()
Create a new bit preservation 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