|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.editor.saveobject.SaveObjectGoToSecurityTabDP
public class SaveObjectGoToSecurityTabDP
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.
| Field Summary | |
|---|---|
protected AActivitySpace |
m_asOwner
Parent AS. |
static java.lang.String |
STR_MVC_CLASS_NAME
Class name for the activity space |
| Constructor Summary | |
|---|---|
SaveObjectGoToSecurityTabDP()
|
|
| 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 |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
protected AActivitySpace m_asOwner
| Constructor Detail |
|---|
public SaveObjectGoToSecurityTabDP()
| Method Detail |
|---|
public void Display(IWebData webData)
Display in interface IDisplayPageIWebData - The HTMLPage for display to the browser should be set on this
object. This object should not be stored anywhere.public java.lang.String GetName()
GetName in interface IMVCObjectpublic AActivitySpace GetOwner()
GetOwner in interface IDisplayPagepublic void Init(AActivitySpace parent)
Init in interface IDisplayPageAActivitySpace - the parent AActivitySpace of this IDisplayPage.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||