Package org.javlo.navigation
Class LabelAndSubSubSectionURLCreator
- java.lang.Object
-
- org.javlo.navigation.AbstractURLFactory
-
- org.javlo.navigation.LabelAndSectionURLCreator
-
- org.javlo.navigation.LabelAndSubSubSectionURLCreator
-
- All Implemented Interfaces:
IURLFactory
public class LabelAndSubSubSectionURLCreator extends LabelAndSectionURLCreator
-
-
Constructor Summary
Constructors Constructor Description LabelAndSubSubSectionURLCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getExtension(ContentContext ctx)
protected MenuElement
getSectionPage(MenuElement page)
return the name of the first level page active.-
Methods inherited from class org.javlo.navigation.LabelAndSectionURLCreator
createURL, createURLKey, createURLWithoutExt, isWithId, main
-
Methods inherited from class org.javlo.navigation.AbstractURLFactory
addAndCheckExistURL, cleanString, getFormat, staticCleanString
-
-
-
-
Method Detail
-
getSectionPage
protected MenuElement getSectionPage(MenuElement page)
return the name of the first level page active. "root" if current page in root.- Overrides:
getSectionPage
in classLabelAndSectionURLCreator
- Returns:
- Throws:
Exception
-
getExtension
protected String getExtension(ContentContext ctx)
- Overrides:
getExtension
in classLabelAndSectionURLCreator
-
-