|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ideo.sweetdevria.taglib.context.ContextManagerHelper
public class ContextManagerHelper
This class helps you managing the context currently registered for the request
Constructor Summary | |
---|---|
ContextManagerHelper()
|
Method Summary | |
---|---|
static boolean |
containsContext()
Check if a context manager exists for this request and if he is not empty |
static boolean |
containsContext(javax.servlet.ServletRequest request)
Deprecated. |
static ContextManager |
getContext()
Return a context manager, and create it if necessary |
static ContextManager |
getContext(javax.servlet.ServletRequest request)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextManagerHelper()
Method Detail |
---|
public static ContextManager getContext()
public static boolean containsContext()
public static ContextManager getContext(javax.servlet.ServletRequest request)
request
- the request processing the context
public static boolean containsContext(javax.servlet.ServletRequest request)
request
- the request to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |