Sunday, December 03, 2006
Navigation Tag Library
SAP provided portal developers a navigation tag library to make their job easy in developing navigation iviews based on JSP pages.
1) Navigation Iterator
- Iterates through a set of nodes, exposing in its body a different navigation node during each iteration.
2) Navigation Node
- Exposes specific navigation node, select the current node and its parent node to execute the body tag.
3) Operator
- Performs operations like storing or recall a navigation node.
4) Rendering
- display HTML (can e any form of interface compomnent) based on the currently exposed navigation node.
5) Conditional
- Check true or false condition to determine whether to include its tag body.
Labels: Portal