public class DefaultLandingPageHandler
extends atg.svc.clicktoconnect.LandingPageHandler
LandingPage. This will be the
cart, order view or scheduled order view depending on the state of the
current order.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
protected atg.svc.clicktoconnect.LandingPage |
mCartViewLandingPage |
protected CSREnvironmentTools |
mCSREnvironmentTools |
protected atg.svc.clicktoconnect.LandingPage |
mOrderViewLandingPage |
protected atg.svc.clicktoconnect.LandingPage |
mScheduledOrderViewLandingPage |
mEnvironmentTools, mLandingPage| Constructor and Description |
|---|
DefaultLandingPageHandler() |
| Modifier and Type | Method and Description |
|---|---|
atg.svc.clicktoconnect.LandingPage |
generateLandingPage(atg.svc.clicktoconnect.C2CRequestData pC2CRequestData) |
atg.svc.clicktoconnect.LandingPage |
getCartViewLandingPage()
Returns the landing page for the cart page
|
CSREnvironmentTools |
getCSREnvironmentTools() |
atg.svc.clicktoconnect.LandingPage |
getOrderViewLandingPage()
Returns the landing page for viewing an existing
order
|
atg.svc.clicktoconnect.LandingPage |
getScheduledOrderViewLandingPage()
Returns the landing page for the view an existing
scheduled order.
|
void |
setCartViewLandingPage(atg.svc.clicktoconnect.LandingPage pCartViewLandingPage) |
void |
setCSREnvironmentTools(CSREnvironmentTools pCSREnvironmentTools)
Sets the property CSREnvironmentTools.
|
void |
setOrderViewLandingPage(atg.svc.clicktoconnect.LandingPage pOrderViewLandingPage) |
void |
setScheduledOrderViewLandingPage(atg.svc.clicktoconnect.LandingPage pScheduledOrderViewLandingPage) |
getEnvironmentTools, getLandingPage, getReferrerParameter, setEnvironmentTools, setLandingPageaddLogListener, 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
protected CSREnvironmentTools mCSREnvironmentTools
protected atg.svc.clicktoconnect.LandingPage mCartViewLandingPage
protected atg.svc.clicktoconnect.LandingPage mOrderViewLandingPage
protected atg.svc.clicktoconnect.LandingPage mScheduledOrderViewLandingPage
public void setCSREnvironmentTools(CSREnvironmentTools pCSREnvironmentTools)
public CSREnvironmentTools getCSREnvironmentTools()
public atg.svc.clicktoconnect.LandingPage getCartViewLandingPage()
public void setCartViewLandingPage(atg.svc.clicktoconnect.LandingPage pCartViewLandingPage)
public atg.svc.clicktoconnect.LandingPage getOrderViewLandingPage()
public void setOrderViewLandingPage(atg.svc.clicktoconnect.LandingPage pOrderViewLandingPage)
public atg.svc.clicktoconnect.LandingPage getScheduledOrderViewLandingPage()
public void setScheduledOrderViewLandingPage(atg.svc.clicktoconnect.LandingPage pScheduledOrderViewLandingPage)
public atg.svc.clicktoconnect.LandingPage generateLandingPage(atg.svc.clicktoconnect.C2CRequestData pC2CRequestData)
generateLandingPage in class atg.svc.clicktoconnect.LandingPageHandler