org.richfaces.cdk
Interface ModelValidator

All Known Implementing Classes:
ValidatorImpl

public interface ModelValidator

Interface for CDK library model verifier.

Author:
asmirnov@exadel.com

Method Summary
 void verify(ComponentLibrary library)
          

Perform verify procedure on the library model.

 

Method Detail

verify

void verify(ComponentLibrary library)
            throws CdkException

Perform verify procedure on the library model.

Parameters:
library -
Throws:
CdkException


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.