Liferay 6.0.5

com.liferay.util.format
Class USAPhoneNumberFormat

java.lang.Object
  extended by com.liferay.util.format.USAPhoneNumberFormat
All Implemented Interfaces:
PhoneNumberFormat

public class USAPhoneNumberFormat
extends Object
implements PhoneNumberFormat


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

Constructor Detail

USAPhoneNumberFormat

public USAPhoneNumberFormat()
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

Liferay 6.0.5