当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
InvalidationCancelsStoreValidator - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.test.portlet.jsr168.tck.preferences.spec
Class InvalidationCancelsStoreValidator
java.lang.Object
org.jboss.portal.test.portlet.jsr168.tck.preferences.spec.InvalidationCancelsStoreValidator
- All Implemented Interfaces:
- PreferencesValidator
- public class InvalidationCancelsStoreValidator
- extends java.lang.Object
- implements PreferencesValidator
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet, Boleslaw Dawidowicz
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 |
InvalidationCancelsStoreValidator
public InvalidationCancelsStoreValidator()
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