Class Reference

This chapter contains descriptions of the Java classes that are most likely to be used by JSP template developers. These are:

MenuItem

This is the superclass to which all menu items belong.

SectionItem, ArticleItem, LinkItem and SpaceItem.

These subclasses of MenuItem represent the different types of menu items.

Any object belonging to one of the subclasses also belongs to the MenuItem class, and has all of the MenuItem properties. It may also, however, depending on which of the subclasses it belongs to, have additional properties that are specific to its class.