© 2002 BEA Systems, Inc.


examples.e2e.b2c.tourguide
Class B2CTourGuide

java.lang.Object
  |
  +--examples.e2e.b2c.tourguide.B2CTourGuide

public class B2CTourGuide
extends java.lang.Object
implements TourGuide

The B2CTourGuide decides what content to display in the Tour Guide portlet based on the state of the b2cPortal. It also mantains information about each instance of the Tour Guide. There is one Tour Guide portlet instance per portal page.

This class must be serializable because an instance of it will be stored in the PipelineSession.

See Also:
PipelineSession, PortalAppflowConstants, PortalRenderHelper, PortletRenderHelper, TourGuide, TourGuideData, B2CPortalConstants, Serialized Form

Constructor Summary
B2CTourGuide()
           
 
Method Summary
 TourGuideData determineState(javax.servlet.http.HttpServletRequest request)
           
 TourGuideData getInstanceData(java.lang.String pageName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

B2CTourGuide

public B2CTourGuide()
Method Detail

determineState

public TourGuideData determineState(javax.servlet.http.HttpServletRequest request)
                             throws javax.servlet.jsp.JspException
Specified by:
determineState in interface TourGuide


getInstanceData

public TourGuideData getInstanceData(java.lang.String pageName)
Specified by:
getInstanceData in interface TourGuide


© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved