org.exoplatform.services.portletcontainer.test.portlet
Class SimplePreferencesValidator

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.test.portlet.SimplePreferencesValidator
All Implemented Interfaces:
javax.portlet.PreferencesValidator

public class SimplePreferencesValidator
extends Object
implements javax.portlet.PreferencesValidator

Test preferences validator.


Constructor Summary
SimplePreferencesValidator()
           
 
Method Summary
 void validate(javax.portlet.PortletPreferences portletPreferences)
          Does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePreferencesValidator

public SimplePreferencesValidator()
Method Detail

validate

public void validate(javax.portlet.PortletPreferences portletPreferences)
              throws javax.portlet.ValidatorException
Does nothing.

Specified by:
validate in interface javax.portlet.PreferencesValidator
Parameters:
portletPreferences - preferences to validate
Throws:
javax.portlet.ValidatorException - throws it when validation fails
See Also:
PreferencesValidator.validate(javax.portlet.PortletPreferences)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.