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.
Method Summary |
javax.servlet.http.HttpServletResponse |
getResponse()
Get the associated HttpServletResponse |
HTTP_SERVLET_RESPONSE
public static final String HTTP_SERVLET_RESPONSE
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
- Get the associated HttpServletResponse
- Returns:
- the associated HttpServletResponse
Copyright © 2003 BarracudaMVC.org All Rights Reserved.