Liferay 6.1.2-ce-ga3

com.liferay.portlet.currencyconverter
Class CurrencyPreferencesValidator

java.lang.Object
  extended by com.liferay.portlet.currencyconverter.CurrencyPreferencesValidator
All Implemented Interfaces:
PreferencesValidator

public class CurrencyPreferencesValidator
extends Object
implements PreferencesValidator


Constructor Summary
CurrencyPreferencesValidator()
           
 
Method Summary
 void validate(PortletPreferences preferences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrencyPreferencesValidator

public CurrencyPreferencesValidator()
Method Detail

validate

public void validate(PortletPreferences preferences)
              throws ValidatorException
Specified by:
validate in interface PreferencesValidator
Throws:
ValidatorException

Liferay 6.1.2-ce-ga3