Package | Description |
---|---|
org.apache.struts.validator |
The validator package provides a series of classes to validate
ActionForm type of input. |
Modifier and Type | Class and Description |
---|---|
class |
BeanValidatorForm
Struts validator
ActionForm backed by either a
DynaBean or POJO JavaBean. |
class |
LazyValidatorForm
Struts Lazy
ActionForm which wraps a
LazyDynaBean . |
class |
ValidatorActionForm
This class extends ValidatorForm and provides basic
field validation based on an XML file.
|
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.