Liferay 6.1.2-ce-ga3

com.liferay.portal.format
Class InternationalPhoneNumberFormatImpl

java.lang.Object
  extended by com.liferay.portal.format.InternationalPhoneNumberFormatImpl
All Implemented Interfaces:
PhoneNumberFormat

public class InternationalPhoneNumberFormatImpl
extends Object
implements PhoneNumberFormat


Constructor Summary
InternationalPhoneNumberFormatImpl()
           
 
Method Summary
 String format(String phoneNumber)
           
 String strip(String phoneNumber)
           
 boolean validate(String phoneNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternationalPhoneNumberFormatImpl

public InternationalPhoneNumberFormatImpl()
Method Detail

format

public String format(String phoneNumber)
Specified by:
format in interface PhoneNumberFormat

strip

public String strip(String phoneNumber)
Specified by:
strip in interface PhoneNumberFormat

validate

public boolean validate(String phoneNumber)
Specified by:
validate in interface PhoneNumberFormat

Liferay 6.1.2-ce-ga3