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()
          Returns 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