|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonas.webapp.jonasadmin.Jlists
public class Jlists
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.
| Field Summary | |
|---|---|
static java.lang.String |
SEPARATOR
|
| Constructor Summary | |
|---|---|
protected |
Jlists()
Protected constructor to prevent instantiation. |
| Method Summary | |
|---|---|
static java.util.ArrayList |
getArrayList(java.lang.String p_String,
java.lang.String p_Separator)
Transform the string like a ArrayString, each element are separated by the separator. |
static java.util.List |
getAuthenticationModeLdapValues()
Return a List of LabelValueBeans for the legal
settings for AuthenticationModeLdap properties. |
static java.util.List |
getBooleanValues()
Return a List of LabelValueBeans for the legal
settings for boolean properties. |
static java.util.List |
getDebugLevels()
Return a List of LabelValueBeans for the legal
settings for debug properties. |
static java.util.List |
getJdbcConnectionCheckingLevels()
Return a List of LabelValueBeans for the legal
settings for Jdbc Connection Checking Levels properties. |
static java.util.List |
getLoggerJonasLevels()
Return a List of LabelValueBeans for the legal
settings for Logger Jonas Levels properties. |
static java.util.List |
getSecurityAlgorithms()
Return a List of LabelValueBeans for the legal
settings for SecurityAlgorithms properties. |
static java.util.List |
getSecurityAuthenticationLdapValues()
Return a List of LabelValueBeans for the legal
settings for SecurityAuthenticationLdap properties. |
static java.util.List |
getSpecVersion()
Return a List of LabelValueBeans for the legal
settings for Spec-Version property. |
static java.lang.String |
getString(java.util.Collection p_Collection,
java.lang.String p_Separator)
Transform the collection like a string, each element are separated by the separator. |
static java.util.List |
getVerbosityLevels()
Return a List of LabelValueBeans for the legal
settings for verbosity properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SEPARATOR
| Constructor Detail |
|---|
protected Jlists()
| Method Detail |
|---|
public static java.util.List getDebugLevels()
List of LabelValueBeans for the legal
settings for debug properties.
public static java.util.List getVerbosityLevels()
List of LabelValueBeans for the legal
settings for verbosity properties.
public static java.util.List getBooleanValues()
List of LabelValueBeans for the legal
settings for boolean properties.
public static java.util.List getLoggerJonasLevels()
List of LabelValueBeans for the legal
settings for Logger Jonas Levels properties.
public static java.util.List getJdbcConnectionCheckingLevels()
List of LabelValueBeans for the legal
settings for Jdbc Connection Checking Levels properties.
public static java.util.List getSpecVersion()
List of LabelValueBeans for the legal
settings for Spec-Version property.
List of legal values.public static java.util.List getSecurityAuthenticationLdapValues()
List of LabelValueBeans for the legal
settings for SecurityAuthenticationLdap properties.
public static java.util.List getAuthenticationModeLdapValues()
List of LabelValueBeans for the legal
settings for AuthenticationModeLdap properties.
public static java.util.List getSecurityAlgorithms()
List of LabelValueBeans for the legal
settings for SecurityAlgorithms properties.
public static java.lang.String getString(java.util.Collection p_Collection,
java.lang.String p_Separator)
p_Collection - The collection to transformp_Separator - The separator
public static java.util.ArrayList getArrayList(java.lang.String p_String,
java.lang.String p_Separator)
p_String - p_Separator - The separator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||