Uiinfrastructure API Docs  
 

ExpressionEngineFilter Class

This filter will load up the environment data for the expression engine and run the expression engine. It will figure out the right subportal to use for this request. The actual implementation of the expression engine filter is in the portaluiinfrastructure layer (i.e., class portaluiinfrastructure.condition.interpreterfilter.ExpressionEngineFilter). This class is created to avoid mixing of dependency between uiinfrastructure and portaluiinfrastructure layers. The Expression Engine component is part of portaluiinfrastructure layer, while interpreter filter is part of uiinfrastructure layer. Hence, static initializer is used in this class to init the actual implementation that calls and runs the expression engine.

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

System.Object
   com.plumtree.uiinfrastructure.interpreter.filter.BaseInterpreterFilter
      com.plumtree.uiinfrastructure.interpreter.filter.ExpressionEngineFilter

public class ExpressionEngineFilter : BaseInterpreterFilter

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.uiinfrastructure.interpreter.filter

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

ExpressionEngineFilter Members | com.plumtree.uiinfrastructure.interpreter.filter Namespace