org.enhydra.barracuda.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 java.lang.String ELEMENT_FACTORY
           
static java.lang.String EVENT_CONTEXT
           
static java.lang.String REQUEST
           
static java.lang.String RESPONSE
           
static java.lang.String TEMPLATE_NODE
           
static java.lang.String VIEW_CAPABILITIES
           
 
Method Summary
 ElementFactory getElementFactory()
           
 EventContext getEventContext()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 javax.servlet.http.HttpServletResponse getResponse()
           
 org.w3c.dom.Node getTemplateNode()
           
 ViewCapabilities getViewCapabilities()
           
 
Methods inherited from interface org.enhydra.barracuda.core.util.data.StateMap
getState, getStateKeys, getStateValues, putState, removeState
 

Field Detail

VIEW_CAPABILITIES

public static final java.lang.String VIEW_CAPABILITIES

EVENT_CONTEXT

public static final java.lang.String EVENT_CONTEXT

ELEMENT_FACTORY

public static final java.lang.String ELEMENT_FACTORY

TEMPLATE_NODE

public static final java.lang.String TEMPLATE_NODE

REQUEST

public static final java.lang.String REQUEST

RESPONSE

public static final java.lang.String RESPONSE
Method Detail

getViewCapabilities

public ViewCapabilities getViewCapabilities()

getEventContext

public EventContext getEventContext()

getElementFactory

public ElementFactory getElementFactory()

getTemplateNode

public org.w3c.dom.Node getTemplateNode()

getRequest

public javax.servlet.http.HttpServletRequest getRequest()

getResponse

public javax.servlet.http.HttpServletResponse getResponse()


Copyright © 2001 Enhydra.org