/**
* Writes the given configuration tab model into the configuration. No format validation is performed at this level.
* It is the developer's responsibility to send data that is in the expected format.
*
* Also, this method does not alter facet configurations. It only alters which facets are selected.
*
* @param configurationTab The configuration tab model
* @param preferences The portlet preferences
*
* @throws ReadOnlyException If the configuration is read only
* @throws ValidatorException If the configuration is invalid
* @throws IOException If the configuration fails to save
*/
public void saveConfigurationTab(FlashlightSearchConfigurationTab configurationTab, PortletPreferences preferences) throws ReadOnlyException, ValidatorException, IOException;
ConfigurationStorage.java 文件源码
java
阅读 15
收藏 0
点赞 0
评论 0
项目:flashlight-search
作者:
评论列表
文章目录