Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Portlet Preferences
Tag forEachPreference


Description

Loops over all the preferences available for the portlet in context. Within the loop, this tag assigns the name of the preference to the nameVar attribute, and the value(s) of the preference to the valueVar attribute. The value is always returned as an array of java.lang.String objects.


Tag Information
Tag Classcom.bea.portlet.prefs.jsp.tags.ForEachPreferenceTag
TagExtraInfo Classcom.bea.portlet.prefs.jsp.tags.ForEachPreferenceTagExtraInfo
Body ContentJSP
Display NameFor Each Preference

Attributes
NameRequiredRequest-timeDescription
nameVartruetrue Variable to assign the name of the preference to.
valueVartruetrue Variable to assign the name of the preference to.

Variables
No Variables Defined.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Copyright © 2010, Oracle. All rights reserved.