Profiles

A helper class to facilitate handling of several Profile objects. A Form may use a Profiles instance to handle lists of profiles.

Properties

Profiles inherits properties from:

  • java.lang.Object

It also has the following properties of its own:

item
Profile

Returns the Profile instance given the name. It is meant to be used from a JSP page, when using Map properties: For example form.Profiles(1).name would refer to the name of the profile. If the item does not exist, it will be created. This method, therefore, never returns null.

keys
List

returns a list of keys that can be used to retrieve profiles. The List contains the names that can be used to retrieve each profile.

size
int

returns the total count of Profile objects