org.mmbase.bridge.jsp.taglib
Interface ContextProvider

All Superinterfaces:
TagIdentifier
All Known Subinterfaces:
ListProvider, TreeProvider
All Known Implementing Classes:
AbstractNodeListTag, org.mmbase.bridge.jsp.taglib.tree.AbstractTreeReferrerListTag, AliasListTag, ContextTag, FieldListTag, ListFunctionTag, NodeListFunctionTag, NodeListHelper, StringListTag, TreeTag

public interface ContextProvider
extends TagIdentifier

Abstract representation of a 'context' tag. The one context is of course the context tag itself. But also List tags work as a kind of contextes.

Since:
MMBase-1.7
Version:
$Id: ContextProvider.java,v 1.5 2005/01/05 20:49:36 michiel Exp $
Author:
Michiel Meeuwissen

Method Summary
 ContextContainer getContextContainer()
           
 PageContext getPageContext()
           
 
Methods inherited from interface org.mmbase.bridge.jsp.taglib.TagIdentifier
getId
 

Method Detail

getContextContainer

public ContextContainer getContextContainer()
                                     throws JspTagException
Throws:
JspTagException

getPageContext

public PageContext getPageContext()
                           throws JspTagException
Throws:
JspTagException


MMBase build 1.8.1.20060716