com.plumtree.portaluiinfrastructure.opener.plugins
Class KeywordPlugin

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.opener.plugins.KeywordPlugin
All Implemented Interfaces:
IOpenerPlugins

public class KeywordPlugin
extends java.lang.Object
implements IOpenerPlugins

This plugin enables the Common Opener to open objects using only a "kw" parameter. The keyword is processed into its ClassID/ObjectID equivalent and put back into the QS.

Author:
michaeld

Constructor Summary
KeywordPlugin()
           
 
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

KeywordPlugin

public KeywordPlugin()
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.