Package org.javlo.navigation
Class LabelAndSubSectionURLCreator
- java.lang.Object
-
- org.javlo.navigation.AbstractURLFactory
-
- org.javlo.navigation.LabelAndSectionURLCreator
-
- org.javlo.navigation.LabelAndSubSectionURLCreator
-
- All Implemented Interfaces:
IURLFactory
public class LabelAndSubSectionURLCreator extends LabelAndSectionURLCreator
-
-
Constructor Summary
Constructors Constructor Description LabelAndSubSectionURLCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, getExtension, 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
-
-