public void init(PortletConfig config) throws PortletException {
super.init(config);
log.info("Simple RSS Portlet init()");
//pages
viewUrl = config.getInitParameter("viewUrl");
editUrl = config.getInitParameter("editUrl");
errorUrl = config.getInitParameter("errorUrl");
noContentUrl = config.getInitParameter("noContentUrl");
//setup cache
memoryService = ComponentManager.get(MemoryService.class);
feedCache = memoryService.getCache(FEED_CACHE_NAME);
mediaCache = memoryService.getCache(MEDIA_CACHE_NAME);
}
SimpleRSSPortlet.java 文件源码
java
阅读 18
收藏 0
点赞 0
评论 0
项目:sakai
作者:
评论列表
文章目录