Following are the Portlet Preferences JSP Tags. The are contained in prefs_taglib.jar.
pref:getPreference | Gets the default value of a portlet preference or sets a default value. |
pref:getPreferences | Gets all the values of a given portlet preference or supplies default value. |
pref:forEachPreference | Iterates over all the preferences available for a portlet and stores the results in a variable. |
pref:ifModifiable | Includes the body of the tag if the given portlet preference is modifiable. |
pref:else | Includes the body of the tag if the given portlet preference is not modifiable. |