org.objectweb.jonas.webapp.jonasadmin.Jlists Class Reference

List of all members.

Static Public Member Functions

List getDebugLevels ()
List getVerbosityLevels ()
List getBooleanValues ()
List getLoggerJonasLevels ()
List getJdbcConnectionCheckingLevels ()
List getSecurityAuthenticationLdapValues ()
List getAuthenticationModeLdapValues ()
List getSecurityAlgorithms ()
String getString (Collection p_Collection, String p_Separator)
ArrayList getArrayList (String p_String, String p_Separator)

Protected Member Functions

 Jlists ()

Detailed Description

General purpose utility methods to create lists of objects that are commonly required in building the user interface. In all cases, if there are no matching elements, a zero-length list (rather than null) is returned.

Author:
Craig R. McClanahan
Version:
Revision
1.9
Date
2003/11/12 17:19:34

Definition at line 82 of file Jlists.java.


Constructor & Destructor Documentation

org.objectweb.jonas.webapp.jonasadmin.Jlists.Jlists  )  [protected]
 

Protected constructor to prevent instantiation.

Definition at line 93 of file Jlists.java.


Member Function Documentation

ArrayList org.objectweb.jonas.webapp.jonasadmin.Jlists.getArrayList String  p_String,
String  p_Separator
[static]
 

Transform the string like a ArrayString, each element are separated by the separator.

Parameters:
p_String 
p_Separator The separator
Returns:
The list

Definition at line 290 of file Jlists.java.

List org.objectweb.jonas.webapp.jonasadmin.Jlists.getAuthenticationModeLdapValues  )  [static]
 

Return a List of LabelValueBeans for the legal settings for AuthenticationModeLdap properties.

Definition at line 252 of file Jlists.java.

List org.objectweb.jonas.webapp.jonasadmin.Jlists.getBooleanValues  )  [static]
 

Return a List of LabelValueBeans for the legal settings for boolean properties.

Definition at line 220 of file Jlists.java.

List org.objectweb.jonas.webapp.jonasadmin.Jlists.getDebugLevels  )  [static]
 

Return a List of LabelValueBeans for the legal settings for debug properties.

Definition at line 204 of file Jlists.java.

List org.objectweb.jonas.webapp.jonasadmin.Jlists.getJdbcConnectionCheckingLevels  )  [static]
 

Return a List of LabelValueBeans for the legal settings for Jdbc Connection Checking Levels properties.

Definition at line 236 of file Jlists.java.

List org.objectweb.jonas.webapp.jonasadmin.Jlists.getLoggerJonasLevels  )  [static]
 

Return a List of LabelValueBeans for the legal settings for Logger Jonas Levels properties.

Definition at line 228 of file Jlists.java.

List org.objectweb.jonas.webapp.jonasadmin.Jlists.getSecurityAlgorithms  )  [static]
 

Return a List of LabelValueBeans for the legal settings for SecurityAlgorithms properties.

Definition at line 260 of file Jlists.java.

List org.objectweb.jonas.webapp.jonasadmin.Jlists.getSecurityAuthenticationLdapValues  )  [static]
 

Return a List of LabelValueBeans for the legal settings for SecurityAuthenticationLdap properties.

Definition at line 244 of file Jlists.java.

String org.objectweb.jonas.webapp.jonasadmin.Jlists.getString Collection  p_Collection,
String  p_Separator
[static]
 

Transform the collection like a string, each element are separated by the separator.

Parameters:
p_Collection The collection to transform
p_Separator The separator
Returns:
The collection string

Definition at line 271 of file Jlists.java.

List org.objectweb.jonas.webapp.jonasadmin.Jlists.getVerbosityLevels  )  [static]
 

Return a List of LabelValueBeans for the legal settings for verbosity properties.

Definition at line 212 of file Jlists.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:08:20 2005 for JOnAS by  doxygen 1.3.9.1