|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.svc.clicktoconnect.LandingPageManager
public class LandingPageManager
This component executes the configured LandingPageHandlers to generate a LandingPage. The first handler to return a LandingPage wins.
The Framework object properties are modified based the values specified by the LandingPage.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
protected LandingPageHandler |
mDefaultLandingPageHandler
|
protected LandingPageHandler[] |
mLandingPageHandlers
|
| 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 | |
|---|---|
LandingPageManager()
|
|
| Method Summary | |
|---|---|
void |
applyLandingPage(C2CRequestData pC2CRequestData)
Calls each configured LandingPageHandler is succession until a LandingPage object is returned. |
protected void |
applyLandingPageToFramework(LandingPage pLandingPage)
Applies the landing page to the framework environment. |
LandingPageHandler |
getDefaultLandingPageHandler()
Returns the default landing page handler. |
LandingPageHandler[] |
getLandingPageHandlers()
Returns the array of LandingPageHandlers that are called in succession to generate a LandingPage. |
void |
setDefaultLandingPageHandler(LandingPageHandler pDefaultLandingPageHandler)
|
void |
setLandingPageHandlers(LandingPageHandler[] pLandingPageHandlers)
|
| 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, 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 |
|---|
public static final java.lang.String CLASS_VERSION
protected LandingPageHandler mDefaultLandingPageHandler
protected LandingPageHandler[] mLandingPageHandlers
| Constructor Detail |
|---|
public LandingPageManager()
| Method Detail |
|---|
public LandingPageHandler getDefaultLandingPageHandler()
public void setDefaultLandingPageHandler(LandingPageHandler pDefaultLandingPageHandler)
public LandingPageHandler[] getLandingPageHandlers()
public void setLandingPageHandlers(LandingPageHandler[] pLandingPageHandlers)
public void applyLandingPage(C2CRequestData pC2CRequestData)
Modifies the Framework object based on the values in the LandingPage object
pC2CRequestData - protected void applyLandingPageToFramework(LandingPage pLandingPage)
pLandingPage -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||