|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.servicecontainer.RequestContext
public class RequestContext
Responsible for maintaining request context information.
Constructor Summary | |
---|---|
RequestContext()
|
Method Summary | |
---|---|
static List<String> |
getThemes()
Returns the themes for the current request. |
static void |
removeThemes()
Resets the previously applied themes in the current request. |
static void |
setThemes(List<String> setThemes)
Sets a list of themes that should be considered when discovering resources. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestContext()
Method Detail |
---|
public static void setThemes(List<String> setThemes)
setThemes
- The themes to set.public static List<String> getThemes()
public static void removeThemes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |