wt.dataops.delete.processors
Class DeleteTaskDelegate

java.lang.Object
  extended bywt.templateutil.processor.FormTaskDelegate
      extended bycom.ptc.core.htmlcomp.wizard.WizardFormTaskDelegate
          extended bywt.dataops.delete.processors.DeleteTaskDelegate
All Implemented Interfaces:
ContextHolder

public class DeleteTaskDelegate
extends WizardFormTaskDelegate


Field Summary
 
Fields inherited from class com.ptc.core.htmlcomp.wizard.WizardFormTaskDelegate
 
Fields inherited from class wt.templateutil.processor.FormTaskDelegate
 
Fields inherited from interface wt.templateutil.processor.ContextHolder
CONTEXT_ACTION, CONTEXT_CLASS_NAME, CONTEXT_OBJ, CONTEXT_PROPERTIES, FORM_DATA, QUERY_DATA, RESPONSE_EXCEPTIONS, RESPONSE_FOOTERS, RESPONSE_HEADERS, RESPONSE_MESSAGES, RESPONSE_STRING, STATUS
 
Constructor Summary
DeleteTaskDelegate()
          Creates a new instance of DeleteTaskDelegate
 
Method Summary
 boolean processStep(ContentHTTPStream contentStream)
           
 
Methods inherited from class com.ptc.core.htmlcomp.wizard.WizardFormTaskDelegate
getCurrentStep, getNextStep, isCancelPressed, isOkPressed, processAction, setNextStep, setResponseMessage
 
Methods inherited from class wt.templateutil.processor.FormTaskDelegate
addToResponseExceptions, addToResponseFooters, addToResponseHeaders, addToResponseMessages, deleteFormDataFromSession, getContextAction, getContextClassName, getContextObj, getContextProperties, getFormData, getQueryData, getResponseExceptions, getResponseFooters, getResponseHeaders, getResponseMessages, getResponseString, getState, getStatus, saveFormDataInSession, setContextAction, setContextClassName, setContextObj, setContextProperties, setFormData, setQueryData, setResponseExceptions, setResponseFooters, setResponseHeaders, setResponseMessages, setResponseString, setState, setStatus, switchPages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteTaskDelegate

public DeleteTaskDelegate()
Creates a new instance of DeleteTaskDelegate

Method Detail

processStep

public boolean processStep(ContentHTTPStream contentStream)
                    throws Exception
Specified by:
processStep in class WizardFormTaskDelegate
Throws:
Exception