public class ClosenessQualifierDroplet extends DynamoServlet
Input parameters:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALL_TYPE |
static java.lang.String |
CLASS_VERSION
Class version string
|
static java.lang.String |
CLOSENESS_QUALIFIERS |
static ParameterName |
ELEMENT_NAME |
static ParameterName |
EMPTY |
static java.lang.String |
ERROR |
static ParameterName |
ERROR_OPARAM |
static java.lang.String |
ITEM_TYPE |
static java.lang.String |
ORDER |
static java.lang.String |
ORDER_TYPE |
static ParameterName |
OUTPUT |
static java.lang.String |
SHIPPING_TYPE |
static java.lang.String |
TAX_TYPE |
static ParameterName |
TYPE |
mAllowCleanupRequest, mParametersSERVLET_INFO_KEYSERVICE_INFO_KEYDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description |
|---|
ClosenessQualifierDroplet() |
| Modifier and Type | Method and Description |
|---|---|
PromotionUpsellTools |
getPromotionUpsellTools() |
void |
service(DynamoHttpServletRequest pRequest,
DynamoHttpServletResponse pResponse)
Compiles the closenessQualifiers requested, and renders the appropriate
open parameters.
|
void |
setPromotionUpsellTools(PromotionUpsellTools pPromotionUpsellTools)
The tools component for closenessQualifiers
|
doDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, init, service, service, setParameterdestroy, getServletConfig, getServletInfo, setServletInfogetAverageRequestHandlingTime, getHandledRequestCount, getRequestStartTime, getTotalRequestHandlingTime, isKeepingStatistics, notifyHandledRequest, resetStatistics, setKeepingStatisticsaddLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, 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, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopServicevlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic static java.lang.String CLASS_VERSION
public static final ParameterName TYPE
public static final ParameterName ELEMENT_NAME
public static final ParameterName EMPTY
public static final ParameterName OUTPUT
public static final ParameterName ERROR_OPARAM
public static final java.lang.String ERROR
public static final java.lang.String CLOSENESS_QUALIFIERS
public static final java.lang.String ITEM_TYPE
public static final java.lang.String ORDER_TYPE
public static final java.lang.String SHIPPING_TYPE
public static final java.lang.String TAX_TYPE
public static final java.lang.String ALL_TYPE
public static final java.lang.String ORDER
public void setPromotionUpsellTools(PromotionUpsellTools pPromotionUpsellTools)
pPromotionUpsellTools - the tools component for closenessQualifierspublic PromotionUpsellTools getPromotionUpsellTools()
public void service(DynamoHttpServletRequest pRequest, DynamoHttpServletResponse pResponse) throws javax.servlet.ServletException, java.io.IOException
service in class DynamoServletpRequest - the current requestpResponse - the current responsejavax.servlet.ServletException - an application specific error occurred
processing this requestjava.io.IOException - an error occurred reading data from the request
or writing data to the response.