The Rules Executor control gives you fine-grained control of your Page Flows using factors such as user profile values and other objects in working memory.
The control provides a convenient way to evaluate objects in working memory against the set of rules you designate. The control, which executes rule sets using the underlying rules engine, also lets you filter the results of the rule evaluation.
It is assumed you know which rules exist in the rules repository.
The rulesetUri property is required. This property is the path to the rule set you want to use in evaluating the objects in in working memory. The path is relative to your portal application's META-INF/data directory. For example, if the rule set you want to use is located in META-INF/data/rulesets/myRuleSet.rls, the rulesetUri would be /rulesets/myRuleSet.rls.
For information on rule sets, the rules engine, and putting objects into working memory, see Using Rules in Portal Applications on e-docs.
For property, method, and other details on this control, see the control's Javadoc.
Adding Portal Controls to Java Page Flows
Tutorial: Creating a Login Control Page Flow Using the Wizard