com.plumtree.uiinfrastructure.opener.plugins
Class OpenPlugin

java.lang.Object
  extended by com.plumtree.uiinfrastructure.opener.plugins.OpenPlugin
All Implemented Interfaces:
IOpenerPlugins

public class OpenPlugin
extends java.lang.Object
implements IOpenerPlugins

This plugin enables the Common Opener to open objects using the more human readable "open" parameter instead of the "clsID" parameter. The "open" is processed into its ClassID equivalent and put back into the QS.


Constructor Summary
OpenPlugin()
           
 
Method Summary
 RedirectData ProcessPlugIn(RedirectData _redirectData, AActivitySpace _asCurrentSpace, java.lang.Object _userSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenPlugin

public OpenPlugin()
Method Detail

ProcessPlugIn

public RedirectData ProcessPlugIn(RedirectData _redirectData,
                                  AActivitySpace _asCurrentSpace,
                                  java.lang.Object _userSession)
Specified by:
ProcessPlugIn in interface IOpenerPlugins
Parameters:
_redirectData - Object that encapsulates the current destination.
_asCurrentSpace - The activity space provides access to more information.
_userSession - Quick reference to the often used session.
Returns:
RedirectData object that encapsulates the new destination.
See Also:
com.plumtree.portaluiinfrastructure.opener.IOpenerPlugins#ProcessPlugIn(RedirectData, AActivitySpace, Object)



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