org.enhydra.barracuda.core.event
Interface ViewEventContext

All Superinterfaces:
ControlEventContext, EventContext, StateMap
All Known Implementing Classes:
DefaultEventContext

public interface ViewEventContext
extends ControlEventContext

This interface extends the ControlEventContext to provide access to the HttpServletResponse object as well.


Field Summary
static String HTTP_SERVLET_RESPONSE
           
 
Fields inherited from interface org.enhydra.barracuda.core.event.ControlEventContext
HTTP_SERVLET_REQUEST, SERVLET_CONFIG
 
Fields inherited from interface org.enhydra.barracuda.core.event.EventContext
BASE_EVENT, DISPATCH_QUEUE, VIEW_CAPABILITIES
 
Method Summary
 javax.servlet.http.HttpServletResponse getResponse()
          Get the associated HttpServletResponse
 
Methods inherited from interface org.enhydra.barracuda.core.event.ControlEventContext
getConfig, getRequest
 
Methods inherited from interface org.enhydra.barracuda.core.event.EventContext
getEvent, getQueue, getViewCapabilities, persistContext
 
Methods inherited from interface org.enhydra.barracuda.plankton.data.StateMap
clearState, getState, getStateKeys, getStateValues, putState, removeState
 

Field Detail

HTTP_SERVLET_RESPONSE

public static final String HTTP_SERVLET_RESPONSE
Method Detail

getResponse

public javax.servlet.http.HttpServletResponse getResponse()
Get the associated HttpServletResponse

Returns:
the associated HttpServletResponse


Copyright © 2003 BarracudaMVC.org All Rights Reserved.