|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.resolver
Interface EventContext
- All Superinterfaces:
- CookieContext, DigestContext, DigestProvider, HeaderContext, PortletContext
public interface EventContext
- extends PortletContext
Extension of the COR PortletContext for use in a JSR168 portlet. This
context is exposed during the event phase of a portlet.
- Since:
- 8.0.0.1
Method Summary
|
EventRequest |
getRequest()
Returns the JSR168 portlet request object associated with the context |
EventResponse |
getResponse()
Returns the JSR168 portlet response object associated with the context |
getRequest
EventRequest getRequest()
- Description copied from interface: PortletContext
- Returns the JSR168 portlet request object associated with the context
- Specified by:
- getRequest in interface PortletContext
- Returns:
- the current portlet request (never null)
getResponse
EventResponse getResponse()
- Description copied from interface: PortletContext
- Returns the JSR168 portlet response object associated with the context
- Specified by:
- getResponse in interface PortletContext
- Returns:
- the current portlet response or null
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |