How This VDL Document Is Organized
-
Overview
The Overview page is the front page of this VDL documentation and provides a list of all tag libraries with a summary for each.
-
Library
Each tag library has a page that contains a list of its tags and functions, with a summary for each. This page can contain three categories:
- Tags
- Functions
- EL Variables
-
Tags
A tag library can have zero or more tags. Each tag has its own page that describes the tag and depending on the tag type, information about the UI component, behaviour, converter and/or validator, along with all attributes in detail.
-
Functions
A tag library can contain zero or more EL functions. If a tag library has at least one function, a page is generated that lists all functions, the class that implements the function, the function signature, and an optional example use of the function.
-
EL Variables
A tag library can contain zero or more EL variables. If a tag library has at least one EL variable, a page is generated that lists all EL variables, the type of the variable, and an optional example use of the function.