public interface ActionValidationFacet extends Facet, ValidatingInteractionAdvisor
In the standard Apache Isis Programming Model, corresponds to invoking the validateXxx support method for an action.
Note that the parameters may be validated independently first (eg a range check on a numeric parameter).
ActionInvocationFacetNOOP| Modifier and Type | Method and Description |
|---|---|
String |
invalidReason(ObjectAdapter target,
ObjectAdapter[] arguments)
Reason why the validation has failed, or null if okay.
|
invalidatesalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetString invalidReason(ObjectAdapter target, ObjectAdapter[] arguments)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.