Plumtree Portal UI  
 

SaveObjectRedirectDP Class

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.

For a list of all members of this type, see SaveObjectRedirectDP Members.

System.Object
   com.plumtree.portaluiinfrastructure.editor.saveobject.SaveObjectRedirectDP

public class SaveObjectRedirectDP : IDisplayPage, IMVCObject

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.editor.saveobject

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

SaveObjectRedirectDP Members | com.plumtree.portaluiinfrastructure.editor.saveobject Namespace