com.plumtree.portaluiinfrastructure.tags.pei
Class TagPageActions

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.tags.pei.TagPageActions
All Implemented Interfaces:
IPageActions

public class TagPageActions
extends java.lang.Object
implements IPageActions

This PEI resets the tag page request data at the end of every HTTP request.

Author:
DonH

Constructor Summary
TagPageActions()
           
 
Method Summary
 HTMLComment OnPageFinish(AActivitySpace _asCurrentSpace, java.lang.Object _oUserSession, java.lang.String _strServerName)
          This function allows for some functionality to be created at the very end of the processing of the page.
 void OnPageStart(AActivitySpace _asCurrentSpace, java.lang.Object _oUserSession, java.lang.String _strServerName)
          This function allows for some functionality to be created at the very beginning of the page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagPageActions

public TagPageActions()
Method Detail

OnPageFinish

public HTMLComment OnPageFinish(AActivitySpace _asCurrentSpace,
                                java.lang.Object _oUserSession,
                                java.lang.String _strServerName)
Description copied from interface: IPageActions
This function allows for some functionality to be created at the very end of the processing of the page.

Specified by:
OnPageFinish in interface IPageActions
Parameters:
_asCurrentSpace - - Provides access to the current MVC classes as well as the Application and the HTTP Session
_oUserSession - - Session object for the current user
_strServerName - - Server from which the page request originated.
Returns:
HTMLComment - The return object will be a HTMLComment that will be added to the end of the page being displayed. If no information is needed to be returned, then just return Null.
See Also:
IPageActions.OnPageFinish(AActivitySpace, Object, String)

OnPageStart

public void OnPageStart(AActivitySpace _asCurrentSpace,
                        java.lang.Object _oUserSession,
                        java.lang.String _strServerName)
Description copied from interface: IPageActions
This function allows for some functionality to be created at the very beginning of the page.

Specified by:
OnPageStart in interface IPageActions
Parameters:
_asCurrentSpace - - Provides access to the current MVC classes as well as the Application and the HTTP Session
_oUserSession - - Session object for the current user
_strServerName - - Server from which the page request began.
See Also:
IPageActions.OnPageStart(AActivitySpace, Object, String)



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.