com.softwareag.centrasite.appl.framework.validation.impl
Interface Validator.ValidationController

Enclosing class:
Validator

public static interface Validator.ValidationController

Interface of a ValidatableContainer, or a Validatable, which would like to control the context, befor it is validated.


Method Summary
 void afterValidation(Constraint.Context pContext)
          Called for checking, consuming, or modifying the context.
 void beforeValidation(Constraint.Context pContext)
          Called for checking, consuming, or modifying the context, before the controllers validation is performed.
 

Method Detail

beforeValidation

void beforeValidation(Constraint.Context pContext)
                      throws com.softwareag.centrasite.appl.framework.CSAppFrameworkException
Called for checking, consuming, or modifying the context, before the controllers validation is performed.

Throws:
com.softwareag.centrasite.appl.framework.CSAppFrameworkException

afterValidation

void afterValidation(Constraint.Context pContext)
                     throws com.softwareag.centrasite.appl.framework.CSAppFrameworkException
Called for checking, consuming, or modifying the context.

Throws:
com.softwareag.centrasite.appl.framework.CSAppFrameworkException