Generating Tag Handlers

See Also

As you develop your tag library, you add code to the tag handler classes to implement the features your custom actions require. You are also likely to add attributes and scripting variables to your tags. As you define new attributes and scripting variables, you must generate your tag handlers so that the corresponding class members and interfaces are created.

You have two options when you generate tag handlers:

To generate tag handlers:

  1. In the Filesystems window, right-click the tag library descriptor's (TLD) node.
  2. From the contextual menu, choose either Generate Tag Handlers or Generate All Tag Handlers. Generated code appears in a package directory determined by the tag library's Tag Handler Generation Root. See Creating and Editing Tag Libraries for details. If the value is blank, the Generation Root defaults to the root of the filesystem containing the tag library.
See Also
Customizing Tags
Customizing Tag Attributes
Customizing Scripting Variables
Customizing Tag Libraries

Legal Notices