|
||||||||||
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.portal.web.xpages.SiteMapApp
public class SiteMapApp
This class provides the map of the pages on the site
Constructor Summary | |
---|---|
SiteMapApp()
Creates a new SiteMapPage object |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the service name |
java.lang.String |
getName(java.util.Locale locale)
Returns the localized service name |
XPage |
getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin)
Build or get in the cache the page which contains the site map depending on the mode |
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 |
Constructor Detail |
---|
public SiteMapApp()
Method Detail |
---|
public java.lang.String getName()
getName
in interface LuteceService
public java.lang.String getName(java.util.Locale locale)
locale
- The locale
public XPage getPage(javax.servlet.http.HttpServletRequest request, int nMode, Plugin plugin)
getPage
in interface XPageApplication
request
- The Http requestnMode
- The selected modeplugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |