Portlet Factory, Version 6.1.2


 

About builder call naming

In general, name builders in models using the same conventions as Java variables.

(Initial lowercase character, then an uppercase character for the first letter of each word.) For example:

  • orders

  • ordersList

  • OrdersListNorthEast

  • entryPage

  • result

  • registerUser

There are some cases where the initial lowercase rule should not be followed. For example, the Name input of the Portlet Adapter builder is used as the portlet name in the portal (not for generated web application objects), so using initial uppercase letters for this builder call name makes more sense.

The Name input for control builders (such as Button or Link builders) is generally best left blank. When this input is blank, the control builder automatically displays the name of the tag on which it is located.

Parent topic: About using the builder call editor


Library | Support |