com.liferay.portal.kernel.util
Class Validator_IW
java.lang.Object
com.liferay.portal.kernel.util.Validator_IW
public class Validator_IW
- extends Object
Method Summary |
boolean |
equals(boolean boolean1,
boolean boolean2)
|
boolean |
equals(byte byte1,
byte byte2)
|
boolean |
equals(char char1,
char char2)
|
boolean |
equals(double double1,
double double2)
|
boolean |
equals(float float1,
float float2)
|
boolean |
equals(int int1,
int int2)
|
boolean |
equals(long long1,
long long2)
|
boolean |
equals(Object obj1,
Object obj2)
|
boolean |
equals(short short1,
short short2)
|
static Validator_IW |
getInstance()
|
boolean |
isAddress(String address)
|
boolean |
isAscii(char c)
|
boolean |
isChar(char c)
|
boolean |
isChar(String s)
|
boolean |
isDate(int month,
int day,
int year)
|
boolean |
isDigit(char c)
|
boolean |
isDigit(String s)
|
boolean |
isDomain(String domainName)
|
boolean |
isEmailAddress(String emailAddress)
|
boolean |
isEmailAddressSpecialChar(char c)
|
boolean |
isGregorianDate(int month,
int day,
int year)
|
boolean |
isHex(String s)
|
boolean |
isHTML(String s)
|
boolean |
isIPAddress(String ipAddress)
|
boolean |
isJulianDate(int month,
int day,
int year)
|
boolean |
isLUHN(String number)
|
boolean |
isName(String name)
|
boolean |
isNotNull(Long l)
|
boolean |
isNotNull(Object obj)
|
boolean |
isNotNull(Object[] array)
|
boolean |
isNotNull(String s)
|
boolean |
isNull(Long l)
|
boolean |
isNull(Object obj)
|
boolean |
isNull(Object[] array)
|
boolean |
isNull(String s)
|
boolean |
isNumber(String number)
|
boolean |
isPassword(String password)
|
boolean |
isPhoneNumber(String phoneNumber)
|
boolean |
isUrl(String url)
|
boolean |
isVariableName(String variableName)
|
boolean |
isVariableTerm(String s)
|
boolean |
isWhitespace(char c)
|
boolean |
isXml(String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static Validator_IW getInstance()
equals
public boolean equals(boolean boolean1,
boolean boolean2)
equals
public boolean equals(byte byte1,
byte byte2)
equals
public boolean equals(char char1,
char char2)
equals
public boolean equals(double double1,
double double2)
equals
public boolean equals(float float1,
float float2)
equals
public boolean equals(int int1,
int int2)
equals
public boolean equals(long long1,
long long2)
equals
public boolean equals(Object obj1,
Object obj2)
equals
public boolean equals(short short1,
short short2)
isAddress
public boolean isAddress(String address)
isAscii
public boolean isAscii(char c)
isChar
public boolean isChar(char c)
isChar
public boolean isChar(String s)
isDate
public boolean isDate(int month,
int day,
int year)
isDigit
public boolean isDigit(char c)
isDigit
public boolean isDigit(String s)
isDomain
public boolean isDomain(String domainName)
isEmailAddress
public boolean isEmailAddress(String emailAddress)
isEmailAddressSpecialChar
public boolean isEmailAddressSpecialChar(char c)
isGregorianDate
public boolean isGregorianDate(int month,
int day,
int year)
isHex
public boolean isHex(String s)
isHTML
public boolean isHTML(String s)
isIPAddress
public boolean isIPAddress(String ipAddress)
isJulianDate
public boolean isJulianDate(int month,
int day,
int year)
isLUHN
public boolean isLUHN(String number)
isName
public boolean isName(String name)
isNotNull
public boolean isNotNull(Long l)
isNotNull
public boolean isNotNull(Object obj)
isNotNull
public boolean isNotNull(Object[] array)
isNotNull
public boolean isNotNull(String s)
isNull
public boolean isNull(Long l)
isNull
public boolean isNull(Object obj)
isNull
public boolean isNull(Object[] array)
isNull
public boolean isNull(String s)
isNumber
public boolean isNumber(String number)
isPassword
public boolean isPassword(String password)
isPhoneNumber
public boolean isPhoneNumber(String phoneNumber)
isUrl
public boolean isUrl(String url)
isVariableName
public boolean isVariableName(String variableName)
isVariableTerm
public boolean isVariableTerm(String s)
isWhitespace
public boolean isWhitespace(char c)
isXml
public boolean isXml(String s)