|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CookieSession | |
---|---|
com.dyuproject.web | |
com.dyuproject.web.rest |
Uses of CookieSession in com.dyuproject.web |
---|
Methods in com.dyuproject.web that return CookieSession | |
---|---|
static CookieSession |
CookieSessionManager.getCurrentSession()
|
CookieSession |
CookieSessionManager.getSession(HttpServletRequest request,
boolean create)
|
Methods in com.dyuproject.web with parameters of type CookieSession | |
---|---|
boolean |
CookieSessionManager.persistSession(CookieSession session,
HttpServletRequest request,
HttpServletResponse response)
|
Uses of CookieSession in com.dyuproject.web.rest |
---|
Methods in com.dyuproject.web.rest that return CookieSession | |
---|---|
static CookieSession |
WebContext.getCurrentSession()
|
CookieSession |
WebContext.getSession(HttpServletRequest request)
|
CookieSession |
WebContext.getSession(HttpServletRequest request,
boolean create)
|
Methods in com.dyuproject.web.rest with parameters of type CookieSession | |
---|---|
boolean |
WebContext.persistSession(CookieSession session,
HttpServletRequest request,
HttpServletResponse response)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |