Snapper 3.0 API

org.enhydra.snapperAdmin.presentation
Class StatusPresentation

java.lang.Object
  extended by org.enhydra.snapperAdmin.presentation.BasePO
      extended by org.enhydra.snapperAdmin.presentation.StatusPresentation
All Implemented Interfaces:
com.lutris.appserver.server.httpPresentation.HttpPresentation

public class StatusPresentation
extends BasePO


Field Summary
 
Fields inherited from class org.enhydra.snapperAdmin.presentation.BasePO
comms, ENCODING, errorText, infoText, pageId, paramDelimiter
 
Constructor Summary
StatusPresentation()
           
 
Method Summary
protected  org.enhydra.xml.xmlc.XMLObject getDOM()
          This abstract method should be overriden by presentation class, and it is responsible for generation of http response to user in form of XMLObject instance.
 
Methods inherited from class org.enhydra.snapperAdmin.presentation.BasePO
addHiddenInputField, addHiddenInputFields, addHiddenInputFields, clearError, createInputField, formParameterList, getAppConfiguration, getBoolParameter, getError, getFromURL, getLevelUp, getParamValue, getReturnURL, getStartSearchURL, isIn, listAllParameters, printFreeMemory, reformParameterList, removeIdAttrFromTree, run, setError, setError, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusPresentation

public StatusPresentation()
Method Detail

getDOM

protected org.enhydra.xml.xmlc.XMLObject getDOM()
                                         throws java.lang.Exception
Description copied from class: BasePO
This abstract method should be overriden by presentation class, and it is responsible for generation of http response to user in form of XMLObject instance.

Specified by:
getDOM in class BasePO
Returns:
dynamically populated XMLObject generated as response to user http request.
Throws:
java.lang.Exception

Snapper 3.0 API