org.apache.tapestry.form.validator
Class ValidatorsBinding
java.lang.Object
org.apache.tapestry.binding.AbstractBinding
org.apache.tapestry.form.validator.ValidatorsBinding
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, IBinding
public class ValidatorsBinding
- extends AbstractBinding
Binding used to hold a list of Validator
s.
- Since:
- 4.0
- Author:
- Howard Lewis Ship
ValidatorsBinding
public ValidatorsBinding(String description,
ValueConverter valueConverter,
org.apache.hivemind.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-2008 Apache Software Foundation. All Rights Reserved.