olr.presentation
Class SecureHttpPresentation

java.lang.Object
  extended byolr.presentation.ExtendedHttpPresentation
      extended byolr.presentation.SecureHttpPresentation
All Implemented Interfaces:
com.lutris.appserver.server.httpPresentation.HttpPresentation
Direct Known Subclasses:
Activities, Content, ContentAuthor, ContentFrame, ContentReader, ContentReaderHeader, DeleteDBModel, ImageStructure, Import, ImportSchema, Index, Structure, StructureFrame, TBLStructure, TBLStructure1, Toolbar, Welcome2

public abstract class SecureHttpPresentation
extends ExtendedHttpPresentation

Version:
$Id: SecureHttpPresentation.java,v 1.2 2004/08/02 18:53:59 roku Exp $

Constructor Summary
SecureHttpPresentation()
          Initializes an instance of this class.
 
Method Summary
protected  boolean loggedInUserRequired()
          Called on subclass to determine if this Presenentation needs a valid logged in user to display.
 
Methods inherited from class olr.presentation.ExtendedHttpPresentation
checkForUserLogin, clearSession, getApplication, getComms, getPageContentForEvent, getSessionData, getUser, handleDefault, handleEvent, initSessionData, run, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureHttpPresentation

public SecureHttpPresentation()
Initializes an instance of this class.

Method Detail

loggedInUserRequired

protected final 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:
Always true.
See Also:
ExtendedHttpPresentation.loggedInUserRequired()


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