com.plumtree.uiinfrastructure.opener
Interface IOpenerPlugins

All Known Implementing Classes:
FriendlyURLPlugin, KeywordPlugin, OpenPlugin, UUIDPlugin

public interface IOpenerPlugins

Interface that needs to be implemented when creating an OpenerPlugin. Plugins are run at the beginning of the Common Opener processing, allowing one to interpret the Querystring arguments and act accordingly.

Author:
RickyW

Method Summary
 RedirectData ProcessPlugIn(RedirectData _redirectData, AActivitySpace _asCurrentSpace, java.lang.Object _userSession)
           
 

Method Detail

ProcessPlugIn

RedirectData ProcessPlugIn(RedirectData _redirectData,
                           AActivitySpace _asCurrentSpace,
                           java.lang.Object _userSession)
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.



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