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.


Field Summary
static String HTTP_SERVLET_REQUEST
           
static String SERVLET_CONFIG
           
 
Fields inherited from interface org.enhydra.barracuda.core.event.EventContext
BASE_EVENT, DISPATCH_QUEUE, VIEW_CAPABILITIES
 
Method Summary
 javax.servlet.ServletConfig getConfig()
          Get the associated ServletConfig structure
 javax.servlet.http.HttpServletRequest getRequest()
          Get the associated HttpServletRequest
 
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

SERVLET_CONFIG

public static final String SERVLET_CONFIG

HTTP_SERVLET_REQUEST

public static final String HTTP_SERVLET_REQUEST
Method Detail

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.