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 StringcreateURLKey(String url)transform url to a unic string represent information (sp. : without extension).protected booleanisWithId()-
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:
isWithIdin classLabelAndSectionURLCreator
-
createURLKey
public String createURLKey(String url)
Description copied from interface:IURLFactorytransform url to a unic string represent information (sp. : without extension).- Specified by:
createURLKeyin interfaceIURLFactory- Overrides:
createURLKeyin classLabelAndSectionURLCreator- Returns:
-
-