org.mmbase.bridge.jsp.taglib.containers
Class FunctionContainerTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.mmbase.bridge.jsp.taglib.ContextReferrerTag
org.mmbase.bridge.jsp.taglib.CloudReferrerTag
org.mmbase.bridge.jsp.taglib.NodeReferrerTag
org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
org.mmbase.bridge.jsp.taglib.containers.FunctionContainerTag
- All Implemented Interfaces:
- BodyTag, FunctionContainer, FunctionContainerOrNodeProvider, IterationTag, ParamHandler, Serializable, Tag, TagIdentifier
- public class FunctionContainerTag
- extends AbstractFunctionTag
- implements FunctionContainer
Function Container can be used around Function (-like) Tags.
- Since:
- MMBase-1.7
- Version:
- $Id: FunctionContainerTag.java,v 1.14 2006/05/17 13:26:07 michiel Exp $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
| Methods inherited from class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag |
getFunction, getFunction, getFunctionValue, getFunctionValue, setClassname, setContainer, setModule, setName, setNodemanager, setParameters, setReferids, setSet |
| Methods inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag |
findLoopOrQuery, findParentTag, findParentTag, findParentTag, findParentTag, findWriter, findWriter, getAttribute, getAttributeBoolean, getAttributeInteger, getAttributeInteger, getAttributeValue, getContentTag, getContextProvider, getContextTag, getDefaultLocale, getEscapedValue, getId, getObject, getObjectConditional, getPageContext, getPageContextTag, getReferid, getString, getTaglibVersion, getTimeZone, getWriterValue, haveBody, release, setContext, setEscape, setId, setJspvar, setListdelimiter, setPageContext, setReferid, setVartype, setWrite, setWriter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionContainerTag
public FunctionContainerTag()
addParameter
public void addParameter(String key,
Object value)
throws JspTagException
- Specified by:
addParameter in interface ParamHandler
- Throws:
JspTagException
getParameters
public List getParameters()
- Description copied from interface:
FunctionContainer
- Gets the parameters (provided by param sub-tags, referid).
- Specified by:
getParameters in interface FunctionContainer
- 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
- Description copied from interface:
FunctionContainer
- Returns the function-name.
- Specified by:
getName in interface FunctionContainer
- Returns:
- The name of the function to be evaluated (or null, it this remains unspecified).
- Throws:
JspTagException
doStartTag
public int doStartTag()
throws JspTagException
- Specified by:
doStartTag in interface Tag
- Throws:
JspTagException
doAfterBody
public int doAfterBody()
throws JspTagException
- Specified by:
doAfterBody in interface IterationTag
- Throws:
JspTagException
doEndTag
public int doEndTag()
throws JspTagException
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class ContextReferrerTag
- Throws:
JspTagException
MMBase build 1.8.1.20060716