mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. RSS Feed logo now shown on the main Browse screen for a space if it has a feed template applied
. Fixed TemplateContentServlet to allow addition URL elements to specify filename for output stream git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3539 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -698,6 +698,22 @@ public class NavigationBean
|
||||
return this.cifsServerPath;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return true if the current space has an RSS feed applied
|
||||
*/
|
||||
public boolean isRSSFeed()
|
||||
{
|
||||
return SpaceDetailsBean.hasRSSFeed(getCurrentNode());
|
||||
}
|
||||
|
||||
/**
|
||||
* @return RSS Feed URL for the current space
|
||||
*/
|
||||
public String getRSSFeedURL()
|
||||
{
|
||||
return SpaceDetailsBean.buildRSSFeedURL(getCurrentNode());
|
||||
}
|
||||
|
||||
|
||||
// ------------------------------------------------------------------------------
|
||||
// Private helpers
|
||||
|
Reference in New Issue
Block a user