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.
VIEW_CAPABILITIES
public static final String VIEW_CAPABILITIES
EVENT_CONTEXT
public static final String EVENT_CONTEXT
ELEMENT_FACTORY
public static final String ELEMENT_FACTORY
TEMPLATE_NODE
public static final String TEMPLATE_NODE
REQUEST
public static final String REQUEST
RESPONSE
public static final String RESPONSE
getViewCapabilities
public ViewCapabilities getViewCapabilities()
getEventContext
public EventContext getEventContext()
getElementFactory
public ElementFactory getElementFactory()
getTemplateNode
public Node getTemplateNode()
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
Copyright © 2003 BarracudaMVC.org All Rights Reserved.