org.mmbase.bridge.jsp.taglib.containers
Class ListContainerTag
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.containers.ListContainerTag
- All Implemented Interfaces:
- BodyTag, CloudProvider, IterationTag, QueryContainer, Serializable, Tag, TagIdentifier
- public class ListContainerTag
- extends CloudReferrerTag
- implements QueryContainer
Container cognate for ListTag.
- Since:
- MMBase-1.7
- Version:
- $Id: ListContainerTag.java,v 1.18 2006/07/04 12:16:09 michiel Exp $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
| 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, setListdelimiter, setPageContext, setReferid, setVartype, setWrite, setWriter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodes
protected Attribute nodes
jspVar
protected String jspVar
ListContainerTag
public ListContainerTag()
setCachepolicy
public void setCachepolicy(String t)
throws JspTagException
- Throws:
JspTagException
setPath
public void setPath(String t)
throws JspTagException
- Throws:
JspTagException
setSearchdirs
public void setSearchdirs(String s)
throws JspTagException
- Throws:
JspTagException
setFields
public void setFields(String f)
throws JspTagException
- Throws:
JspTagException
setNodes
public void setNodes(String n)
throws JspTagException
- Throws:
JspTagException- Since:
- MMBase-1.7.1
setJspvar
public void setJspvar(String jv)
- Specified by:
setJspvar in interface QueryContainer- Overrides:
setJspvar in class ContextReferrerTag
- Since:
- MMBase-1.8.1
getQuery
public Query getQuery()
- Description copied from interface:
QueryContainer
- Returns the currently by the container defined query object. Subtags can use this query
object to change it or to use it.
- Specified by:
getQuery in interface QueryContainer
getCloudVar
public Cloud getCloudVar()
throws JspTagException
- Description copied from class:
CloudReferrerTag
- Find the CloudProvider and return its cloud variable in one
step. And the result of findCloudProvider is stored, so
invoking this function more often is better then invoking
findCloudProvider every time.
- Specified by:
getCloudVar in interface CloudProvider- Overrides:
getCloudVar in class CloudReferrerTag
- Returns:
- a Cloud
- 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
getCurrent
public Object getCurrent()
MMBase build 1.8.1.20060716