Plands.com Logo  Business Internet Services 
Main Menu
Home
Planetary CRM
  Benefits
  Features
  Demo
E-Mail Services
  E-mail Hosting
  Newsletters
  Discussion Lists
Web Hosting
Server Co-location
and Administration
Web Applications
Technical Support
Contact Us
DXP Samples
 
DxpHome  ||   Samples  ||   Details  ||   Docs  ||   Trees  ||   xml-xsl  ||   Links
// Case.java

Case performs a test in a decision tree on a value it obtains from a DxpReaquest passed by it's parent. If the test evaluates to true the Case will pass the Request to it's first child. If false it will pass to the child.sibling.

Abnormal results occur when a test throws an Exception or there is no true path to the end. In that case the exec() method will terminate tree execution and store an Exception in the Map.


@author Return to Index

Note: We have tried to test all of the code examples but they may contain errors. Any questions, comments, suggestions, or problems should be sent to info@plands.com.