olr.presentation
Class ContentAuthorROM
java.lang.Object
olr.presentation.ExtendedHttpPresentation
olr.presentation.ContentAuthorROM
- All Implemented Interfaces:
- com.lutris.appserver.server.httpPresentation.HttpPresentation
- public class ContentAuthorROM
- extends ExtendedHttpPresentation
- Version:
- $Id: ContentAuthorROM.java,v 1.1 2004/08/03 10:24:33 roku Exp $
Method Summary |
java.lang.String |
handleAdd()
|
java.lang.String |
handleDefault()
Called upon page request. |
boolean |
loggedInUserRequired()
Called on subclass to determine if this Presenentation needs a valid logged in user to
display. |
java.lang.String |
showPage()
|
java.lang.String |
showPage(boolean hasModified)
|
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 |
ContentAuthorROM
public ContentAuthorROM()
- Initializes an instance of this class.
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:
handleAdd
public java.lang.String handleAdd()
throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
- Throws:
com.lutris.appserver.server.httpPresentation.HttpPresentationException
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
showPage
public java.lang.String showPage()
showPage
public java.lang.String showPage(boolean hasModified)
Copyright © 2001-2004 University of Hannover. All Rights Reserved.