Package | Description |
---|---|
javax.faces.component.behavior |
APIs for attaching additional
behavior to user interface components.
|
javax.faces.validator |
Interface defining the validator
model, and concrete validator implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxBehavior
An instance of this class
is added as a |
class |
BehaviorBase
BehaviorBase is a
convenience base class that provides a default implementation of the
|
class |
ClientBehaviorBase
ClientBehaviorBase is a
convenience base class that implements the default concrete behavior
of all methods defined by |
Modifier and Type | Class and Description |
---|---|
class |
BeanValidator
A Validator that delegates validation of the bean property to the Bean Validation API. |
class |
RegexValidator
A Validator that checks against a Regular Expression (which is the pattern property). |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.