org.enhydra.barracuda.core.event
Interface ControlEventContext
- All Superinterfaces:
- EventContext, StateMap
- All Known Subinterfaces:
- ViewEventContext
- All Known Implementing Classes:
- DefaultEventContext
- public interface ControlEventContext
- extends EventContext
This interface extends the EventContext to provide
access to the HttpServletRequest.
Method Summary |
javax.servlet.ServletConfig |
getConfig()
Get the associated ServletConfig structure |
javax.servlet.http.HttpServletRequest |
getRequest()
Get the associated HttpServletRequest |
SERVLET_CONFIG
public static final String SERVLET_CONFIG
HTTP_SERVLET_REQUEST
public static final String HTTP_SERVLET_REQUEST
getConfig
public javax.servlet.ServletConfig getConfig()
- Get the associated ServletConfig structure
- Returns:
- the associated ServletConfig structure
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
- Get the associated HttpServletRequest
- Returns:
- the associated HttpServletRequest
Copyright © 2003 BarracudaMVC.org All Rights Reserved.