Lowercase url in MultiViewUrlCreator,InfixUrlCreator,DefaultUrlCreator
Author: kavin
Publication Date: 3/15/2017 11:59
Dear All,
We need to generate the lowercase URL using MultiViewUrlCreator,InfixUrlCreator,DefaultUrlCreator.
is this possible to configure the lowercase url in the above UrlCreators?
Thank you!
-
Author: marza - 3/24/2017 15:05
Hi Kavin,
have a look at our ODFS (Start page / Advanced topics / Generation / Advanced URLs / Configuration):
http://www.e-spirit.com/odfs52/advanced-topics/generation/advanced-urls/configuration/
There you see that with the advanced URL-Creator it is possible to use lower case URLs
factorySettings = new HashMap();
factorySettings.put("useregistry","true");
factorySettings.put("useLowercase","true");
factorySettings.put("removedeleted","true");
context.setProperty("#urlCreatorSettings", factorySettings);
Basically you need to provide your own special advanced URL creator in a FirstSpirit module.
Regards,
Marian
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar