|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.softwareag.mdm.adaptation.http.ServletUtils
Provides registry functions needed by webMethods MDM JSP tags.
Field Summary | |
static String |
DEFAULT_CONTEXT_KEY
|
Constructor Summary | |
ServletUtils()
|
Method Summary | |
static ReadContext |
findContextFromPageContext(PageContext aPageContext)
Returns the context that has been registered in HttpSession. |
static ReadContext |
findContextFromSession(HttpServletRequest request)
Returns the context that has been registered in HttpSession. |
static ReadContext |
findContextFromSession(HttpSession session)
Returns the context that has been registered in HttpSession. |
static void |
registerContextToPageContext(ReadContext aReadContext,
PageContext aPageContext)
Registers the context specified to session scope of PageContext. |
static void |
registerContextToSession(ReadContext aReadContext,
HttpSession aSession)
Registers the context specified to HTTP session. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String DEFAULT_CONTEXT_KEY
Constructor Detail |
public ServletUtils()
Method Detail |
public static ReadContext findContextFromPageContext(PageContext aPageContext)
Returns null
if it has not yet been registered.
public static ReadContext findContextFromSession(HttpServletRequest request)
Returns null
if it has not yet been registered.
public static ReadContext findContextFromSession(HttpSession session)
Returns null
if it has not yet been registered.
session
- a not null HttpSession
in which the context has been previously
registered.public static void registerContextToPageContext(ReadContext aReadContext, PageContext aPageContext)
public static void registerContextToSession(ReadContext aReadContext, HttpSession aSession)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.