com.plumtree.uiinfrastructure.interpreter
Interface IExpressionEvaluator

All Known Implementing Classes:
ConditionTypeManager

public interface IExpressionEvaluator

This inteface will be implemented by a class in the portaluiinfrastucture as a hook to call methods unavailable to uiinfrastructure like executing the Expression Engine

Author:
dustina

Method Summary
 void EvaluateExpressionForLogInDestination(AActivitySpace asCurrentSpace, IApplication application, IXPRequest xpRequest, java.lang.Object ptUserSession)
          Hook function so that the Expression Engine can be executed in the uiinfrasrtucture
 void EvaluateExpressionForSubportalAction(AActivitySpace asCurrentSpace, IApplication application, IXPRequest xpRequest, java.lang.Object ptUserSession)
          Hook function so that the Expression Engine can be executed in the uiinfrasrtucture
 

Method Detail

EvaluateExpressionForLogInDestination

void EvaluateExpressionForLogInDestination(AActivitySpace asCurrentSpace,
                                           IApplication application,
                                           IXPRequest xpRequest,
                                           java.lang.Object ptUserSession)
Hook function so that the Expression Engine can be executed in the uiinfrasrtucture


EvaluateExpressionForSubportalAction

void EvaluateExpressionForSubportalAction(AActivitySpace asCurrentSpace,
                                          IApplication application,
                                          IXPRequest xpRequest,
                                          java.lang.Object ptUserSession)
Hook function so that the Expression Engine can be executed in the uiinfrasrtucture




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