|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.pei.ProfileViewActions
public class ProfileViewActions
| 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 |
|---|
public ProfileViewActions()
| Method Detail |
|---|
public HTMLComment OnPageFinish(AActivitySpace _asCurrentSpace,
java.lang.Object _oUserSession,
java.lang.String _strServerName)
IPageActions
OnPageFinish in interface IPageActions_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.
public void OnPageStart(AActivitySpace _asCurrentSpace,
java.lang.Object _oUserSession,
java.lang.String _strServerName)
IPageActions
OnPageStart in interface IPageActions_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.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||