org.openfjord
Class DesignPresentationApp

java.lang.Object
  |
  +--com.lutris.appserver.server.StandardApplication
        |
        +--org.openfjord.DesignPresentationApp
All Implemented Interfaces:
com.lutris.appserver.server.Application

public class DesignPresentationApp
extends com.lutris.appserver.server.StandardApplication

The application object. Application-wide data would go here.


Field Summary
 
Fields inherited from class com.lutris.appserver.server.StandardApplication
appName, config, data, databaseManager, defaultUrl, logChannel, presentationManager, sendCookieForNewSession, sessionManager, state, xmlcFactory
 
Fields inherited from interface com.lutris.appserver.server.Application
DEAD, HALTED, INCOMPLETE, RUNNING, STOPPED
 
Constructor Summary
DesignPresentationApp()
           
 
Method Summary
 boolean requestPreprocessor(com.lutris.appserver.server.httpPresentation.HttpPresentationComms comms)
           
 void startup(com.lutris.util.Config appConfig)
           
 java.lang.String toHtml()
          This is an optional function, used only by the Multiserver's graphical administration.
 
Methods inherited from class com.lutris.appserver.server.StandardApplication
createDatabaseManager, createSession, createSessionManager, encodeUrl, encodeUrl, ensureSession, getApplicationData, getConfig, getDatabaseManager, getHttpPresentationManager, getLogChannel, getName, getSessionManager, getState, getXMLCFactory, initializeNewSession, printCopyrightHeader, requestPostProcessor, restartup, servletRequestPreprocessor, setCookieForNewSession, setHttpPresentationManager, setLogChannel, setName, setXMLCFactory, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignPresentationApp

public DesignPresentationApp()
Method Detail

startup

public void startup(com.lutris.util.Config appConfig)
             throws com.lutris.appserver.server.ApplicationException
Specified by:
startup in interface com.lutris.appserver.server.Application
Overrides:
startup in class com.lutris.appserver.server.StandardApplication
com.lutris.appserver.server.ApplicationException

requestPreprocessor

public boolean requestPreprocessor(com.lutris.appserver.server.httpPresentation.HttpPresentationComms comms)
                            throws java.lang.Exception
Specified by:
requestPreprocessor in interface com.lutris.appserver.server.Application
Overrides:
requestPreprocessor in class com.lutris.appserver.server.StandardApplication
java.lang.Exception

toHtml

public java.lang.String toHtml()
This is an optional function, used only by the Multiserver's graphical administration. This bit of HTML appears in the status page for this application. You could add extra status info, for example a list of currently logged in users.

Returns:
HTML that is displayed in the status page of the Multiserver.


openFJORD Copyright © 2003 University of Muenster.