|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.e2e.b2c.tourguide.B2CTourGuide
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
.
PipelineSession
,
PortalAppflowConstants
,
PortalRenderHelper
,
PortletRenderHelper
,
TourGuide
,
TourGuideData
,
B2CPortalConstants
, Serialized FormConstructor 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 |
public B2CTourGuide()
Method Detail |
public TourGuideData determineState(javax.servlet.http.HttpServletRequest request) throws javax.servlet.jsp.JspException
public TourGuideData getInstanceData(java.lang.String pageName)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |