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

All Superinterfaces:
FunctionContainerOrNodeProvider, ParamHandler, TagIdentifier
All Known Implementing Classes:
FunctionContainerTag

public interface FunctionContainer
extends ParamHandler, TagIdentifier, FunctionContainerOrNodeProvider

Function Container can be used around Function (-like) Tags

Since:
MMBase-1.7
Version:
$Id: FunctionContainer.java,v 1.7 2005/05/04 22:24:51 michiel Exp $
Author:
Michiel Meeuwissen

Method Summary
 String getName()
          Returns the function-name.
 List getParameters()
          Gets the parameters (provided by param sub-tags, referid).
 
Methods inherited from interface org.mmbase.bridge.jsp.taglib.ParamHandler
addParameter
 
Methods inherited from interface org.mmbase.bridge.jsp.taglib.TagIdentifier
getId
 

Method Detail

getParameters

public List getParameters()
Gets the parameters (provided by param sub-tags, referid).

Returns:
List of parameters (in order of setting if there was no definition)
See Also:
ParamHandler.addParameter(java.lang.String, java.lang.Object)

getName

public String getName()
               throws JspTagException
Returns the function-name.

Returns:
The name of the function to be evaluated (or null, it this remains unspecified).
Throws:
JspTagException


MMBase build 1.8.1.20060716