13.08.2013 Views

Easy Java Websites (EJW)

Easy Java Websites (EJW)

Easy Java Websites (EJW)

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

endsWith<br />

All validations are also available to you via code from<br />

ServerInterface.getValidationHandler().<br />

endsWithIgnoreCase<br />

isByte<br />

isCreditCard<br />

isDate<br />

Checks if parameter value ends with “str”.<br />

Arguments<br />

str String to compare the end with<br />

Checks if parameter value ends with “str”; ignores character case.<br />

Arguments<br />

str String to compare the end with<br />

Checks if parameter is a valid byte value.<br />

No Arguments Needed<br />

Checks if parameter is a valid credit card number.<br />

No Arguments Needed<br />

Checks if parameter validates as a date formatted with the date format<br />

argument.<br />

Arguments<br />

format Date format as defined in<br />

java.text.SimpleDateFormat

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!