atg.search.formhandlers
Class MultipleSubmitHelper

java.lang.Object
  extended by atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
      extended by atg.nucleus.GenericService
          extended by atg.droplet.EmptyFormHandler
              extended by atg.droplet.GenericFormHandler
                  extended by atg.search.formhandlers.MultipleSubmitHelper
All Implemented Interfaces:
DropletFormHandler, NameContextBindingListener, NameContextElement, NameResolver, AdminableService, ApplicationLogging, atg.nucleus.logging.ApplicationLoggingSender, atg.nucleus.logging.TraceApplicationLogging, VariableArgumentApplicationLogging, ComponentNameResolver, Service, ServiceListener, java.util.EventListener

public class MultipleSubmitHelper
extends GenericFormHandler


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Fields inherited from class atg.droplet.GenericFormHandler
PARAM_DEFER_FORWARD_OR_REDIRECT, PARAM_USE_FORWARDS
 
Fields inherited from class atg.nucleus.GenericService
SERVICE_INFO_KEY
 
Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging
DEFAULT_LOG_TRACE_STATUS
 
Fields inherited from interface atg.nucleus.logging.ApplicationLogging
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS
 
Constructor Summary
MultipleSubmitHelper()
           
 
Method Summary
 QueryFormHandler[] getQueryFormhandlers()
           
 java.lang.String getQuestion()
           
 boolean handleQuestion(DynamoHttpServletRequest pRequest, DynamoHttpServletResponse pResponse)
           
 boolean isShowDetailedResults()
           
 boolean isShowXml()
           
 void setQueryFormHandlers(QueryFormHandler[] pQueryFormHandlers)
           
 void setQuestion(java.lang.String pQuestion)
           
 void setShowDetailedResults(boolean pShowDetailedResults)
          Only used for excluding detailed results from rendered HTML.
 void setShowXml(boolean pShowXml)
          Used for excluding original request and response XML from rendered HTML.
 
Methods inherited from class atg.droplet.GenericFormHandler
addFormException, addUncheckedFormException, afterSet, beforeSet, checkFormRedirect, createFormSubmissionMessage, getCancelURL, getCheckForValidSession, getFormError, getFormExceptions, getFormName, getMessagePort, getMessageSource, getMessageType, getPropertyExceptions, getSendMessages, getUncheckedFormExceptions, handleCancel, handleFormException, handleUncheckedFormException, hasUncheckedFormExceptions, isDeferForwardsAndRedirects, isRestorableForm, isUseForwards, isValidSession, redirectOrForward, resetFormExceptions, setCancelURL, setCheckForValidSession, setDeferForwardsAndRedirects, setFormName, setMessagePort, setMessageSource, setMessageType, setRestorableForm, setSendMessages, setUseForwards
 
Methods inherited from class atg.droplet.EmptyFormHandler
afterGet, beforeGet
 
Methods inherited from class atg.nucleus.GenericService
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService
 
Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

MultipleSubmitHelper

public MultipleSubmitHelper()
Method Detail

getQueryFormhandlers

public QueryFormHandler[] getQueryFormhandlers()

setQueryFormHandlers

public void setQueryFormHandlers(QueryFormHandler[] pQueryFormHandlers)

getQuestion

public java.lang.String getQuestion()

setQuestion

public void setQuestion(java.lang.String pQuestion)

handleQuestion

public boolean handleQuestion(DynamoHttpServletRequest pRequest,
                              DynamoHttpServletResponse pResponse)
                       throws DropletFormException
Throws:
DropletFormException

isShowXml

public boolean isShowXml()
Returns:
whther XML will be shown in results

setShowXml

public void setShowXml(boolean pShowXml)
Used for excluding original request and response XML from rendered HTML. As a convenience, the request's keepingXml property is set to the same. If your page doesn't need this control, there is no need to set it.

Parameters:
pShowXml - true to enable XML display

isShowDetailedResults

public boolean isShowDetailedResults()
Returns:
whther detailed results will be shown in results

setShowDetailedResults

public void setShowDetailedResults(boolean pShowDetailedResults)
Only used for excluding detailed results from rendered HTML. If your page doesn't need this control, there is no need to set it.

Parameters:
pShowDetailedResults - true to enable detailed display