org.apache.tapestry.form.validator
Class ValidatorsBinding
java.lang.Object
org.apache.tapestry.binding.AbstractBinding
org.apache.tapestry.form.validator.ValidatorsBinding
- All Implemented Interfaces:
- Locatable, IBinding
public class ValidatorsBinding
- extends AbstractBinding
Binding used to hold a list of Validators.
- Since:
- 4.0
- Author:
- Howard Lewis Ship
ValidatorsBinding
public ValidatorsBinding(String description,
ValueConverter valueConverter,
Location location,
List validators)
getObject
public Object getObject()
- Description copied from interface:
IBinding
- Returns the value of this binding. This is the essential method.
Copyright © 2006 Apache Software Foundation. All Rights Reserved.