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 © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.