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