com.bea.p13n.expression
Interface Validator


public interface Validator

An interface that is implemented by a class that can validate various types of expressions.


Method Summary
 void validate(Expression expression)
          Validates the supplied expression.
 

Method Detail

validate

void validate(Expression expression)
              throws ExpressionException
Validates the supplied expression.

Parameters
expression - An expression to be validated.
Throws
ExpressionException - If the supplied expression is invalid.


Copyright © 2011, Oracle. All rights reserved.