olr.presentation
Class UnsavedChanges

java.lang.Object
  extended byolr.presentation.ExtendedHttpPresentation
      extended byolr.presentation.UnsavedChanges
All Implemented Interfaces:
com.lutris.appserver.server.httpPresentation.HttpPresentation

public class UnsavedChanges
extends ExtendedHttpPresentation

Version:
$Id: UnsavedChanges.java,v 1.1 2004/08/03 08:33:53 roku Exp $

Constructor Summary
UnsavedChanges()
           
 
Method Summary
 java.lang.String handleDefault()
          Called upon page request.
 java.lang.String handleLogout()
           
 java.lang.String handleMenu()
           
 java.lang.String handleSaveLogout()
           
 java.lang.String handleSaveMenu()
           
 boolean loggedInUserRequired()
          Called on subclass to determine if this Presenentation needs a valid logged in user to display.
 java.lang.String showPage(boolean logout)
           
 
Methods inherited from class olr.presentation.ExtendedHttpPresentation
checkForUserLogin, clearSession, getApplication, getComms, getPageContentForEvent, getSessionData, getUser, handleEvent, initSessionData, run, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsavedChanges

public UnsavedChanges()
Method Detail

loggedInUserRequired

public boolean loggedInUserRequired()
Description copied from class: ExtendedHttpPresentation
Called on subclass to determine if this Presenentation needs a valid logged in user to display.

Specified by:
loggedInUserRequired in class ExtendedHttpPresentation
Returns:

handleDefault

public java.lang.String handleDefault()
                               throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
Description copied from class: ExtendedHttpPresentation
Called upon page request.

Specified by:
handleDefault in class ExtendedHttpPresentation
Returns:
Should return a string of (X)HTML
Throws:
com.lutris.appserver.server.httpPresentation.HttpPresentationException

handleSaveMenu

public java.lang.String handleSaveMenu()
                                throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
Throws:
com.lutris.appserver.server.httpPresentation.HttpPresentationException

handleSaveLogout

public java.lang.String handleSaveLogout()
                                  throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
Throws:
com.lutris.appserver.server.httpPresentation.HttpPresentationException

handleMenu

public java.lang.String handleMenu()

handleLogout

public java.lang.String handleLogout()

showPage

public java.lang.String showPage(boolean logout)


Copyright © 2001-2004 University of Hannover. All Rights Reserved.