Package org.javlo.navigation
Class NoExtURLCreator
- java.lang.Object
-
- org.javlo.navigation.NoExtURLCreator
-
- All Implemented Interfaces:
IURLFactory
- Direct Known Subclasses:
NoExtURLDefaultLanguageCreator,NoExtURLPathTitleCreator,NoExtURLPathTitleCreatorOneLevel
public class NoExtURLCreator extends Object implements IURLFactory
-
-
Constructor Summary
Constructors Constructor Description NoExtURLCreator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringcleanString(String text)StringcreateURL(ContentContext ctx, MenuElement currentPage)create url to a page.StringcreateURLKey(String url)transform url to a unic string represent information (sp. : without extension).protected booleanfromDefaultLanguage()StringgetFormat(ContentContext ctx, String url)get the format of url (html, png, pdf...)static voidmain(String[] args)
-
-
-
Method Detail
-
fromDefaultLanguage
protected boolean fromDefaultLanguage()
-
createURL
public String createURL(ContentContext ctx, MenuElement currentPage) throws Exception
Description copied from interface:IURLFactorycreate url to a page.- Specified by:
createURLin interfaceIURLFactory- Parameters:
ctx- content contextcurrentPage- page in content- Returns:
- a URL
- Throws:
Exception
-
getFormat
public String getFormat(ContentContext ctx, String url)
Description copied from interface:IURLFactoryget the format of url (html, png, pdf...)- Specified by:
getFormatin interfaceIURLFactoryurl- a url- Returns:
- a content format (html, png, pdf...)
-
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- Returns:
-
main
public static void main(String[] args)
-
-