| Package | Description |
|---|---|
| org.nuiton.validator |
Package of Nuiton-validator api.
|
| org.nuiton.validator.bean |
Package of Nuiton- beanValidator api.
|
| org.nuiton.validator.bean.list |
Package of Nuiton - BeanListValidator api.
|
| org.nuiton.validator.bean.simple |
Package of Nuiton - Simple Bean Validator api.
|
| org.nuiton.validator.xwork2 |
Package of xworks2 implementation of the Nuiton-validator api.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNuitonValidatorProvider
Deprecated.
since 2.7, use now the http://maven-site.nuiton.org/nuiton-validator project, This module will be remove in version 3.0
|
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,NuitonValidatorProvider> |
NuitonValidatorFactory.providers
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static NuitonValidatorProvider |
NuitonValidatorFactory.getDefaultProvider()
Deprecated.
|
static NuitonValidatorProvider |
NuitonValidatorFactory.getProvider(String providerName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,NuitonValidatorProvider> |
NuitonValidatorFactory.getProviders()
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected NuitonValidatorProvider |
AbstractValidator.validatorProvider
Deprecated.
The provider of delegate validators.
|
| Modifier and Type | Method and Description |
|---|---|
<O> V |
ValidatorCreator.newValidator(NuitonValidatorProvider provider,
Class<O> type,
String context,
NuitonValidatorScope... scopes)
Deprecated.
Given the parameters, instanciate a new
V. |
| Constructor and Description |
|---|
AbstractValidator(NuitonValidatorProvider validatorProvider,
Class<O> beanClass)
Deprecated.
|
| Constructor and Description |
|---|
BeanListValidator(NuitonValidatorProvider validatorProvider,
Class<O> beanClass,
String context)
Deprecated.
|
BeanListValidator(NuitonValidatorProvider validatorProvider,
Class<O> beanClass,
String context,
NuitonValidatorScope... scopes)
Deprecated.
|
| Constructor and Description |
|---|
SimpleBeanValidator(NuitonValidatorProvider validatorProvider,
Class<O> beanClass,
String context)
Deprecated.
|
SimpleBeanValidator(NuitonValidatorProvider validatorProvider,
Class<O> beanClass,
String context,
NuitonValidatorScope... scopes)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XWork2NuitonValidatorProvider
Deprecated.
since 2.7, use now the http://maven-site.nuiton.org/nuiton-validator project, This module will be remove in version 3.0
|
Copyright © 2011-2013 CodeLutin. All Rights Reserved.