org.mmbase.bridge.jsp.taglib.containers
Interface QueryContainer

All Superinterfaces:
QueryContainerOrListProvider, TagIdentifier
All Known Subinterfaces:
NodeQueryContainer
All Known Implementing Classes:
ListContainerTag, ListNodesContainerTag, ListRelationsContainerTag, RelatedContainerTag, TreeContainerTag

public interface QueryContainer
extends TagIdentifier, QueryContainerOrListProvider

A Query container can be used around node-list Tags. Basicly, it adminstrates a Query object.

Since:
MMBase-1.7
Version:
$Id: QueryContainer.java,v 1.1.2.2 2004/07/26 20:12:19 nico Exp $
Author:
Michiel Meeuwissen

Method Summary
 Cloud getCloudVar()
           
 Query getQuery()
          Returns the currently by the container defined query object.
 
Methods inherited from interface org.mmbase.bridge.jsp.taglib.TagIdentifier
getId
 

Method Detail

getQuery

public Query getQuery()
Returns the currently by the container defined query object. Subtags can use this query object to change it or to use it.


getCloudVar

public Cloud getCloudVar()
                  throws javax.servlet.jsp.JspTagException
Throws:
javax.servlet.jsp.JspTagException


MMBase build 1.7.1.20041002