Uses of Class
com.arsdigita.bebop.parameters.GlobalizedParameterListener

Packages that use GlobalizedParameterListener
com.arsdigita.bebop.parameters These classes represent all the ParameterModels and ValidationListeners i.e., all classes that handle obtaining and validating the state from the HTTP request and transforming them into Java objects. 
com.arsdigita.ui.login Internationalized UI classes for user login and registration. 
 

Uses of GlobalizedParameterListener in com.arsdigita.bebop.parameters
 

Subclasses of GlobalizedParameterListener in com.arsdigita.bebop.parameters
 class NotEmptyValidationListener
          Verifies that the parameter's value is non-empty.
 class NotNullValidationListener
          Verifies that the parameter's value is not null.
 class NotWhiteSpaceValidationListener
          Deprecated. Use NotEmptyValidationListener.
 class StringInRangeValidationListener
           Check that a string's length falls into a particular range.
 class StringIsLettersOrDigitsValidationListener
          Verifies that the parameter's value contains only letters and/or digits.
 class TypeCheckValidationListener
          Verifies that the parameter's type is the expected type
 

Constructors in com.arsdigita.bebop.parameters with parameters of type GlobalizedParameterListener
CancellableValidationListener(GlobalizedParameterListener l, RequestLocal isCancel)
           
 

Uses of GlobalizedParameterListener in com.arsdigita.ui.login
 

Subclasses of GlobalizedParameterListener in com.arsdigita.ui.login
 class PasswordValidationListener
          A NotNullValidationListener that checks whether the string value of a parameter is a strong password.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC