Uses of Class
org.apache.cocoon.acting.ValidatorActionResult

Packages that use ValidatorActionResult
org.apache.cocoon.acting   
 

Uses of ValidatorActionResult in org.apache.cocoon.acting
 

Fields in org.apache.cocoon.acting declared as ValidatorActionResult
protected  ValidatorActionResult ValidatorActionHelper.result
           
static ValidatorActionResult ValidatorActionResult.OK
          no error occurred, parameter successfully checked.
static ValidatorActionResult ValidatorActionResult.NOTPRESENT
          this is returned when the result of a validation is requested but no such result is found in the request attribute.
static ValidatorActionResult ValidatorActionResult.ERROR
          some error occurred, this is a result that is never set but serves as a comparison target.
static ValidatorActionResult ValidatorActionResult.ISNULL
          the parameter is null but isn't allowed to.
static ValidatorActionResult ValidatorActionResult.TOOSMALL
          either value or length in case of a string is less than the specified minimum.
static ValidatorActionResult ValidatorActionResult.TOOLARGE
          either value or length in case of a string is greater than the specified maximum.
static ValidatorActionResult ValidatorActionResult.NOMATCH
          a string parameter's value is not matched by the specified regular expression.
static ValidatorActionResult ValidatorActionResult.MAXERROR
          maximum error, only used for comparisons.
 

Methods in org.apache.cocoon.acting that return ValidatorActionResult
 ValidatorActionResult ValidatorActionHelper.getResult()
          Returns the result.
 

Constructors in org.apache.cocoon.acting with parameters of type ValidatorActionResult
ValidatorActionHelper(Object validatedObject, ValidatorActionResult validationResult)
          Create a ValidatorActionHelper object that contains just the object.
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.