Package | Description |
---|---|
net.sourceforge.stripes.config |
This package provides Configuration services for Stripes, including interfaces for
locating configured components and configuration parameters.
|
net.sourceforge.stripes.validation |
This package contains interfaces and implementations of error message classes
and of classes that convert Strings to rich objects, providing validation during
the conversion.
|
Modifier and Type | Method and Description |
---|---|
ValidationMetadataProvider |
Configuration.getValidationMetadataProvider()
Returns an instance of
ValidationMetadataProvider that can be used by Stripes to
determine what validations need to be applied during
LifecycleStage.BindingAndValidation . |
ValidationMetadataProvider |
DefaultConfiguration.getValidationMetadataProvider()
Returns an instance of
ValidationMetadataProvider that can be used by Stripes to
determine what validations need to be applied during
LifecycleStage.BindingAndValidation . |
protected ValidationMetadataProvider |
DefaultConfiguration.initValidationMetadataProvider()
Allows subclasses to initialize a non-default
ValidationMetadataProvider . |
protected ValidationMetadataProvider |
RuntimeConfiguration.initValidationMetadataProvider()
Looks for a class name in config and uses that to create the component.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultValidationMetadataProvider
An implementation of
ValidationMetadataProvider that scans classes and their superclasses
for properties annotated with Validate and/or ValidateNestedProperties and
exposes the validation metadata specified by those annotations. |
? Copyright 2005-2006, Stripes Development Team.