com.plumtree.portaluiinfrastructure.editor.saveobject
Class SaveObjectRedirectDP

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.editor.saveobject.SaveObjectRedirectDP
All Implemented Interfaces:
IDisplayPage, IMVCObject

public class SaveObjectRedirectDP
extends java.lang.Object
implements IDisplayPage

This DP is used to redirect to the dependencies page. Because we are going from a page with 3 frames to a page with no frame, it has to be done by a JavaScript. The body frame will redirect to this DP and this DP is just a JavaScript that will do the real redirection to the dependencies page.

Author:
Julie Fournier

Field Summary
protected  AActivitySpace m_asOwner
          Parent AS.
static java.lang.String STR_MVC_CLASS_NAME
          Class name for the activity space
 
Constructor Summary
SaveObjectRedirectDP()
           
 
Method Summary
 void Display(IWebData webData)
          Construct the HTMLPage for Display.
 java.lang.String GetName()
          Return the name of the MVC object.
 AActivitySpace GetOwner()
          Return the parent Activity Space.
 void Init(AActivitySpace parent)
          Initialize the Display Page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_MVC_CLASS_NAME

public static final java.lang.String STR_MVC_CLASS_NAME
Class name for the activity space

See Also:
Constant Field Values

m_asOwner

protected AActivitySpace m_asOwner
Parent AS.

Constructor Detail

SaveObjectRedirectDP

public SaveObjectRedirectDP()
Method Detail

Display

public void Display(IWebData webData)
Construct the HTMLPage for Display.

Specified by:
Display in interface IDisplayPage
Parameters:
IWebData - The HTMLPage for display to the browser should be set on this object. This object should not be stored anywhere.

GetName

public java.lang.String GetName()
Return the name of the MVC object.

Specified by:
GetName in interface IMVCObject
Returns:
the name of the object.

GetOwner

public AActivitySpace GetOwner()
Return the parent Activity Space.

Specified by:
GetOwner in interface IDisplayPage
Returns:
AActivitySpace

Init

public void Init(AActivitySpace parent)
Initialize the Display Page.

Specified by:
Init in interface IDisplayPage
Parameters:
AActivitySpace - the parent AActivitySpace of this IDisplayPage.



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