+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.resolver
Interface CookieContext

All Known Subinterfaces:
ActionContext, EventContext, MimeContext, PortletContext, RenderContext, ResourceContext, ServletContext
public interface CookieContext

Context that provides access to cookies across different types of requests such a servlet or portlet requests.

Since:
6.1.5

Method Summary
 javax.servlet.http.Cookie[] getCookies()
          Return the cookies from the underlying request (if any)
 

Method Detail

getCookies

javax.servlet.http.Cookie[] getCookies()
Returns the cookies from the underlying request (if any)

Returns:
the cookies or null
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD