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

Packages that use ValidatorActionResult
org.apache.cocoon.acting   
org.apache.cocoon.transformation.helpers   
 

Uses of ValidatorActionResult in org.apache.cocoon.acting
 

Fields in org.apache.cocoon.acting declared as ValidatorActionResult
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.MAXERROR
          maximum error, only used for comparisons.
static ValidatorActionResult ValidatorActionResult.NOMATCH
          a string parameter's value is not matched by the specified regular expression.
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.OK
          no error occurred, parameter successfully checked.
protected  ValidatorActionResult ValidatorActionHelper.result
           
static ValidatorActionResult ValidatorActionResult.TOOLARGE
          either value or length in case of a string is greater than the specified maximum.
static ValidatorActionResult ValidatorActionResult.TOOSMALL
          either value or length in case of a string is less than the specified minimum.
 

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.
 

Uses of ValidatorActionResult in org.apache.cocoon.transformation.helpers
 

Methods in org.apache.cocoon.transformation.helpers that return ValidatorActionResult
 ValidatorActionResult FormValidatorHelper.getParamResult(Map objectModel)
          Extracts the validation results from the request attribute for the context's current request parameter
static ValidatorActionResult FormValidatorHelper.getParamResult(Map objectModel, String name)
          Extracts the validation results from the request attribute for a specific request parameter
 



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