|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.liquidsite.app.admin.view.SystemView
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 |
public void viewSystem(Request request)
request - the request object
public void viewBackup(Request request)
throws ContentException
request - the request object
ContentException - if the database couldn't be accessed
properly
public void viewRestore(Request request)
throws ContentException
request - the request object
ContentException - if the database couldn't be accessed
properly
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||