/**
* If the preferences values are successfully validated the call to this method
* must finish gracefully. Otherwise it must throw a <code>ValidatorException</code>.
*
* @param preferences preferences to validate
* @throws ValidatorException if the given preferences contains invalid
* settings
*/
public void validate(PortletPreferences preferences)
throws ValidatorException {
// TODO
}
PreferencesValidatorImpl.java 文件源码
java
阅读 20
收藏 0
点赞 0
评论 0
项目:GridSphere
作者:
评论列表
文章目录