Snapper 1.0 API

org.enhydra.snapper.presentation
Class NewFileType

java.lang.Object
  extended byorg.enhydra.snapper.presentation.BasePO
      extended byorg.enhydra.snapper.presentation.NewFileType
All Implemented Interfaces:
com.lutris.appserver.server.httpPresentation.HttpPresentation

public class NewFileType
extends BasePO

Author:
Miroslav Popov

Field Summary
 
Fields inherited from class org.enhydra.snapper.presentation.BasePO
comms, ENCODING, errorText, infoText, pageId, paramDelimiter
 
Constructor Summary
NewFileType()
           
 
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.snapper.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

NewFileType

public NewFileType()
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 1.0 API