- All Implemented Interfaces:
org.ocpsoft.rewrite.param.ParameterConfigurator, org.ocpsoft.rewrite.param.Validator<Product>
public class ProductValidator
extends Object
implements org.ocpsoft.rewrite.param.Validator<Product>
- Author:
- Lincoln Baxter, III
-
Constructor Summary
Constructors
-
Method Summary
boolean
isValid(org.ocpsoft.rewrite.event.Rewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
Product value)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ProductValidator
public ProductValidator()
-
Method Details
-
isValid
public boolean isValid(org.ocpsoft.rewrite.event.Rewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
Product value)
- Specified by:
isValid in interface org.ocpsoft.rewrite.param.Validator<Product>