org.mmbase.bridge.jsp.taglib.containers
Class ListRelationsContainerTag
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.containers.ListRelationsContainerTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag, TryCatchFinally, CloudProvider, NodeQueryContainer, QueryContainer, TagIdentifier
public class ListRelationsContainerTag
- extends NodeReferrerTag
- implements NodeQueryContainer
- Since:
- MMBase-1.7
- Version:
- $Id: ListRelationsContainerTag.java 35869 2009-06-09 14:02:59Z michiel $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
| Methods inherited from class org.mmbase.bridge.jsp.taglib.NodeReferrerTag |
fillStandardParameters, findNode, findNodeProvider, findNodeProvider, getCloudVar, getLocale, getNode, getNode, getNodeFromPageContext, initTag, setElement, setNode |
| Methods inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag |
appendMoreParameters, doCatch, doFinally, findLoopOrQuery, findParentTag, findParentTag, findWriter, findWriter, getAttribute, getAttribute, getAttributeBoolean, getAttributeInteger, getAttributeInteger, getAttributeValue, getContentTag, getContextProvider, getContextTag, getCurrentBlock, getDefaultLocale, getEscapedValue, getFormTag, getId, getLocaleFromContext, getObject, getObjectConditional, getPageContext, getPageContextTag, getQuery, getReferid, getString, getTaglibVersion, getThreadPageContext, 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 |
jspVar
protected String jspVar
ListRelationsContainerTag
public ListRelationsContainerTag()
setCachepolicy
public void setCachepolicy(String t)
throws JspTagException
- Throws:
JspTagException
setType
public void setType(String t)
throws JspTagException
- Parameters:
t - a nodeManager
- Throws:
JspTagException
setRole
public void setRole(String r)
throws JspTagException
- Parameters:
r - a role
- Throws:
JspTagException
setSearchdir
public void setSearchdir(String s)
throws JspTagException
- Throws:
JspTagException
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
getNodeQuery
public NodeQuery getNodeQuery()
- Description copied from interface:
NodeQueryContainer
- Returns the currently by the container defined query object. Subtags can use this query
object to change it or to use it.
- Specified by:
getNodeQuery in interface NodeQueryContainer
getRelatedFromNode
public Node getRelatedFromNode()
throws JspTagException
- Throws:
JspTagException
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag in interface Tag- Overrides:
doStartTag in class NodeReferrerTag
- Throws:
JspException
doAfterBody
public int doAfterBody()
throws JspTagException
- Specified by:
doAfterBody in interface IterationTag- Overrides:
doAfterBody in class BodyTagSupport
- Throws:
JspTagException
doEndTag
public int doEndTag()
throws JspTagException
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class NodeReferrerTag
- Throws:
JspTagException
getCurrent
public Object getCurrent()
MMBase 2.0-SNAPSHOT - null