public class BlogXSLTHelper extends Object implements Serviceable
Modifier and Type | Field and Description |
---|---|
private static BlogPageHandler |
_blogPageHandler |
Constructor and Description |
---|
BlogXSLTHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
blogRootPath(String siteName,
String lang)
Get the path in sitemap of the blog root page
|
static String |
blogTagPage(String siteName,
String lang,
String tagName)
Get the id of the page holding the given tag
|
void |
service(ServiceManager smanager) |
private static BlogPageHandler _blogPageHandler
public BlogXSLTHelper()
public void service(ServiceManager smanager) throws ServiceException
service
in interface Serviceable
ServiceException
public static String blogRootPath(String siteName, String lang)
siteName
- The site namelang
- The sitemap mappublic static String blogTagPage(String siteName, String lang, String tagName)
siteName
- The site namelang
- The sitemap maptagName
- The tag's name