Liferay 6.1.2-ce-ga3

com.liferay.portlet.currencyconverter.util
Class CurrencyUtil

java.lang.Object
  extended by com.liferay.portlet.currencyconverter.util.CurrencyUtil

public class CurrencyUtil
extends Object


Method Summary
static Map<String,String> getAllSymbols(javax.servlet.jsp.PageContext pageContext)
           
static Currency getCurrency(String symbol)
           
static boolean isCurrency(String symbol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAllSymbols

public static Map<String,String> getAllSymbols(javax.servlet.jsp.PageContext pageContext)

getCurrency

public static Currency getCurrency(String symbol)

isCurrency

public static boolean isCurrency(String symbol)

Liferay 6.1.2-ce-ga3