Package org.apache.cocoon.components.validation

Examples of org.apache.cocoon.components.validation.Validator.validate()


            long time = System.currentTimeMillis();
            List vs = null;

            for (int i = 0; i<count; i++) {
                // perform validation
                vs = validator.validate(tbean);
            }
            time = System.currentTimeMillis()-time;
            System.out.println("Validation performed "+count+
                               " times for a total of "+time+" ms");
            System.out.println("Avarage validation time is "+(time/count)+
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.