Package com.cfinkel.reports.ajax.beans

Examples of com.cfinkel.reports.ajax.beans.InputValidationReply


* handles ajax changed inputs
*/
public class InputValidator {

    public static InputValidationReply isValid(String reportPath, String inputName, String inputValue) throws IOException, ServletException {
        return new InputValidationReply(false,"This is just a test");
    }
View Full Code Here

TOP

Related Classes of com.cfinkel.reports.ajax.beans.InputValidationReply

Copyright © 2018 www.massapicom. 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.