org.liquidsite.app.admin.view
Class SystemView

java.lang.Object
  extended byorg.liquidsite.app.admin.view.SystemView

public class SystemView
extends java.lang.Object

A helper class for the system view. This class contains methods for creating the HTML responses to the pages in the system view.


Method Summary
 void viewBackup(Request request)
          Shows the system backup form.
 void viewRestore(Request request)
          Shows the system restore form.
 void viewSystem(Request request)
          Shows the system page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

viewSystem

public void viewSystem(Request request)
Shows the system page.

Parameters:
request - the request object

viewBackup

public void viewBackup(Request request)
                throws ContentException
Shows the system backup form.

Parameters:
request - the request object
Throws:
ContentException - if the database couldn't be accessed properly

viewRestore

public void viewRestore(Request request)
                 throws ContentException
Shows the system restore form.

Parameters:
request - the request object
Throws:
ContentException - if the database couldn't be accessed properly