olr.presentation
Class Import
java.lang.Object
olr.presentation.ExtendedHttpPresentation
olr.presentation.SecureHttpPresentation
olr.presentation.Import
- All Implemented Interfaces:
- com.lutris.appserver.server.httpPresentation.HttpPresentation
- public class Import
- extends SecureHttpPresentation
- Version:
- $Id: Import.java,v 1.7 2004/08/02 19:26:39 roku Exp $
Constructor Summary |
Import()
Initializes an instance of this class. |
Method Summary |
java.lang.String |
handleDefault()
Called upon page request. |
java.lang.String |
handleImport()
|
java.lang.String |
showPage()
|
java.lang.String |
showPage(java.util.List messages,
java.lang.String uri)
|
java.lang.String |
showPage(java.lang.String okText,
java.lang.String uri)
|
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 |
Import
public Import()
- Initializes an instance of this class.
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
handleImport
public java.lang.String handleImport()
throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
- Throws:
com.lutris.appserver.server.httpPresentation.HttpPresentationException
showPage
public java.lang.String showPage()
showPage
public java.lang.String showPage(java.lang.String okText,
java.lang.String uri)
showPage
public java.lang.String showPage(java.util.List messages,
java.lang.String uri)
Copyright © 2001-2004 University of Hannover. All Rights Reserved.