Package org.javlo.navigation
Class LabelAndSectionURLCreatorNoExtWidthId
- java.lang.Object
-
- org.javlo.navigation.AbstractURLFactory
-
- org.javlo.navigation.LabelAndSectionURLCreator
-
- org.javlo.navigation.LabelAndSectionURLCreatorNoExt
-
- org.javlo.navigation.LabelAndSectionURLCreatorNoExtWidthId
-
- All Implemented Interfaces:
IURLFactory
public class LabelAndSectionURLCreatorNoExtWidthId extends LabelAndSectionURLCreatorNoExt
-
-
Constructor Summary
Constructors Constructor Description LabelAndSectionURLCreatorNoExtWidthId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
createURLKey(String url)
transform url to a unic string represent information (sp. : without extension).protected boolean
isWithId()
-
Methods inherited from class org.javlo.navigation.LabelAndSectionURLCreatorNoExt
createURL
-
Methods inherited from class org.javlo.navigation.LabelAndSectionURLCreator
createURLWithoutExt, getExtension, getSectionPage, main
-
Methods inherited from class org.javlo.navigation.AbstractURLFactory
addAndCheckExistURL, cleanString, getFormat, staticCleanString
-
-
-
-
Method Detail
-
isWithId
protected boolean isWithId()
- Overrides:
isWithId
in classLabelAndSectionURLCreator
-
createURLKey
public String createURLKey(String url)
Description copied from interface:IURLFactory
transform url to a unic string represent information (sp. : without extension).- Specified by:
createURLKey
in interfaceIURLFactory
- Overrides:
createURLKey
in classLabelAndSectionURLCreator
- Returns:
-
-