Package org.javlo.navigation
Class TitleAndSectionURLCreatorTransliteral
- java.lang.Object
-
- org.javlo.navigation.AbstractURLFactory
-
- org.javlo.navigation.TitleAndSectionURLCreator
-
- org.javlo.navigation.TitleAndSectionURLCreatorTransliteral
-
- All Implemented Interfaces:
IURLFactory
public class TitleAndSectionURLCreatorTransliteral extends TitleAndSectionURLCreator
create url based on the title of the page.- Author:
- Patrick Vandermaesen
-
-
Constructor Summary
Constructors Constructor Description TitleAndSectionURLCreatorTransliteral()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isTransliteration()
-
Methods inherited from class org.javlo.navigation.TitleAndSectionURLCreator
createURL, createURLWithoutExt
-
Methods inherited from class org.javlo.navigation.AbstractURLFactory
addAndCheckExistURL, cleanString, createURLKey, getFormat, staticCleanString
-
-
-
-
Method Detail
-
isTransliteration
protected boolean isTransliteration()
- Overrides:
isTransliteration
in classTitleAndSectionURLCreator
-
-