|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.includes.ThemesInclude
public class ThemesInclude
This class provides the list of the path associated by the topics of the page
Constructor Summary | |
---|---|
ThemesInclude()
|
Method Summary | |
---|---|
void |
fillTemplate(java.util.Map<java.lang.String,java.lang.String> rootModel,
PageData data,
int nMode,
javax.servlet.http.HttpServletRequest request)
Substitue specific Freemarker markers in the page template. |
static java.lang.String |
getGlobalTheme()
Returns the global theme |
static ReferenceList |
getThemesList()
Returns the list of the code_theme of the page |
static void |
setGlobalTheme(java.lang.String strTheme)
Sets the global theme |
static void |
setUserTheme(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String strTheme)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThemesInclude()
Method Detail |
---|
public void fillTemplate(java.util.Map<java.lang.String,java.lang.String> rootModel, PageData data, int nMode, javax.servlet.http.HttpServletRequest request)
fillTemplate
in interface PageInclude
rootModel
- the HashMap containing markers to substitutedata
- A PageData object containing applications datanMode
- The current moderequest
- The HTTP requestpublic static ReferenceList getThemesList()
public static void setUserTheme(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String strTheme)
public static java.lang.String getGlobalTheme()
public static void setGlobalTheme(java.lang.String strTheme)
strTheme
- The global theme
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |