站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

InvalidationCancelsStoreValidator - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.test.portlet.preferences.spec
Class InvalidationCancelsStoreValidator

java.lang.Object
  extended byorg.jboss.portal.test.portlet.preferences.spec.InvalidationCancelsStoreValidator
All Implemented Interfaces:
PreferencesValidator

public class InvalidationCancelsStoreValidator
extends java.lang.Object
implements PreferencesValidator


Constructor Summary
InvalidationCancelsStoreValidator()
           
 
Method Summary
 void validate(PortletPreferences preferences)
          If the preferences values are successfully validated the call to this method must finish gracefully.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidationCancelsStoreValidator

public InvalidationCancelsStoreValidator()
Method Detail

validate

public void validate(PortletPreferences preferences)
              throws ValidatorException
Description copied from interface: PreferencesValidator
If the preferences values are successfully validated the call to this method must finish gracefully. Otherwise it must throw a ValidatorException.

Specified by:
validate in interface PreferencesValidator
Parameters:
preferences - preferences to validate
Throws:
ValidatorException - if the given preferences contains invalid settings