com.plumtree.portalpages.pei
Class ProfileViewActions

java.lang.Object
  extended by com.plumtree.portalpages.pei.ProfileViewActions
All Implemented Interfaces:
IPageActions

public class ProfileViewActions
extends java.lang.Object
implements IPageActions


Constructor Summary
ProfileViewActions()
           
 
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

ProfileViewActions

public ProfileViewActions()
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.

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.



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