org.mmbase.bridge.jsp.taglib
Class SizeTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.mmbase.bridge.jsp.taglib.ContextReferrerTag
org.mmbase.bridge.jsp.taglib.ListReferrerTag
org.mmbase.bridge.jsp.taglib.SizeTag
- All Implemented Interfaces:
- BodyTag, ContainerReferrer, IterationTag, QueryContainerReferrer, Serializable, Tag, Writer
- public class SizeTag
- extends ListReferrerTag
- implements Writer, QueryContainerReferrer
The size of a list or of a nodelistcontainer (then the query is consulted).
- Version:
- $Id: SizeTag.java,v 1.26 2006/06/22 19:00:29 johannes Exp $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
| Methods inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag |
fillStandardParameters, findLoopOrQuery, findParentTag, findParentTag, findParentTag, findParentTag, findWriter, findWriter, getAttribute, getAttributeBoolean, getAttributeInteger, getAttributeInteger, getAttributeValue, getContentTag, getContextProvider, getContextTag, getDefaultLocale, getEscapedValue, getId, getLocale, 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 |
SizeTag
public SizeTag()
setContainer
public void setContainer(String c)
throws JspTagException
- Description copied from interface:
ContainerReferrer
- If it should not use parent container
- Specified by:
setContainer in interface ContainerReferrer
- Throws:
JspTagException- Since:
- MMBase-1.7
nodeListContainerSize
protected void nodeListContainerSize(QueryContainer c)
throws JspTagException
- When in a list-container only, the size can be predicted by altering the query with "count()".
- Throws:
JspTagException- Since:
- MMBase-1.7
listProviderSize
protected void listProviderSize(LoopTag list)
throws JspTagException
- When in a looptag, the size can simply be asked from the List
- Throws:
JspTagException- Since:
- MMBase-1.7
doStartTag
public int doStartTag()
throws JspTagException
- Specified by:
doStartTag in interface Tag
- Throws:
JspTagException
doAfterBody
public int doAfterBody()
throws JspException
- Specified by:
doAfterBody in interface IterationTag
- Throws:
JspException
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