Uses of Class
atg.svc.clicktoconnect.LandingPage

Packages that use LandingPage
atg.svc.clicktoconnect   
 

Uses of LandingPage in atg.svc.clicktoconnect
 

Fields in atg.svc.clicktoconnect declared as LandingPage
protected  LandingPage LandingPageHandler.mLandingPage
           
 

Methods in atg.svc.clicktoconnect that return LandingPage
protected  LandingPage URIMatchLandingPageHandler.createLandingPage(C2CRequestData pC2CRequestData)
          Returns the configured LandingPage
abstract  LandingPage LandingPageHandler.generateLandingPage(C2CRequestData pC2CRequestData)
          Abstract method that generates the LandingPage returned by the LandingPageHandler
 LandingPage URIMatchLandingPageHandler.generateLandingPage(C2CRequestData pC2CRequestData)
          If the referrer url starts with the uriMatch property createLandingPage is executed to create the LandingPage object.
 LandingPage LandingPageHandler.getLandingPage()
          Returns the configured LandingPage object for this LandingPageHandler
 

Methods in atg.svc.clicktoconnect with parameters of type LandingPage
protected  void LandingPageManager.applyLandingPageToFramework(LandingPage pLandingPage)
          Applies the landing page to the framework environment.
 void LandingPageHandler.setLandingPage(LandingPage pLandingPage)