olr.presentation
Class Toolbar
java.lang.Object
olr.presentation.ExtendedHttpPresentation
olr.presentation.SecureHttpPresentation
olr.presentation.Toolbar
- All Implemented Interfaces:
- com.lutris.appserver.server.httpPresentation.HttpPresentation
- public class Toolbar
- extends SecureHttpPresentation
- Version:
- $Id: Toolbar.java,v 1.8 2004/08/03 08:33:53 roku Exp $
Constructor Summary |
Toolbar()
Initializes an instance of this class. |
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 |
Toolbar
public Toolbar()
- 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
handleAddSchemaMask
public java.lang.String handleAddSchemaMask()
throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
- Throws:
com.lutris.appserver.server.httpPresentation.HttpPresentationException
handleAddInstanceFileMask
public java.lang.String handleAddInstanceFileMask()
throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
- Throws:
com.lutris.appserver.server.httpPresentation.HttpPresentationException
handleAddSchema
public java.lang.String handleAddSchema()
throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
- Throws:
com.lutris.appserver.server.httpPresentation.HttpPresentationException
handleAddInstanceFile
public java.lang.String handleAddInstanceFile()
throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
- Throws:
com.lutris.appserver.server.httpPresentation.HttpPresentationException
handleRemove
public java.lang.String handleRemove()
throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
- Throws:
com.lutris.appserver.server.httpPresentation.HttpPresentationException
handleExpand
public java.lang.String handleExpand()
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 errorMsg)
showPage
public java.lang.String showPage(boolean reloadContent)
showPage
public java.lang.String showPage(java.lang.String errorMsg,
boolean addSchemaMode,
boolean addInstanceFileMode)
showPage
public java.lang.String showPage(java.lang.String errorMsg,
boolean addSchemaMode,
boolean addInstanceFileMode,
boolean reloadContent)
Copyright © 2001-2004 University of Hannover. All Rights Reserved.