|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.portal.PortalMenuService
public class PortalMenuService
This Service build the portal menu
Field Summary | |
---|---|
static int |
MENU_INIT
|
static int |
MENU_MAIN
|
Method Summary | |
---|---|
java.lang.String |
buildTreeMenuContent(int nIdPage,
int nMode,
javax.servlet.http.HttpServletRequest request)
Builds the tree menu bar |
int |
getCacheSize()
Returns the number of objects handled by the cache |
static PortalMenuService |
getInstance()
|
java.lang.String |
getName()
Returns the service name |
boolean |
isCacheEnable()
Returns the cache status : enable or disable |
void |
resetCache()
Clear the cache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MENU_INIT
public static final int MENU_MAIN
Method Detail |
---|
public static PortalMenuService getInstance()
public boolean isCacheEnable()
isCacheEnable
in interface CacheableService
public int getCacheSize()
getCacheSize
in interface CacheableService
public void resetCache()
resetCache
in interface CacheableService
public java.lang.String getName()
getName
in interface LuteceService
public java.lang.String buildTreeMenuContent(int nIdPage, int nMode, javax.servlet.http.HttpServletRequest request)
nIdPage
- The page idnMode
- the mode idrequest
- The HttpServletRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |