org.barracudamvc.core.comp
Interface ViewContext

All Superinterfaces:
StateMap
All Known Implementing Classes:
DefaultViewContext

public interface ViewContext
extends StateMap

This interface defines the methods needed to implement a ViewContext.


Field Summary
static String DOCUMENT
           
static String EVENT_CONTEXT
           
static String REQUEST
           
static String RESPONSE
           
static String TEMPLATE_NODE
           
static String VIEW_CAPABILITIES
           
 
Method Summary
 Document getDocument()
           
 EventContext getEventContext()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 javax.servlet.http.HttpServletResponse getResponse()
           
 Node getTemplateNode()
           
 ViewCapabilities getViewCapabilities()
           
 
Methods inherited from interface org.barracudamvc.plankton.data.StateMap
clearState, getState, getStateKeys, getStateStore, putState, removeState
 

Field Detail

VIEW_CAPABILITIES

static final String VIEW_CAPABILITIES

EVENT_CONTEXT

static final String EVENT_CONTEXT

TEMPLATE_NODE

static final String TEMPLATE_NODE

DOCUMENT

static final String DOCUMENT

REQUEST

static final String REQUEST

RESPONSE

static final String RESPONSE
Method Detail

getViewCapabilities

ViewCapabilities getViewCapabilities()

getEventContext

EventContext getEventContext()

getTemplateNode

Node getTemplateNode()

getDocument

Document getDocument()

getRequest

javax.servlet.http.HttpServletRequest getRequest()

getResponse

javax.servlet.http.HttpServletResponse getResponse()


Copyright © 2006 BarracudaMVC.org All Rights Reserved.