|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.cache.AbstractCacheableService
fr.paris.lutece.plugins.seo.service.FriendlyUrlService
public final class FriendlyUrlService
Friendly Url Service
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getFriendlyUrlMap()
Returns the map of Friendly URL |
java.lang.String |
getName()
|
static FriendlyUrlService |
instance()
Return the unique instance |
boolean |
isUrlReplaceEnabled()
Is the URL replace service enabled |
void |
setUrlReplaceEnabled(boolean bEnabled)
Set enabled or disabled the Url Replace Service |
Methods inherited from class fr.paris.lutece.portal.service.cache.AbstractCacheableService |
---|
clone, dispose, enableCache, getCache, getCacheSize, getFromCache, getInfos, getKeys, getMaxElements, getMemorySize, getTimeToLive, initCache, initCache, isCacheEnable, notifyElementEvicted, notifyElementExpired, notifyElementPut, notifyElementRemoved, notifyElementUpdated, notifyRemoveAll, putInCache, resetCache |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public static FriendlyUrlService instance()
public java.util.Map<java.lang.String,java.lang.String> getFriendlyUrlMap()
public boolean isUrlReplaceEnabled()
public void setUrlReplaceEnabled(boolean bEnabled)
bEnabled
- The service status
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |