org.barracudamvc.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.barracudamvc.core.event.ControlEventContext
HTTP_SERVLET_REQUEST, SERVLET_CONFIG
 
Fields inherited from interface org.barracudamvc.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.barracudamvc.core.event.ControlEventContext
getConfig, getRequest
 
Methods inherited from interface org.barracudamvc.core.event.EventContext
getEvent, getQueue, getViewCapabilities, persistContext
 
Methods inherited from interface org.barracudamvc.plankton.data.StateMap
clearState, getState, getStateKeys, getStateStore, putState, removeState
 

Field Detail

HTTP_SERVLET_RESPONSE

static final String HTTP_SERVLET_RESPONSE
Method Detail

getResponse

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

Returns:
the associated HttpServletResponse


Copyright © 2006 BarracudaMVC.org All Rights Reserved.