/**
* Delete the given configuration tab
*
* @param tabId The tab's unique ID
* @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 deleteConfigurationTab(String tabId, PortletPreferences preferences) throws ReadOnlyException, ValidatorException, IOException;
ConfigurationStorage.java 文件源码
java
阅读 13
收藏 0
点赞 0
评论 0
项目:flashlight-search
作者:
评论列表
文章目录